Remove versions from deps
[aai/aai-common.git] / aai-parent / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright (c) 2018 AT&T Technologies and others. Licensed under the 
3         Apache License, Version 2.0 (the "License"); you may not use this file except 
4         in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 
5         Unless required by applicable law or agreed to in writing, software distributed 
6         under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES 
7         OR CONDITIONS OF ANY KIND, either express or implied. See the License for 
8         the specific language governing permissions and limitations under the License. -->
9 <project xmlns="http://maven.apache.org/POM/4.0.0"
10         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
12         <modelVersion>4.0.0</modelVersion>
13         <parent>
14                 <groupId>org.onap.aai.aai-common</groupId>
15                 <artifactId>aai-common</artifactId>
16                 <version>1.6.1-SNAPSHOT</version>
17         </parent>
18         <artifactId>aai-parent</artifactId>
19         <name>aai-parent</name>
20         <packaging>pom</packaging>
21
22         <modules>
23
24         </modules>
25
26         <properties>
27
28                 <aaf.version>2.1.15</aaf.version>
29                 <activemq.version>5.15.10</activemq.version>
30                 <codehaus.jackson.version>1.9.13</codehaus.jackson.version>
31                 <commons.beanutils.version>1.9.4</commons.beanutils.version>
32                 <commons.cli.version>1.4</commons.cli.version>
33                 <commons.configuration.version>1.10</commons.configuration.version>
34                 <commons.io.version>2.6</commons.io.version>
35                 <commons.lang.version>2.6</commons.lang.version>
36                 <commons.text.version>1.8</commons.text.version>
37                 <docker.fabric.version>0.31.0</docker.fabric.version>
38                 <dmaap.client.version>1.1.9</dmaap.client.version>
39                 <eclipse.persistence.version>2.6.8</eclipse.persistence.version>
40                 <eelf.core.version>1.0.1-oss</eelf.core.version>
41                 <freemarker.version>2.3.29</freemarker.version>
42                 <google.guava.version>19.0</google.guava.version>
43                 <gremlin.version>3.2.11</gremlin.version>
44                 <groovy.version>2.5.8</groovy.version>
45                 <gson.version>2.8.6</gson.version>
46                 <hamcrest.junit.version>2.0.0.0</hamcrest.junit.version>
47                 <jackson.bom.version>2.10.1</jackson.bom.version>
48                 <janusgraph.version>0.2.3</janusgraph.version>
49                 <javatuples.version>1.2</javatuples.version>
50                 <jaxb.version>2.2.12</jaxb.version>
51                 <jaxrs.version>2.0.1</jaxrs.version>
52                 <jcommander.version>1.78</jcommander.version>
53                 <jersey.version>1.19.4</jersey.version>
54                 <jnr.ffi.version>2.1.11</jnr.ffi.version>
55                 <jolt.version>0.0.24</jolt.version>
56                 <jopt.simple.version>5.0.4</jopt.simple.version>
57                 <json.patch.version>1.9</json.patch.version>
58                 <json.version>20190722</json.version>
59                 <junit.version>4.12</junit.version>
60                 <io.swagger.version>1.5.24</io.swagger.version>
61                 <logback.version>1.2.3</logback.version>
62                 <log4j.version>1.2.17</log4j.version>
63                 <mockito.all.version>1.10.19</mockito.all.version>
64                 <mockito.core.version>2.15.0</mockito.core.version>
65                 <netty.handler.version>4.1.43.Final</netty.handler.version>
66                 <netty.version>4.0.56.Final</netty.version>
67                 <opencsv.version>3.1</opencsv.version>
68                 <powermock.version>1.6.6</powermock.version>
69                 <spring.boot.version>1.5.22.RELEASE</spring.boot.version>
70                 <spring.web.version>4.3.25.RELEASE</spring.web.version>
71                 <spring.security.rsa.version>1.0.8.RELEASE</spring.security.rsa.version>
72                 <aai.common.logging.version>1.5.1</aai.common.logging.version>
73                 <aai.rest.client.version>1.5.1</aai.rest.client.version>
74                 <aai.schema.service.version>1.6.0</aai.schema.service.version>
75         </properties>
76         <dependencyManagement>
77                 <dependencies>
78
79                         <dependency>
80                                 <groupId>com.fasterxml.jackson</groupId>
81                                 <artifactId>jackson-bom</artifactId>
82                                 <version>${jackson.bom.version}</version>
83                                 <type>pom</type>
84                                 <scope>import</scope>
85                         </dependency>
86
87                         <dependency>
88                                 <groupId>org.springframework.boot</groupId>
89                                 <artifactId>spring-boot-dependencies</artifactId>
90                                 <version>${spring.boot.version}</version>
91                                 <type>pom</type>
92                                 <scope>import</scope>
93                         </dependency>
94
95                         <dependency>
96                                 <groupId>org.springframework.boot</groupId>
97                                 <artifactId>spring-boot-test</artifactId>
98                                 <scope>test</scope>
99                                 <version>${spring.boot.version}</version>
100                         </dependency>
101
102                         <dependency>
103                                 <groupId>commons-configuration</groupId>
104                                 <artifactId>commons-configuration</artifactId>
105                                 <version>${commons.configuration.version}</version>
106                         </dependency>
107
108                         <dependency>
109                                 <groupId>commons-lang</groupId>
110                                 <artifactId>commons-lang</artifactId>
111                                 <version>${commons.lang.version}</version>
112                         </dependency>
113
114                         <dependency>
115                                 <groupId>com.att.eelf</groupId>
116                                 <artifactId>eelf-core</artifactId>
117                                 <version>${eelf.core.version}</version>
118                         </dependency>
119
120                         <dependency>
121                                 <groupId>ch.qos.logback</groupId>
122                                 <artifactId>logback-core</artifactId>
123                                 <version>${logback.version}</version>
124                         </dependency>
125
126                         <dependency>
127                                 <groupId>ch.qos.logback</groupId>
128                                 <artifactId>logback-classic</artifactId>
129                                 <version>${logback.version}</version>
130                         </dependency>
131
132                         <dependency>
133                                 <groupId>ch.qos.logback</groupId>
134                                 <artifactId>logback-access</artifactId>
135                                 <version>${logback.version}</version>
136                         </dependency>
137
138                         <dependency>
139                                 <groupId>org.hamcrest</groupId>
140                                 <artifactId>hamcrest-junit</artifactId>
141                                 <version>${hamcrest.junit.version}</version>
142                         </dependency>
143
144                         <dependency>
145                                 <groupId>junit</groupId>
146                                 <artifactId>junit</artifactId>
147                                 <version>${junit.version}</version>
148                         </dependency>
149
150                         <dependency>
151                                 <groupId>com.google.guava</groupId>
152                                 <artifactId>guava</artifactId>
153                                 <version>${google.guava.version}</version>
154                         </dependency>
155
156                         <dependency>
157                                 <groupId>org.janusgraph</groupId>
158                                 <artifactId>janusgraph-core</artifactId>
159                                 <version>${janusgraph.version}</version>
160                         </dependency>
161
162                         <dependency>
163                                 <groupId>org.janusgraph</groupId>
164                                 <artifactId>janusgraph-cassandra</artifactId>
165                                 <version>${janusgraph.version}</version>
166                         </dependency>
167
168                         <dependency>
169                                 <groupId>org.janusgraph</groupId>
170                                 <artifactId>janusgraph-cql</artifactId>
171                                 <version>${janusgraph.version}</version>
172                         </dependency>
173
174                         <dependency>
175                                 <groupId>com.github.jnr</groupId>
176                                 <artifactId>jnr-ffi</artifactId>
177                                 <version>${jnr.ffi.version}</version>
178                         </dependency>
179
180                         <dependency>
181                                 <groupId>org.apache.tinkerpop</groupId>
182                                 <artifactId>tinkergraph-gremlin</artifactId>
183                                 <version>${gremlin.version}</version>
184                         </dependency>
185                         <dependency>
186                                 <groupId>org.apache.tinkerpop</groupId>
187                                 <artifactId>gremlin-core</artifactId>
188                                 <version>${gremlin.version}</version>
189                         </dependency>
190                         <dependency>
191                                 <groupId>org.apache.tinkerpop</groupId>
192                                 <artifactId>gremlin-driver</artifactId>
193                                 <version>${gremlin.version}</version>
194                         </dependency>
195
196                         <dependency>
197                                 <groupId>org.apache.tinkerpop</groupId>
198                                 <artifactId>gremlin-groovy</artifactId>
199                                 <version>${gremlin.version}</version>
200                         </dependency>
201
202                         <dependency>
203                                 <groupId>org.codehaus.groovy</groupId>
204                                 <artifactId>groovy</artifactId>
205                                 <version>${groovy.version}</version>
206                                 <classifier>indy</classifier>
207                         </dependency>
208
209                         <dependency>
210                                 <groupId>org.mockito</groupId>
211                                 <artifactId>mockito-all</artifactId>
212                                 <version>${mockito.all.version}</version>
213                         </dependency>
214
215                         <!-- <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> 
216                                 <version>${mockito.core.version}</version> </dependency> -->
217                         <dependency>
218                                 <groupId>org.powermock</groupId>
219                                 <artifactId>powermock-module-junit4</artifactId>
220                                 <version>${powermock.version}</version>
221                         </dependency>
222
223                         <dependency>
224                                 <groupId>org.powermock</groupId>
225                                 <artifactId>powermock-api-mockito</artifactId>
226                                 <version>${powermock.version}</version>
227                         </dependency>
228                         <dependency>
229                                 <groupId>org.powermock</groupId>
230                                 <artifactId>powermock-module-javaagent</artifactId>
231                                 <version>${powermock.version}</version>
232                         </dependency>
233                         <dependency>
234                                 <groupId>com.beust</groupId>
235                                 <artifactId>jcommander</artifactId>
236                                 <version>${jcommander.version}</version>
237                         </dependency>
238
239                         <dependency>
240                                 <groupId>org.json</groupId>
241                                 <artifactId>json</artifactId>
242                                 <version>${json.version}</version>
243                         </dependency>
244
245                         <dependency>
246                                 <groupId>org.freemarker</groupId>
247                                 <artifactId>freemarker</artifactId>
248                                 <version>${freemarker.version}</version>
249                         </dependency>
250
251                         <dependency>
252                                 <groupId>javax.xml.bind</groupId>
253                                 <artifactId>jaxb-api</artifactId>
254                                 <version>${jaxb.version}</version>
255                         </dependency>
256
257                         <dependency>
258                                 <groupId>org.apache.activemq</groupId>
259                                 <artifactId>activemq-broker</artifactId>
260                                 <version>${activemq.version}</version>
261                         </dependency>
262
263                         <dependency>
264                                 <groupId>org.apache.activemq</groupId>
265                                 <artifactId>activemq-client</artifactId>
266                                 <version>${activemq.version}</version>
267                         </dependency>
268
269                         <dependency>
270                                 <groupId>org.apache.activemq</groupId>
271                                 <artifactId>activemq-openwire-legacy</artifactId>
272                                 <version>${activemq.version}</version>
273                         </dependency>
274
275                         <dependency>
276                                 <groupId>org.onap.aaf.authz</groupId>
277                                 <artifactId>aaf-cadi-aaf</artifactId>
278                                 <version>${aaf.version}</version>
279                         </dependency>
280
281                         <dependency>
282                                 <groupId>com.sun.xml.bind</groupId>
283                                 <artifactId>jaxb-xjc</artifactId>
284                                 <version>${jaxb.version}</version>
285                         </dependency>
286
287                         <dependency>
288                                 <groupId>org.eclipse.persistence</groupId>
289                                 <artifactId>eclipselink</artifactId>
290                                 <version>${eclipse.persistence.version}</version>
291                         </dependency>
292
293                         <dependency>
294                                 <groupId>org.eclipse.persistence</groupId>
295                                 <artifactId>org.eclipse.persistence.moxy</artifactId>
296                                 <version>${eclipse.persistence.version}</version>
297                         </dependency>
298
299                         <dependency>
300                                 <groupId>com.github.fge</groupId>
301                                 <artifactId>json-patch</artifactId>
302                                 <version>${json.patch.version}</version>
303                         </dependency>
304
305                         <dependency>
306                                 <groupId>org.javatuples</groupId>
307                                 <artifactId>javatuples</artifactId>
308                                 <version>${javatuples.version}</version>
309                         </dependency>
310
311                         <dependency>
312                                 <groupId>com.google.code.gson</groupId>
313                                 <artifactId>gson</artifactId>
314                                 <version>${gson.version}</version>
315                         </dependency>
316
317                         <dependency>
318                                 <groupId>org.onap.aai.aai-common</groupId>
319                                 <artifactId>aai-schema-ingest</artifactId>
320                                 <version>${project.version}</version>
321                         </dependency>
322
323                         <dependency>
324                                 <groupId>org.onap.aai.aai-common</groupId>
325                                 <artifactId>aai-core</artifactId>
326                                 <version>${project.version}</version>
327                         </dependency>
328
329
330                         <dependency>
331                                 <groupId>org.apache.commons</groupId>
332                                 <artifactId>commons-text</artifactId>
333                                 <version>${commons.text.version}</version>
334                         </dependency>
335
336                         <dependency>
337                                 <groupId>org.onap.aai.aai-common</groupId>
338                                 <artifactId>aai-annotations</artifactId>
339                                 <version>${project.version}</version>
340                         </dependency>
341
342                         <dependency>
343                                 <groupId>org.codehaus.jackson</groupId>
344                                 <artifactId>jackson-core-asl</artifactId>
345                                 <version>${codehaus.jackson.version}</version>
346                         </dependency>
347
348                         <dependency>
349                                 <groupId>com.sun.jersey</groupId>
350                                 <artifactId>jersey-core</artifactId>
351                                 <version>${jersey.version}</version>
352                         </dependency>
353                         <dependency>
354                                 <groupId>com.sun.jersey</groupId>
355                                 <artifactId>jersey-client</artifactId>
356                                 <version>${jersey.version}</version>
357                         </dependency>
358                         <dependency>
359                                 <groupId>com.sun.jersey</groupId>
360                                 <artifactId>jersey-json</artifactId>
361                                 <version>${jersey.version}</version>
362                         </dependency>
363
364                         <dependency>
365                                 <groupId>javax.ws.rs</groupId>
366                                 <artifactId>javax.ws.rs-api</artifactId>
367                                 <version>${jaxrs.version}</version>
368                         </dependency>
369
370                         <dependency>
371                                 <groupId>commons-cli</groupId>
372                                 <artifactId>commons-cli</artifactId>
373                                 <version>${commons.cli.version}</version>
374                         </dependency>
375
376                         <dependency>
377                                 <groupId>com.bazaarvoice.jolt</groupId>
378                                 <artifactId>jolt-complete</artifactId>
379                                 <version>${jolt.version}</version>
380                         </dependency>
381
382                         <dependency>
383                                 <groupId>com.opencsv</groupId>
384                                 <artifactId>opencsv</artifactId>
385                                 <version>${opencsv.version}</version>
386                         </dependency>
387
388                         <dependency>
389                                 <groupId>log4j</groupId>
390                                 <artifactId>log4j</artifactId>
391                                 <version>${log4j.version}</version>
392                         </dependency>
393
394                         <dependency>
395                                 <groupId>commons-io</groupId>
396                                 <artifactId>commons-io</artifactId>
397                                 <version>${commons.io.version}</version>
398                         </dependency>
399
400                         <dependency>
401                                 <groupId>org.onap.aai.aai-common</groupId>
402                                 <artifactId>aai-rest</artifactId>
403                                 <version>${project.version}</version>
404                         </dependency>
405
406                         <dependency>
407                                 <groupId>org.springframework.security</groupId>
408                                 <artifactId>spring-security-rsa</artifactId>
409                                 <version>${spring.security.rsa.version}</version>
410                         </dependency>
411
412                         <dependency>
413                                 <groupId>org.onap.aai.logging-service</groupId>
414                                 <artifactId>common-logging</artifactId>
415                                 <version>${aai.common.logging.version}</version>
416                         </dependency>
417
418                         <dependency>
419                                 <groupId>org.onap.aai.logging-service</groupId>
420                                 <artifactId>logging-api</artifactId>
421                                 <version>${aai.common.logging.version}</version>
422                         </dependency>
423
424                         <dependency>
425                                 <groupId>org.onap.aai</groupId>
426                                 <artifactId>rest-client</artifactId>
427                                 <version>${aai.rest.client.version}</version>
428                         </dependency>
429
430                         <dependency>
431                                 <groupId>net.sf.jopt-simple</groupId>
432                                 <artifactId>jopt-simple</artifactId>
433                                 <version>${jopt.simple.version}</version>
434                         </dependency>
435
436                         <dependency>
437                                 <groupId>io.swagger</groupId>
438                                 <artifactId>swagger-core</artifactId>
439                                 <version>${io.swagger.version}</version>
440                         </dependency>
441
442                         <dependency>
443                                 <groupId>io.swagger</groupId>
444                                 <artifactId>swagger-annotations</artifactId>
445                                 <version>${io.swagger.version}</version>
446                         </dependency>
447
448                         <dependency>
449                                 <groupId>io.swagger</groupId>
450                                 <artifactId>swagger-jersey-jaxrs</artifactId>
451                                 <version>${io.swagger.version}</version>
452                         </dependency>
453
454                         <dependency>
455                                 <groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId>
456                                 <artifactId>dmaapClient</artifactId>
457                                 <version>${dmaap.client.version}</version>
458                         </dependency>
459
460                         <dependency>
461                                 <groupId>io.netty</groupId>
462                                 <artifactId>netty-handler</artifactId>
463                                 <version>${netty.handler.version}</version>
464                         </dependency>
465
466                         <dependency>
467                                 <groupId>io.netty</groupId>
468                                 <artifactId>netty-all</artifactId>
469                                 <version>${netty.version}</version>
470                         </dependency>
471
472                         <dependency>
473                           <groupId>org.onap.aai.schema-service</groupId>
474                           <artifactId>aai-schema</artifactId>
475                           <version>${aai.schema.service.version}</version>
476                         </dependency>
477
478                 </dependencies>
479
480         </dependencyManagement>
481
482         <build>
483                 <pluginManagement>
484                         <plugins>
485                                 <plugin>
486                                         <groupId>org.springframework.boot</groupId>
487                                         <artifactId>spring-boot-maven-plugin</artifactId>
488                                         <version>${spring.boot.version}</version>
489                                 </plugin>
490                                 <plugin>
491                                         <groupId>io.fabric8</groupId>
492                                         <artifactId>docker-maven-plugin</artifactId>
493                                         <version>${docker.fabric.version}</version>
494                                 </plugin>
495                         </plugins>
496
497                 </pluginManagement>
498         </build>
499
500 </project>