shivasubedi | 8df61a9 | 2021-06-16 14:43:18 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
| 2 | <!--
|
| 3 | ============LICENSE_START=======================================================
|
lukegleeson | 15b93e7 | 2021-07-07 15:25:30 +0100 | [diff] [blame] | 4 | Copyright (C) 2021 Nordix Foundation
|
Renu Kumari | ff52b94 | 2021-05-27 23:16:32 -0400 | [diff] [blame] | 5 | Modifications Copyright (C) 2021 Bell Canada.
|
lukegleeson | 15b93e7 | 2021-07-07 15:25:30 +0100 | [diff] [blame] | 6 | Modifications Copyright (C) 2021 Pantheon.tech
|
shivasubedi | 8df61a9 | 2021-06-16 14:43:18 +0100 | [diff] [blame] | 7 | ================================================================================
|
| 8 | Licensed under the Apache License, Version 2.0 (the "License");
|
| 9 | you may not use this file except in compliance with the License.
|
| 10 | You may obtain a copy of the License at
|
| 11 |
|
| 12 | http://www.apache.org/licenses/LICENSE-2.0
|
| 13 |
|
| 14 | Unless required by applicable law or agreed to in writing, software
|
| 15 | distributed under the License is distributed on an "AS IS" BASIS,
|
| 16 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
| 17 | See the License for the specific language governing permissions and
|
| 18 | limitations under the License.
|
lukegleeson | 15b93e7 | 2021-07-07 15:25:30 +0100 | [diff] [blame] | 19 |
|
| 20 | SPDX-License-Identifier: Apache-2.0
|
shivasubedi | 8df61a9 | 2021-06-16 14:43:18 +0100 | [diff] [blame] | 21 | ============LICENSE_END=========================================================
|
| 22 | -->
|
| 23 |
|
niamhcore | 6820538 | 2020-09-23 11:36:33 +0100 | [diff] [blame] | 24 | <project xmlns="http://maven.apache.org/POM/4.0.0"
|
| 25 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
| 26 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
Rishi Chail | b220d74 | 2020-09-16 15:23:53 +0100 | [diff] [blame] | 27 | <modelVersion>4.0.0</modelVersion>
|
| 28 | <parent>
|
| 29 | <groupId>org.onap.cps</groupId>
|
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 30 | <artifactId>cps-parent</artifactId>
|
puthuparambil.aditya | ccba6b5 | 2021-10-14 13:36:41 +0100 | [diff] [blame] | 31 | <version>2.1.0-SNAPSHOT</version>
|
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 32 | <relativePath>../cps-parent/pom.xml</relativePath>
|
Rishi Chail | b220d74 | 2020-09-16 15:23:53 +0100 | [diff] [blame] | 33 | </parent>
|
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 34 |
|
Rishi Chail | b220d74 | 2020-09-16 15:23:53 +0100 | [diff] [blame] | 35 | <artifactId>cps-service</artifactId>
|
| 36 |
|
ToineSiebelink | 73001f6 | 2021-09-17 15:07:38 +0100 | [diff] [blame] | 37 | <properties>
|
| 38 | <minimum-coverage>0.94</minimum-coverage>
|
| 39 | </properties>
|
| 40 |
|
Rishi Chail | b220d74 | 2020-09-16 15:23:53 +0100 | [diff] [blame] | 41 | <dependencies>
|
niamhcore | 6820538 | 2020-09-23 11:36:33 +0100 | [diff] [blame] | 42 | <dependency>
|
Renu Kumari | ff52b94 | 2021-05-27 23:16:32 -0400 | [diff] [blame] | 43 | <groupId>org.onap.cps</groupId>
|
| 44 | <artifactId>cps-events</artifactId>
|
| 45 | </dependency>
|
| 46 | <dependency>
|
niamhcore | 6820538 | 2020-09-23 11:36:33 +0100 | [diff] [blame] | 47 | <groupId>org.opendaylight.yangtools</groupId>
|
Claudio David Gasparini | 0e9a8a5 | 2020-12-14 09:49:13 +0100 | [diff] [blame] | 48 | <artifactId>yang-model-api</artifactId>
|
| 49 | </dependency>
|
| 50 | <dependency>
|
| 51 | <groupId>org.opendaylight.yangtools</groupId>
|
niamhcore | 6820538 | 2020-09-23 11:36:33 +0100 | [diff] [blame] | 52 | <artifactId>yang-parser-api</artifactId>
|
niamhcore | 6820538 | 2020-09-23 11:36:33 +0100 | [diff] [blame] | 53 | </dependency>
|
niamhcore | 6820538 | 2020-09-23 11:36:33 +0100 | [diff] [blame] | 54 | <dependency>
|
| 55 | <groupId>org.opendaylight.yangtools</groupId>
|
| 56 | <artifactId>yang-parser-impl</artifactId>
|
niamhcore | 6820538 | 2020-09-23 11:36:33 +0100 | [diff] [blame] | 57 | </dependency>
|
niamhcore | 6820538 | 2020-09-23 11:36:33 +0100 | [diff] [blame] | 58 | <dependency>
|
| 59 | <groupId>org.opendaylight.yangtools</groupId>
|
| 60 | <artifactId>yang-model-util</artifactId>
|
niamhcore | 6820538 | 2020-09-23 11:36:33 +0100 | [diff] [blame] | 61 | </dependency>
|
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 62 | <!-- required for processing yang data in json format -->
|
niamhcore | 6820538 | 2020-09-23 11:36:33 +0100 | [diff] [blame] | 63 | <dependency>
|
| 64 | <groupId>org.opendaylight.yangtools</groupId>
|
ToineSiebelink | dce3695 | 2020-09-30 16:11:55 +0100 | [diff] [blame] | 65 | <artifactId>yang-data-codec-gson</artifactId>
|
niamhcore | 6820538 | 2020-09-23 11:36:33 +0100 | [diff] [blame] | 66 | </dependency>
|
niamhcore | 6820538 | 2020-09-23 11:36:33 +0100 | [diff] [blame] | 67 | <dependency>
|
| 68 | <groupId>org.projectlombok</groupId>
|
| 69 | <artifactId>lombok</artifactId>
|
| 70 | </dependency>
|
niamhcore | 6820538 | 2020-09-23 11:36:33 +0100 | [diff] [blame] | 71 | <dependency>
|
Claudio David Gasparini | 1b8a4dd | 2021-01-13 19:12:25 +0100 | [diff] [blame] | 72 | <groupId>org.springframework.boot</groupId>
|
| 73 | <artifactId>spring-boot-starter-cache</artifactId>
|
| 74 | </dependency>
|
| 75 | <dependency>
|
| 76 | <groupId>com.github.ben-manes.caffeine</groupId>
|
| 77 | <artifactId>caffeine</artifactId>
|
| 78 | </dependency>
|
| 79 | <dependency>
|
Renu Kumari | ff52b94 | 2021-05-27 23:16:32 -0400 | [diff] [blame] | 80 | <groupId>org.springframework.kafka</groupId>
|
| 81 | <artifactId>spring-kafka</artifactId>
|
| 82 | </dependency>
|
| 83 | <dependency>
|
| 84 | <groupId>org.springframework</groupId>
|
| 85 | <artifactId>spring-messaging</artifactId>
|
| 86 | </dependency>
|
| 87 | <dependency>
|
niamhcore | 6820538 | 2020-09-23 11:36:33 +0100 | [diff] [blame] | 88 | <!-- For logging -->
|
| 89 | <groupId>org.slf4j</groupId>
|
| 90 | <artifactId>slf4j-api</artifactId>
|
| 91 | </dependency>
|
niamhcore | 6820538 | 2020-09-23 11:36:33 +0100 | [diff] [blame] | 92 | <dependency>
|
| 93 | <!-- For dependency injection -->
|
| 94 | <groupId>org.springframework</groupId>
|
| 95 | <artifactId>spring-context</artifactId>
|
| 96 | </dependency>
|
niamhcore | 6612c79 | 2020-09-25 14:53:25 +0100 | [diff] [blame] | 97 | <dependency>
|
Renu Kumari | 8f01bf6 | 2021-08-17 14:06:53 -0400 | [diff] [blame] | 98 | <groupId>org.springframework.boot</groupId>
|
| 99 | <artifactId>spring-boot-starter-validation</artifactId>
|
| 100 | </dependency>
|
| 101 | <dependency>
|
niamhcore | 6612c79 | 2020-09-25 14:53:25 +0100 | [diff] [blame] | 102 | <!-- For parsing JSON object -->
|
| 103 | <groupId>com.google.code.gson</groupId>
|
| 104 | <artifactId>gson</artifactId>
|
| 105 | </dependency>
|
ToineSiebelink | dce3695 | 2020-09-30 16:11:55 +0100 | [diff] [blame] | 106 | <!-- T E S T D E P E N D E N C I E S -->
|
ToineSiebelink | dce3695 | 2020-09-30 16:11:55 +0100 | [diff] [blame] | 107 | <dependency>
|
| 108 | <groupId>org.codehaus.groovy</groupId>
|
| 109 | <artifactId>groovy</artifactId>
|
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 110 | <scope>test</scope>
|
ToineSiebelink | dce3695 | 2020-09-30 16:11:55 +0100 | [diff] [blame] | 111 | </dependency>
|
| 112 | <dependency>
|
| 113 | <groupId>org.spockframework</groupId>
|
| 114 | <artifactId>spock-core</artifactId>
|
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 115 | <scope>test</scope>
|
ToineSiebelink | dce3695 | 2020-09-30 16:11:55 +0100 | [diff] [blame] | 116 | </dependency>
|
| 117 | <dependency>
|
Claudio David Gasparini | 1b8a4dd | 2021-01-13 19:12:25 +0100 | [diff] [blame] | 118 | <groupId>org.spockframework</groupId>
|
| 119 | <artifactId>spock-spring</artifactId>
|
| 120 | <scope>test</scope>
|
| 121 | </dependency>
|
| 122 | <dependency>
|
| 123 | <groupId>org.springframework.boot</groupId>
|
| 124 | <artifactId>spring-boot-starter-test</artifactId>
|
| 125 | <scope>test</scope>
|
| 126 | </dependency>
|
| 127 | <dependency>
|
ToineSiebelink | dce3695 | 2020-09-30 16:11:55 +0100 | [diff] [blame] | 128 | <groupId>cglib</groupId>
|
| 129 | <artifactId>cglib-nodep</artifactId>
|
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 130 | <scope>test</scope>
|
ToineSiebelink | dce3695 | 2020-09-30 16:11:55 +0100 | [diff] [blame] | 131 | </dependency>
|
Renu Kumari | ff52b94 | 2021-05-27 23:16:32 -0400 | [diff] [blame] | 132 | <dependency>
|
| 133 | <groupId>org.testcontainers</groupId>
|
| 134 | <artifactId>kafka</artifactId>
|
| 135 | <scope>test</scope>
|
| 136 | </dependency>
|
| 137 | <dependency>
|
| 138 | <groupId>org.springframework.kafka</groupId>
|
| 139 | <artifactId>spring-kafka-test</artifactId>
|
| 140 | <scope>test</scope>
|
| 141 | </dependency>
|
niamhcore | 6820538 | 2020-09-23 11:36:33 +0100 | [diff] [blame] | 142 | </dependencies>
|
ToineSiebelink | dce3695 | 2020-09-30 16:11:55 +0100 | [diff] [blame] | 143 | </project>
|