shivasubedi | 8df61a9 | 2021-06-16 14:43:18 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
| 2 | <!--
|
| 3 | ============LICENSE_START=======================================================
|
Bruno Sakoto | 9be188d | 2021-06-16 11:47:54 -0400 | [diff] [blame^] | 4 | Modifications 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 |
|
Rishi Chail | b220d74 | 2020-09-16 15:23:53 +0100 | [diff] [blame] | 21 | <project xmlns="http://maven.apache.org/POM/4.0.0"
|
Rishi Chail | 8af414a | 2020-10-08 12:33:33 +0100 | [diff] [blame] | 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">
|
| 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 | 8af414a | 2020-10-08 12:33:33 +0100 | [diff] [blame] | 30 | </parent>
|
Claudio David Gasparini | dc6f81c | 2021-01-13 17:42:25 +0100 | [diff] [blame] | 31 |
|
Rishi Chail | 8af414a | 2020-10-08 12:33:33 +0100 | [diff] [blame] | 32 | <artifactId>cps-ri</artifactId>
|
Rishi Chail | b220d74 | 2020-09-16 15:23:53 +0100 | [diff] [blame] | 33 |
|
Rishi Chail | 8af414a | 2020-10-08 12:33:33 +0100 | [diff] [blame] | 34 | <dependencies>
|
Rishi Chail | 8af414a | 2020-10-08 12:33:33 +0100 | [diff] [blame] | 35 | <dependency>
|
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 36 | <groupId>${project.groupId}</groupId>
|
Rishi Chail | 8af414a | 2020-10-08 12:33:33 +0100 | [diff] [blame] | 37 | <artifactId>cps-service</artifactId>
|
Rishi Chail | 8af414a | 2020-10-08 12:33:33 +0100 | [diff] [blame] | 38 | </dependency>
|
Rishi Chail | 8af414a | 2020-10-08 12:33:33 +0100 | [diff] [blame] | 39 | <dependency>
|
ToineSiebelink | c37678a | 2021-05-20 16:44:21 +0100 | [diff] [blame] | 40 | <groupId>${project.groupId}</groupId>
|
| 41 | <artifactId>cps-path-parser</artifactId>
|
| 42 | <version>${project.version}</version>
|
| 43 | </dependency>
|
| 44 | <dependency>
|
Rishi Chail | 8af414a | 2020-10-08 12:33:33 +0100 | [diff] [blame] | 45 | <groupId>org.springframework.boot</groupId>
|
| 46 | <artifactId>spring-boot-starter-data-jpa</artifactId>
|
| 47 | </dependency>
|
Rishi Chail | 8af414a | 2020-10-08 12:33:33 +0100 | [diff] [blame] | 48 | <dependency>
|
| 49 | <groupId>org.springframework.boot</groupId>
|
| 50 | <artifactId>spring-boot-starter-validation</artifactId>
|
| 51 | </dependency>
|
Rishi Chail | 8af414a | 2020-10-08 12:33:33 +0100 | [diff] [blame] | 52 | <dependency>
|
Bruno Sakoto | 9be188d | 2021-06-16 11:47:54 -0400 | [diff] [blame^] | 53 | <groupId>org.springframework.retry</groupId>
|
| 54 | <artifactId>spring-retry</artifactId>
|
| 55 | </dependency>
|
| 56 | <dependency>
|
| 57 | <groupId>org.springframework</groupId>
|
| 58 | <artifactId>spring-aspects</artifactId>
|
| 59 | </dependency>
|
| 60 | <dependency>
|
Rishi Chail | 8af414a | 2020-10-08 12:33:33 +0100 | [diff] [blame] | 61 | <groupId>org.postgresql</groupId>
|
| 62 | <artifactId>postgresql</artifactId>
|
| 63 | </dependency>
|
Rishi Chail | 6f523db | 2020-10-21 12:04:16 +0100 | [diff] [blame] | 64 | <!-- Add Hibernate support for Postgres datatype JSONB -->
|
Claudio David Gasparini | 70c1702 | 2020-10-26 10:12:10 +0100 | [diff] [blame] | 65 | <dependency>
|
Rishi Chail | 6f523db | 2020-10-21 12:04:16 +0100 | [diff] [blame] | 66 | <groupId>com.vladmihalcea</groupId>
|
| 67 | <artifactId>hibernate-types-52</artifactId>
|
Rishi Chail | 6f523db | 2020-10-21 12:04:16 +0100 | [diff] [blame] | 68 | </dependency>
|
Rishi Chail | 8af414a | 2020-10-08 12:33:33 +0100 | [diff] [blame] | 69 | <dependency>
|
| 70 | <groupId>org.projectlombok</groupId>
|
| 71 | <artifactId>lombok</artifactId>
|
| 72 | </dependency>
|
puthuparambil.aditya | e182a6b | 2020-12-10 16:49:53 +0000 | [diff] [blame] | 73 | <dependency>
|
| 74 | <groupId>org.modelmapper</groupId>
|
| 75 | <artifactId>modelmapper</artifactId>
|
| 76 | </dependency>
|
puthuparambil.aditya | 495ae8e | 2021-02-23 15:51:00 +0000 | [diff] [blame] | 77 | <dependency>
|
| 78 | <groupId>org.liquibase</groupId>
|
| 79 | <artifactId>liquibase-core</artifactId>
|
| 80 | </dependency>
|
puthuparambil.aditya | 2555da9 | 2021-03-10 11:55:33 +0000 | [diff] [blame] | 81 | <dependency>
|
| 82 | <groupId>commons-codec</groupId>
|
| 83 | <artifactId>commons-codec</artifactId>
|
| 84 | </dependency>
|
Bruno Sakoto | 9be188d | 2021-06-16 11:47:54 -0400 | [diff] [blame^] | 85 | <dependency>
|
| 86 | <groupId>org.apache.commons</groupId>
|
| 87 | <artifactId>commons-lang3</artifactId>
|
| 88 | </dependency>
|
ToineSiebelink | 2806662 | 2021-01-27 10:47:04 +0000 | [diff] [blame] | 89 | <!-- T E S T D E P E N D E N C I E S -->
|
| 90 | <dependency>
|
| 91 | <groupId>org.codehaus.groovy</groupId>
|
| 92 | <artifactId>groovy</artifactId>
|
| 93 | <scope>test</scope>
|
| 94 | </dependency>
|
| 95 | <dependency>
|
| 96 | <groupId>org.spockframework</groupId>
|
| 97 | <artifactId>spock-core</artifactId>
|
| 98 | <scope>test</scope>
|
| 99 | </dependency>
|
| 100 | <dependency>
|
| 101 | <groupId>org.spockframework</groupId>
|
| 102 | <artifactId>spock-spring</artifactId>
|
| 103 | <scope>test</scope>
|
| 104 | </dependency>
|
| 105 | <dependency>
|
| 106 | <groupId>cglib</groupId>
|
| 107 | <artifactId>cglib-nodep</artifactId>
|
| 108 | <scope>test</scope>
|
| 109 | </dependency>
|
Ruslan Kashapov | 7cca029 | 2020-11-24 11:13:43 +0200 | [diff] [blame] | 110 | <dependency>
|
| 111 | <groupId>org.springframework.boot</groupId>
|
| 112 | <artifactId>spring-boot-starter-test</artifactId>
|
| 113 | <scope>test</scope>
|
ToineSiebelink | 2806662 | 2021-01-27 10:47:04 +0000 | [diff] [blame] | 114 | <exclusions>
|
| 115 | <exclusion>
|
| 116 | <groupId>org.junit.vintage</groupId>
|
| 117 | <artifactId>junit-vintage-engine</artifactId>
|
| 118 | </exclusion>
|
| 119 | </exclusions>
|
Ruslan Kashapov | 7cca029 | 2020-11-24 11:13:43 +0200 | [diff] [blame] | 120 | </dependency>
|
| 121 | <dependency>
|
| 122 | <groupId>org.testcontainers</groupId>
|
| 123 | <artifactId>postgresql</artifactId>
|
| 124 | <scope>test</scope>
|
| 125 | </dependency>
|
ToineSiebelink | 2806662 | 2021-01-27 10:47:04 +0000 | [diff] [blame] | 126 | <dependency>
|
| 127 | <groupId>org.testcontainers</groupId>
|
| 128 | <artifactId>spock</artifactId>
|
| 129 | <scope>test</scope>
|
| 130 | </dependency>
|
Rishi Chail | 8af414a | 2020-10-08 12:33:33 +0100 | [diff] [blame] | 131 | </dependencies>
|
Renu Kumari | ff52b94 | 2021-05-27 23:16:32 -0400 | [diff] [blame] | 132 |
|
| 133 | <build>
|
| 134 | <plugins>
|
| 135 | <plugin>
|
| 136 | <groupId>org.apache.maven.plugins</groupId>
|
| 137 | <artifactId>maven-surefire-plugin</artifactId>
|
| 138 | <configuration>
|
| 139 | <environmentVariables>
|
| 140 | <TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX>${docker.pull.registry}/library/</TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX>
|
| 141 | </environmentVariables>
|
| 142 | </configuration>
|
| 143 | </plugin>
|
| 144 | </plugins>
|
| 145 | </build>
|
Rishi Chail | 8af414a | 2020-10-08 12:33:33 +0100 | [diff] [blame] | 146 | </project>
|