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