Roll to initial Honolulu release version
[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.1.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.code.gson</groupId>
53                 <artifactId>gson</artifactId>
54                 <version>2.8.5</version>
55             </dependency>
56             <dependency>
57                 <groupId>com.google.guava</groupId>
58                 <artifactId>guava</artifactId>
59                 <version>25.1-jre</version>
60             </dependency>
61             <dependency>
62                 <groupId>com.google.protobuf</groupId>
63                 <artifactId>protobuf-java</artifactId>
64                 <version>3.10.0</version>
65             </dependency>
66             <dependency>
67                 <groupId>com.google.protobuf</groupId>
68                 <artifactId>protobuf-java-util</artifactId>
69                 <version>3.10.0</version>
70             </dependency>
71             <dependency>
72                 <groupId>com.jayway.jsonpath</groupId>
73                 <artifactId>json-path</artifactId>
74                 <version>2.4.0</version>
75             </dependency>
76             <dependency>
77                 <groupId>commons-lang</groupId>
78                 <artifactId>commons-lang</artifactId>
79                 <version>2.6</version>
80             </dependency>
81             <dependency>
82                 <groupId>commons-logging</groupId>
83                 <artifactId>commons-logging</artifactId>
84                 <version>1.2</version>
85             </dependency>
86             <dependency>
87                 <groupId>io.grpc</groupId>
88                 <artifactId>grpc-bom</artifactId>
89                 <version>1.25.0</version>
90                 <type>pom</type>
91                 <scope>import</scope>
92             </dependency>
93             <dependency>
94                 <groupId>io.swagger</groupId>
95                 <artifactId>swagger-annotations</artifactId>
96                 <version>1.6.0</version>
97             </dependency>
98             <dependency>
99                 <groupId>io.swagger</groupId>
100                 <artifactId>swagger-core</artifactId>
101                 <version>1.6.0</version>
102             </dependency>
103             <dependency>
104                 <groupId>javax</groupId>
105                 <artifactId>javaee-api</artifactId>
106                 <version>7.0</version>
107             </dependency>
108             <dependency>
109                 <groupId>javax.servlet</groupId>
110                 <artifactId>javax.servlet-api</artifactId>
111                 <version>3.1.0</version>
112             </dependency>
113             <dependency>
114                 <groupId>javax.ws.rs</groupId>
115                 <artifactId>javax.ws.rs-api</artifactId>
116                 <version>2.1</version>
117             </dependency>
118             <dependency>
119                 <groupId>junit</groupId>
120                 <artifactId>junit</artifactId>
121                 <version>4.12</version>
122                 <scope>test</scope>
123             </dependency>
124             <dependency>
125                 <groupId>org.antlr</groupId>
126                 <artifactId>antlr4-runtime</artifactId>
127                 <version>4.7.2</version>
128             </dependency>
129             <dependency>
130                 <groupId>org.apache.commons</groupId>
131                 <artifactId>commons-io</artifactId>
132                 <version>1.3.2</version>
133             </dependency>
134             <dependency>
135                 <groupId>org.apache.commons</groupId>
136                 <artifactId>commons-lang3</artifactId>
137                 <version>3.8.1</version>
138             </dependency>
139             <dependency>
140                 <groupId>org.apache.commons</groupId>
141                 <artifactId>commons-text</artifactId>
142                 <version>1.6</version>
143             </dependency>
144             <dependency>
145                 <groupId>org.apache.derby</groupId>
146                 <artifactId>derby</artifactId>
147                 <version>10.14.2.0</version>
148                 <scope>test</scope>
149             </dependency>
150             <dependency>
151                 <groupId>org.apache.httpcomponents</groupId>
152                 <artifactId>httpcore</artifactId>
153                 <version>4.4.12</version>
154             </dependency>
155             <dependency>
156                 <groupId>org.apache.httpcomponents</groupId>
157                 <artifactId>httpclient</artifactId>
158                 <version>4.5.10</version>
159             </dependency>
160             <dependency>
161                 <groupId>org.apache.tomcat</groupId>
162                 <artifactId>tomcat-jdbc</artifactId>
163                 <version>9.0.30</version>
164             </dependency>
165             <dependency>
166                 <groupId>org.apache.velocity</groupId>
167                 <artifactId>velocity</artifactId>
168                 <version>1.7</version>
169             </dependency>
170             <dependency>
171                 <groupId>org.codehaus.jackson</groupId>
172                 <artifactId>jackson-jaxrs</artifactId>
173                 <version>1.9.13</version>
174             </dependency>
175             <dependency>
176                 <groupId>org.glassfish.jersey</groupId>
177                 <artifactId>jersey-bom</artifactId>
178                 <version>2.29.1</version>
179                 <type>pom</type>
180                 <scope>import</scope>
181             </dependency>
182             <dependency>
183                 <groupId>org.hamcrest</groupId>
184                 <artifactId>hamcrest-library</artifactId>
185                 <version>1.3</version>
186             </dependency>
187             <dependency>
188                 <groupId>org.jsoup</groupId>
189                 <artifactId>jsoup</artifactId>
190                 <version>1.12.1</version>
191             </dependency>
192             <dependency>
193                 <groupId>org.mariadb.jdbc</groupId>
194                 <artifactId>mariadb-java-client</artifactId>
195                 <version>2.4.4</version>
196             </dependency>
197             <dependency>
198                 <groupId>org.onap.logging-analytics</groupId>
199                 <artifactId>logging-analytics</artifactId>
200                 <version>1.6.5</version>
201             </dependency>
202             <dependency>
203                 <groupId>org.onap.logging-analytics</groupId>
204                 <artifactId>logging-filter-base</artifactId>
205                 <version>1.6.5</version>
206             </dependency>
207             <dependency>
208                 <groupId>org.onap.logging-analytics</groupId>
209                 <artifactId>logging-slf4j</artifactId>
210                 <version>1.6.5</version>
211             </dependency>
212             <dependency>
213                 <groupId>org.osgi</groupId>
214                 <artifactId>org.osgi.core</artifactId>
215                 <version>5.0.0</version>
216                 <scope>provided</scope>
217             </dependency>
218             <dependency>
219                 <groupId>org.slf4j</groupId>
220                 <artifactId>jcl-over-slf4j</artifactId>
221                 <version>1.7.30</version>
222             </dependency>
223             <dependency>
224                 <groupId>org.slf4j</groupId>
225                 <artifactId>slf4j-api</artifactId>
226                 <version>1.7.30</version>
227             </dependency>
228             <dependency>
229                 <groupId>org.slf4j</groupId>
230                 <artifactId>slf4j-simple</artifactId>
231                 <version>1.7.30</version>
232             </dependency>
233             <dependency>
234                 <groupId>org.testng</groupId>
235                 <artifactId>testng</artifactId>
236                 <version>6.14.3</version>
237             </dependency>
238         </dependencies>
239     </dependencyManagement>
240
241     <dependencies>
242         <dependency>
243             <groupId>org.slf4j</groupId>
244             <artifactId>slf4j-api</artifactId>
245         </dependency>
246     </dependencies>
247 </project>