ccsdk parents for alu-sr0
[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.1-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.11.4</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>28.2-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>com.sun.xml.bind</groupId>
78                 <artifactId>jaxb-core</artifactId>
79                 <version>2.2.11</version>
80             </dependency>
81             <dependency>
82                 <groupId>com.sun.xml.bind</groupId>
83                 <artifactId>jaxb-impl</artifactId>
84                 <version>2.2.11</version>
85             </dependency>
86             <dependency>
87                 <groupId>commons-codec</groupId>
88                 <artifactId>commons-codec</artifactId>
89                 <version>1.15</version>
90             </dependency>
91             <dependency>
92                 <groupId>commons-lang</groupId>
93                 <artifactId>commons-lang</artifactId>
94                 <version>2.6</version>
95             </dependency>
96             <dependency>
97                 <groupId>commons-logging</groupId>
98                 <artifactId>commons-logging</artifactId>
99                 <version>1.2</version>
100             </dependency>
101             <dependency>
102                 <groupId>io.grpc</groupId>
103                 <artifactId>grpc-bom</artifactId>
104                 <version>1.25.0</version>
105                 <type>pom</type>
106                 <scope>import</scope>
107             </dependency>
108             <dependency>
109                 <groupId>io.swagger</groupId>
110                 <artifactId>swagger-annotations</artifactId>
111                 <version>1.6.0</version>
112             </dependency>
113             <dependency>
114                 <groupId>io.swagger</groupId>
115                 <artifactId>swagger-core</artifactId>
116                 <version>1.6.0</version>
117             </dependency>
118             <dependency>
119                 <groupId>javax</groupId>
120                 <artifactId>javaee-api</artifactId>
121                 <version>7.0</version>
122             </dependency>
123             <dependency>
124                 <groupId>javax.annotation</groupId>
125                 <artifactId>javax.annotation-api</artifactId>
126                 <version>1.3</version>
127                 <optional>true</optional>
128             </dependency>
129             <dependency>
130                 <groupId>javax.servlet</groupId>
131                 <artifactId>javax.servlet-api</artifactId>
132                 <version>3.1.0</version>
133             </dependency>
134             <dependency>
135                 <groupId>javax.ws.rs</groupId>
136                 <artifactId>javax.ws.rs-api</artifactId>
137                 <version>2.1</version>
138             </dependency>
139             <dependency>
140                 <groupId>javax.xml.bind</groupId>
141                 <artifactId>jaxb-api</artifactId>
142                 <version>2.2.8</version>
143                 <exclusions>
144                     <exclusion>
145                         <groupId>javax.xml.stream</groupId>
146                         <artifactId>stax-api</artifactId>
147                     </exclusion>
148                 </exclusions>
149             </dependency>
150             <dependency>
151                 <groupId>junit</groupId>
152                 <artifactId>junit</artifactId>
153                 <version>4.13</version>
154                 <scope>test</scope>
155             </dependency>
156             <dependency>
157                 <groupId>org.antlr</groupId>
158                 <artifactId>antlr4-runtime</artifactId>
159                 <version>4.7.2</version>
160             </dependency>
161             <dependency>
162                 <groupId>org.apache.commons</groupId>
163                 <artifactId>commons-io</artifactId>
164                 <version>1.3.2</version>
165             </dependency>
166             <dependency>
167                 <groupId>org.apache.commons</groupId>
168                 <artifactId>commons-lang3</artifactId>
169                 <version>3.8.1</version>
170             </dependency>
171             <dependency>
172                 <groupId>org.apache.commons</groupId>
173                 <artifactId>commons-text</artifactId>
174                 <version>1.6</version>
175             </dependency>
176             <dependency>
177                 <groupId>org.apache.derby</groupId>
178                 <artifactId>derby</artifactId>
179                 <version>10.14.2.0</version>
180                 <scope>test</scope>
181             </dependency>
182             <dependency>
183                 <groupId>org.apache.httpcomponents</groupId>
184                 <artifactId>httpcore</artifactId>
185                 <version>4.4.12</version>
186             </dependency>
187             <dependency>
188                 <groupId>org.apache.httpcomponents</groupId>
189                 <artifactId>httpclient</artifactId>
190                 <version>4.5.10</version>
191             </dependency>
192             <dependency>
193                 <groupId>org.apache.logging.log4j</groupId>
194                 <artifactId>log4j-slf4j-impl</artifactId>
195                 <version>2.11.2</version>
196             </dependency>
197             <dependency>
198                 <groupId>org.apache.logging.log4j</groupId>
199                 <artifactId>log4j-core</artifactId>
200                 <version>2.11.2</version>
201             </dependency>
202             <dependency>
203                 <groupId>org.apache.tomcat</groupId>
204                 <artifactId>tomcat-jdbc</artifactId>
205                 <version>9.0.30</version>
206             </dependency>
207             <dependency>
208                 <groupId>org.apache.velocity</groupId>
209                 <artifactId>velocity</artifactId>
210                 <version>1.7</version>
211             </dependency>
212             <dependency>
213                 <groupId>org.apache.velocity</groupId>
214                 <artifactId>velocity-engine-core</artifactId>
215                 <version>2.0</version>
216             </dependency>
217             <dependency>
218                 <groupId>org.codehaus.jackson</groupId>
219                 <artifactId>jackson-jaxrs</artifactId>
220                 <version>1.9.13</version>
221             </dependency>
222             <dependency>
223                 <groupId>org.codehaus.jettison</groupId>
224                 <artifactId>jettison</artifactId>
225                 <version>1.4.1</version>
226             </dependency>
227             <dependency>
228                 <groupId>org.glassfish.jersey</groupId>
229                 <artifactId>jersey-bom</artifactId>
230                 <version>2.29.1</version>
231                 <type>pom</type>
232                 <scope>import</scope>
233             </dependency>
234             <dependency>
235                 <groupId>org.glassfish.jersey.bundles.repackaged</groupId>
236                 <artifactId>jersey-guava</artifactId>
237                 <version>2.26-b03</version>
238             </dependency>
239             <dependency>
240                 <groupId>org.hamcrest</groupId>
241                 <artifactId>hamcrest-library</artifactId>
242                 <version>1.3</version>
243             </dependency>
244             <dependency>
245                 <groupId>org.json</groupId>
246                 <artifactId>json</artifactId>
247                 <version>20201115</version>
248             </dependency>
249             <dependency>
250                 <groupId>org.jsoup</groupId>
251                 <artifactId>jsoup</artifactId>
252                 <version>1.12.1</version>
253             </dependency>
254             <dependency>
255                 <groupId>org.mariadb.jdbc</groupId>
256                 <artifactId>mariadb-java-client</artifactId>
257                 <version>2.4.4</version>
258             </dependency>
259             <dependency>
260                 <groupId>org.mockito</groupId>
261                 <artifactId>mockito-core</artifactId>
262                 <version>1.10.19</version>
263                 <scope>test</scope>
264             </dependency>
265             <dependency>
266                 <groupId>org.onap.logging-analytics</groupId>
267                 <artifactId>logging-analytics</artifactId>
268                 <version>1.6.6</version>
269             </dependency>
270             <dependency>
271                 <groupId>org.onap.logging-analytics</groupId>
272                 <artifactId>logging-filter-base</artifactId>
273                 <version>1.6.6</version>
274             </dependency>
275             <dependency>
276                 <groupId>org.onap.logging-analytics</groupId>
277                 <artifactId>logging-slf4j</artifactId>
278                 <version>1.6.6</version>
279             </dependency>
280             <dependency>
281                 <groupId>org.osgi</groupId>
282                 <artifactId>org.osgi.core</artifactId>
283                 <version>5.0.0</version>
284                 <scope>provided</scope>
285             </dependency>
286             <dependency>
287                 <groupId>org.slf4j</groupId>
288                 <artifactId>jcl-over-slf4j</artifactId>
289                 <version>1.7.30</version>
290             </dependency>
291             <dependency>
292                 <groupId>org.slf4j</groupId>
293                 <artifactId>slf4j-api</artifactId>
294                 <version>1.7.30</version>
295             </dependency>
296             <dependency>
297                 <groupId>org.slf4j</groupId>
298                 <artifactId>slf4j-simple</artifactId>
299                 <version>1.7.30</version>
300             </dependency>
301             <dependency>
302                 <groupId>org.testng</groupId>
303                 <artifactId>testng</artifactId>
304                 <version>6.14.3</version>
305             </dependency>
306         </dependencies>
307     </dependencyManagement>
308     <dependencies>
309         <dependency>
310             <groupId>org.slf4j</groupId>
311             <artifactId>slf4j-api</artifactId>
312         </dependency>
313     </dependencies>
314
315     <build>
316         <plugins>
317             <plugin>
318                 <groupId>org.apache.maven.plugins</groupId>
319                 <artifactId>maven-deploy-plugin</artifactId>
320                 <!-- This version supports the "deployAtEnd" parameter -->
321                 <version>2.8</version>
322                 <configuration>
323                     <skip/>
324                     <deployAtEnd>true</deployAtEnd>
325                 </configuration>
326             </plugin>
327         </plugins>
328     </build>
329 </project>