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>
|
Rishi.Chail | dbffd91 | 2021-03-05 12:32:33 +0000 | [diff] [blame] | 31 | <version>1.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 |
|
Rishi Chail | b220d74 | 2020-09-16 15:23:53 +0100 | [diff] [blame] | 37 | <dependencies>
|
niamhcore | 6820538 | 2020-09-23 11:36:33 +0100 | [diff] [blame] | 38 | <dependency>
|
Renu Kumari | ff52b94 | 2021-05-27 23:16:32 -0400 | [diff] [blame] | 39 | <groupId>org.onap.cps</groupId>
|
| 40 | <artifactId>cps-events</artifactId>
|
| 41 | </dependency>
|
| 42 | <dependency>
|
niamhcore | 6820538 | 2020-09-23 11:36:33 +0100 | [diff] [blame] | 43 | <groupId>org.opendaylight.yangtools</groupId>
|
Claudio David Gasparini | 0e9a8a5 | 2020-12-14 09:49:13 +0100 | [diff] [blame] | 44 | <artifactId>yang-model-api</artifactId>
|
| 45 | </dependency>
|
| 46 | <dependency>
|
| 47 | <groupId>org.opendaylight.yangtools</groupId>
|
niamhcore | 6820538 | 2020-09-23 11:36:33 +0100 | [diff] [blame] | 48 | <artifactId>yang-parser-api</artifactId>
|
niamhcore | 6820538 | 2020-09-23 11:36:33 +0100 | [diff] [blame] | 49 | </dependency>
|
niamhcore | 6820538 | 2020-09-23 11:36:33 +0100 | [diff] [blame] | 50 | <dependency>
|
| 51 | <groupId>org.opendaylight.yangtools</groupId>
|
| 52 | <artifactId>yang-parser-impl</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-model-util</artifactId>
|
niamhcore | 6820538 | 2020-09-23 11:36:33 +0100 | [diff] [blame] | 57 | </dependency>
|
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 58 | <!-- required for processing yang data in json format -->
|
niamhcore | 6820538 | 2020-09-23 11:36:33 +0100 | [diff] [blame] | 59 | <dependency>
|
| 60 | <groupId>org.opendaylight.yangtools</groupId>
|
ToineSiebelink | dce3695 | 2020-09-30 16:11:55 +0100 | [diff] [blame] | 61 | <artifactId>yang-data-codec-gson</artifactId>
|
niamhcore | 6820538 | 2020-09-23 11:36:33 +0100 | [diff] [blame] | 62 | </dependency>
|
niamhcore | 6820538 | 2020-09-23 11:36:33 +0100 | [diff] [blame] | 63 | <dependency>
|
| 64 | <groupId>org.projectlombok</groupId>
|
| 65 | <artifactId>lombok</artifactId>
|
| 66 | </dependency>
|
niamhcore | 6820538 | 2020-09-23 11:36:33 +0100 | [diff] [blame] | 67 | <dependency>
|
Claudio David Gasparini | 1b8a4dd | 2021-01-13 19:12:25 +0100 | [diff] [blame] | 68 | <groupId>org.springframework.boot</groupId>
|
| 69 | <artifactId>spring-boot-starter-cache</artifactId>
|
| 70 | </dependency>
|
| 71 | <dependency>
|
| 72 | <groupId>com.github.ben-manes.caffeine</groupId>
|
| 73 | <artifactId>caffeine</artifactId>
|
| 74 | </dependency>
|
| 75 | <dependency>
|
Renu Kumari | ff52b94 | 2021-05-27 23:16:32 -0400 | [diff] [blame] | 76 | <groupId>org.springframework.kafka</groupId>
|
| 77 | <artifactId>spring-kafka</artifactId>
|
| 78 | </dependency>
|
| 79 | <dependency>
|
| 80 | <groupId>org.springframework</groupId>
|
| 81 | <artifactId>spring-messaging</artifactId>
|
| 82 | </dependency>
|
| 83 | <dependency>
|
niamhcore | 6820538 | 2020-09-23 11:36:33 +0100 | [diff] [blame] | 84 | <!-- For logging -->
|
| 85 | <groupId>org.slf4j</groupId>
|
| 86 | <artifactId>slf4j-api</artifactId>
|
| 87 | </dependency>
|
niamhcore | 6820538 | 2020-09-23 11:36:33 +0100 | [diff] [blame] | 88 | <dependency>
|
| 89 | <!-- For dependency injection -->
|
| 90 | <groupId>org.springframework</groupId>
|
| 91 | <artifactId>spring-context</artifactId>
|
| 92 | </dependency>
|
niamhcore | 6612c79 | 2020-09-25 14:53:25 +0100 | [diff] [blame] | 93 | <dependency>
|
Renu Kumari | 8f01bf6 | 2021-08-17 14:06:53 -0400 | [diff] [blame] | 94 | <groupId>org.springframework.boot</groupId>
|
| 95 | <artifactId>spring-boot-starter-validation</artifactId>
|
| 96 | </dependency>
|
| 97 | <dependency>
|
niamhcore | 6612c79 | 2020-09-25 14:53:25 +0100 | [diff] [blame] | 98 | <!-- For parsing JSON object -->
|
| 99 | <groupId>com.google.code.gson</groupId>
|
| 100 | <artifactId>gson</artifactId>
|
| 101 | </dependency>
|
ToineSiebelink | dce3695 | 2020-09-30 16:11:55 +0100 | [diff] [blame] | 102 | <!-- 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] | 103 | <dependency>
|
| 104 | <groupId>org.codehaus.groovy</groupId>
|
| 105 | <artifactId>groovy</artifactId>
|
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 106 | <scope>test</scope>
|
ToineSiebelink | dce3695 | 2020-09-30 16:11:55 +0100 | [diff] [blame] | 107 | </dependency>
|
| 108 | <dependency>
|
| 109 | <groupId>org.spockframework</groupId>
|
| 110 | <artifactId>spock-core</artifactId>
|
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 111 | <scope>test</scope>
|
ToineSiebelink | dce3695 | 2020-09-30 16:11:55 +0100 | [diff] [blame] | 112 | </dependency>
|
| 113 | <dependency>
|
Claudio David Gasparini | 1b8a4dd | 2021-01-13 19:12:25 +0100 | [diff] [blame] | 114 | <groupId>org.spockframework</groupId>
|
| 115 | <artifactId>spock-spring</artifactId>
|
| 116 | <scope>test</scope>
|
| 117 | </dependency>
|
| 118 | <dependency>
|
| 119 | <groupId>org.springframework.boot</groupId>
|
| 120 | <artifactId>spring-boot-starter-test</artifactId>
|
| 121 | <scope>test</scope>
|
| 122 | </dependency>
|
| 123 | <dependency>
|
ToineSiebelink | dce3695 | 2020-09-30 16:11:55 +0100 | [diff] [blame] | 124 | <groupId>cglib</groupId>
|
| 125 | <artifactId>cglib-nodep</artifactId>
|
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 126 | <scope>test</scope>
|
ToineSiebelink | dce3695 | 2020-09-30 16:11:55 +0100 | [diff] [blame] | 127 | </dependency>
|
Renu Kumari | ff52b94 | 2021-05-27 23:16:32 -0400 | [diff] [blame] | 128 | <dependency>
|
| 129 | <groupId>org.testcontainers</groupId>
|
| 130 | <artifactId>kafka</artifactId>
|
| 131 | <scope>test</scope>
|
| 132 | </dependency>
|
| 133 | <dependency>
|
| 134 | <groupId>org.springframework.kafka</groupId>
|
| 135 | <artifactId>spring-kafka-test</artifactId>
|
| 136 | <scope>test</scope>
|
| 137 | </dependency>
|
niamhcore | 6820538 | 2020-09-23 11:36:33 +0100 | [diff] [blame] | 138 | </dependencies>
|
ToineSiebelink | dce3695 | 2020-09-30 16:11:55 +0100 | [diff] [blame] | 139 | </project>
|