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