Adding Layered Architecture test and Arch Unit Library for CPS-CORE
[cps.git] / cps-dependencies / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   ============LICENSE_START=======================================================
4   Copyright (c) 2021 Linux 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 <project xmlns="http://maven.apache.org/POM/4.0.0"
20     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
22
23     <modelVersion>4.0.0</modelVersion>
24     <groupId>org.onap.cps</groupId>
25     <artifactId>cps-dependencies</artifactId>
26     <version>1.1.0-SNAPSHOT</version>
27     <packaging>pom</packaging>
28
29     <name>${project.groupId}:${project.artifactId}</name>
30     <description>This artifact contains dependencyManagement declarations of upstream versions.</description>
31
32     <properties>
33         <antlr4-runtime.version>4.9.2</antlr4-runtime.version>
34         <archunit.version>0.18.0</archunit.version>
35         <cglib-nodep.version>3.1</cglib-nodep.version>
36         <commons-codec.version>1.15</commons-codec.version>
37         <commons-lang3.version>3.11</commons-lang3.version>
38         <groovy.version>3.0.8</groovy.version>
39         <hibernate-types.version>2.10.0</hibernate-types.version>
40         <liquibase.version>4.3.1</liquibase.version>
41         <nexusproxy>https://nexus.onap.org</nexusproxy>
42         <releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
43         <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
44         <modelmapper.version>2.3.8</modelmapper.version>
45         <sonar.skip>true</sonar.skip>
46         <spock-core.version>2.0-M5-groovy-3.0</spock-core.version>
47         <spock-spring.version>2.0-M5-groovy-3.0</spock-spring.version>
48         <spotbugs.version>4.2.0</spotbugs.version>
49         <springboot.version>2.5.0</springboot.version>
50         <springboot.cloud.version>2020.0.2</springboot.cloud.version>
51         <springfox.version>3.0.0</springfox.version>
52         <swagger.version>2.1.4</swagger.version>
53         <testcontainers.version>1.15.1</testcontainers.version>
54         <yangtools.version>5.0.7</yangtools.version>
55     </properties>
56
57     <distributionManagement>
58         <repository>
59             <id>ecomp-releases</id>
60             <name>ECOMP Release Repository</name>
61             <url>${nexusproxy}${releaseNexusPath}</url>
62         </repository>
63         <snapshotRepository>
64             <id>ecomp-snapshots</id>
65             <name>ECOMP Snapshot Repository</name>
66             <url>${nexusproxy}${snapshotNexusPath}</url>
67         </snapshotRepository>
68     </distributionManagement>
69
70     <dependencyManagement>
71         <dependencies>
72             <dependency>
73                 <groupId>org.springframework.boot</groupId>
74                 <artifactId>spring-boot-dependencies</artifactId>
75                 <version>${springboot.version}</version>
76                 <type>pom</type>
77                 <scope>import</scope>
78             </dependency>
79             <dependency>
80                 <groupId>org.springframework.cloud</groupId>
81                 <artifactId>spring-cloud-dependencies</artifactId>
82                 <version>${springboot.cloud.version}</version>
83                 <type>pom</type>
84                 <scope>import</scope>
85             </dependency>
86             <dependency>
87                 <groupId>org.opendaylight.yangtools</groupId>
88                 <artifactId>yangtools-artifacts</artifactId>
89                 <version>${yangtools.version}</version>
90                 <type>pom</type>
91                 <scope>import</scope>
92             </dependency>
93             <dependency>
94                 <groupId>io.swagger.core.v3</groupId>
95                 <artifactId>swagger-annotations</artifactId>
96                 <version>${swagger.version}</version>
97             </dependency>
98             <!---To be removed once swagger-codegen-maven-plugin is upgraded-->
99             <dependency>
100                 <groupId>io.swagger</groupId>
101                 <artifactId>swagger-annotations</artifactId>
102                 <version>1.6.2</version>
103             </dependency>
104             <dependency>
105                 <groupId>io.springfox</groupId>
106                 <artifactId>springfox-boot-starter</artifactId>
107                 <version>${springfox.version}</version>
108             </dependency>
109             <dependency>
110                 <groupId>com.vladmihalcea</groupId>
111                 <artifactId>hibernate-types-52</artifactId>
112                 <version>${hibernate-types.version}</version>
113             </dependency>
114             <dependency>
115                 <groupId>org.antlr</groupId>
116                 <artifactId>antlr4-runtime</artifactId>
117                 <version>${antlr4-runtime.version}</version>
118             </dependency>
119             <dependency>
120                 <groupId>org.codehaus.groovy</groupId>
121                 <artifactId>groovy</artifactId>
122                 <version>${groovy.version}</version>
123             </dependency>
124             <dependency>
125                 <groupId>org.codehaus.groovy</groupId>
126                 <artifactId>groovy-json</artifactId>
127                 <version>${groovy.version}</version>
128             </dependency>
129             <dependency>
130                 <groupId>org.spockframework</groupId>
131                 <artifactId>spock-core</artifactId>
132                 <version>${spock-core.version}</version>
133             </dependency>
134             <dependency>
135                 <groupId>org.spockframework</groupId>
136                 <artifactId>spock-spring</artifactId>
137                 <version>${spock-spring.version}</version>
138             </dependency>
139             <dependency>
140                 <groupId>cglib</groupId>
141                 <artifactId>cglib-nodep</artifactId>
142                 <version>${cglib-nodep.version}</version>
143             </dependency>
144             <dependency>
145                 <groupId>org.apache.commons</groupId>
146                 <artifactId>commons-lang3</artifactId>
147                 <version>${commons-lang3.version}</version>
148             </dependency>
149             <dependency>
150                 <groupId>org.modelmapper</groupId>
151                 <artifactId>modelmapper</artifactId>
152                 <version>${modelmapper.version}</version>
153             </dependency>
154             <dependency>
155                 <groupId>org.testcontainers</groupId>
156                 <artifactId>postgresql</artifactId>
157                 <version>${testcontainers.version}</version>
158             </dependency>
159             <dependency>
160                 <groupId>org.testcontainers</groupId>
161                 <artifactId>spock</artifactId>
162                 <version>${testcontainers.version}</version>
163             </dependency>
164             <dependency>
165                 <groupId>com.github.spotbugs</groupId>
166                 <artifactId>spotbugs</artifactId>
167                 <version>${spotbugs.version}</version>
168             </dependency>
169             <dependency>
170                 <groupId>org.liquibase</groupId>
171                 <artifactId>liquibase-core</artifactId>
172                 <version>${liquibase.version}</version>
173             </dependency>
174             <dependency>
175                 <groupId>com.tngtech.archunit</groupId>
176                 <artifactId>archunit-junit5</artifactId>
177                 <version>${archunit.version}</version>
178                 <scope>test</scope>
179             </dependency>
180         </dependencies>
181     </dependencyManagement>
182 </project>