Roll master version to Guilin numbering
[ccsdk/parent.git] / dependencies-bom / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3     <modelVersion>4.0.0</modelVersion>
4
5     <groupId>org.onap.ccsdk.parent</groupId>
6     <artifactId>dependencies-bom</artifactId>
7     <version>2.0.0-SNAPSHOT</version>
8     <packaging>pom</packaging>
9
10     <distributionManagement>
11         <repository>
12             <id>ecomp-releases</id>
13             <url>https://nexus.onap.org/content/repositories/releases</url>
14         </repository>
15         <snapshotRepository>
16             <id>ecomp-snapshots</id>
17             <url>https://nexus.onap.org/content/repositories/snapshots</url>
18         </snapshotRepository>
19     </distributionManagement>
20
21     <dependencyManagement>
22         <dependencies>
23             <dependency>
24                 <groupId>ch.qos.logback</groupId>
25                 <artifactId>logback-classic</artifactId>
26                 <version>1.2.3</version>
27             </dependency>
28             <dependency>
29                 <groupId>ch.qos.logback</groupId>
30                 <artifactId>logback-core</artifactId>
31                 <version>1.2.3</version>
32             </dependency>
33             <dependency>
34                 <groupId>ch.vorburger.mariaDB4j</groupId>
35                 <artifactId>mariaDB4j</artifactId>
36                 <version>2.4.0</version>
37                 <scope>test</scope>
38             </dependency>
39             <dependency>
40                 <groupId>com.att.eelf</groupId>
41                 <artifactId>eelf-core</artifactId>
42                 <version>1.0.0</version>
43             </dependency>
44             <dependency>
45                 <groupId>com.fasterxml.jackson</groupId>
46                 <artifactId>jackson-bom</artifactId>
47                 <version>2.10.1</version>
48                 <type>pom</type>
49                 <scope>import</scope>
50             </dependency>
51             <dependency>
52                 <groupId>com.google.protobuf</groupId>
53                 <artifactId>protobuf-java</artifactId>
54                 <version>3.10.0</version>
55             </dependency>
56             <dependency>
57                 <groupId>com.google.protobuf</groupId>
58                 <artifactId>protobuf-java-util</artifactId>
59                 <version>3.10.0</version>
60             </dependency>
61             <dependency>
62                 <groupId>com.jayway.jsonpath</groupId>
63                 <artifactId>json-path</artifactId>
64                 <version>2.4.0</version>
65             </dependency>
66             <dependency>
67                 <groupId>commons-lang</groupId>
68                 <artifactId>commons-lang</artifactId>
69                 <version>2.6</version>
70             </dependency>
71             <dependency>
72                 <groupId>commons-logging</groupId>
73                 <artifactId>commons-logging</artifactId>
74                 <version>1.2</version>
75             </dependency>
76             <dependency>
77                 <groupId>io.grpc</groupId>
78                 <artifactId>grpc-bom</artifactId>
79                 <version>1.25.0</version>
80                 <type>pom</type>
81                 <scope>import</scope>
82             </dependency>
83             <dependency>
84                 <groupId>io.swagger</groupId>
85                 <artifactId>swagger-annotations</artifactId>
86                 <version>1.6.0</version>
87             </dependency>
88             <dependency>
89                 <groupId>io.swagger</groupId>
90                 <artifactId>swagger-core</artifactId>
91                 <version>1.6.0</version>
92             </dependency>
93             <dependency>
94                 <groupId>javax</groupId>
95                 <artifactId>javaee-api</artifactId>
96                 <version>7.0</version>
97             </dependency>
98             <dependency>
99                 <groupId>javax.ws.rs</groupId>
100                 <artifactId>javax.ws.rs-api</artifactId>
101                 <version>2.1</version>
102             </dependency>
103             <dependency>
104                 <groupId>junit</groupId>
105                 <artifactId>junit</artifactId>
106                 <version>4.12</version>
107                 <scope>test</scope>
108             </dependency>
109             <dependency>
110                 <groupId>org.apache.commons</groupId>
111                 <artifactId>commons-io</artifactId>
112                 <version>1.3.2</version>
113             </dependency>
114             <dependency>
115                 <groupId>org.apache.commons</groupId>
116                 <artifactId>commons-lang3</artifactId>
117                 <version>3.8.1</version>
118             </dependency>
119             <dependency>
120                 <groupId>org.apache.commons</groupId>
121                 <artifactId>commons-text</artifactId>
122                 <version>1.6</version>
123             </dependency>
124             <dependency>
125                 <groupId>org.apache.derby</groupId>
126                 <artifactId>derby</artifactId>
127                 <version>10.14.2.0</version>
128                 <scope>test</scope>
129             </dependency>
130             <dependency>
131                 <groupId>org.apache.httpcomponents</groupId>
132                 <artifactId>httpcore</artifactId>
133                 <version>4.4.12</version>
134             </dependency>
135             <dependency>
136                 <groupId>org.apache.httpcomponents</groupId>
137                 <artifactId>httpclient</artifactId>
138                 <version>4.5.10</version>
139             </dependency>
140             <dependency>
141                 <groupId>org.apache.tomcat</groupId>
142                 <artifactId>tomcat-jdbc</artifactId>
143                 <version>9.0.27</version>
144             </dependency>
145             <dependency>
146                 <groupId>org.apache.velocity</groupId>
147                 <artifactId>velocity</artifactId>
148                 <version>1.7</version>
149             </dependency>
150             <dependency>
151                 <groupId>org.codehaus.jackson</groupId>
152                 <artifactId>jackson-jaxrs</artifactId>
153                 <version>1.9.13</version>
154             </dependency>
155             <dependency>
156                 <groupId>org.glassfish.jersey</groupId>
157                 <artifactId>jersey-bom</artifactId>
158                 <version>2.29.1</version>
159                 <type>pom</type>
160                 <scope>import</scope>
161             </dependency>
162             <dependency>
163                 <groupId>org.jsoup</groupId>
164                 <artifactId>jsoup</artifactId>
165                 <version>1.12.1</version>
166             </dependency>
167             <dependency>
168                 <groupId>org.mariadb.jdbc</groupId>
169                 <artifactId>mariadb-java-client</artifactId>
170                 <version>2.4.4</version>
171             </dependency>
172             <dependency>
173                 <groupId>org.slf4j</groupId>
174                 <artifactId>jcl-over-slf4j</artifactId>
175                 <version>1.7.29</version>
176             </dependency>
177             <dependency>
178                 <groupId>org.testng</groupId>
179                 <artifactId>testng</artifactId>
180                 <version>6.14.3</version>
181             </dependency>
182         </dependencies>
183     </dependencyManagement>
184 </project>