Replace springboot jackson 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                 <eclipse.persistence.version>2.6.8</eclipse.persistence.version>
39                 <eelf.core.version>1.0.1-oss</eelf.core.version>
40                 <freemarker.version>2.3.29</freemarker.version>
41                 <google.guava.version>19.0</google.guava.version>
42                 <gremlin.version>3.2.11</gremlin.version>
43                 <groovy.version>2.4.17</groovy.version>
44                 <gson.version>2.8.6</gson.version>
45                 <hamcrest.junit.version>2.0.0.0</hamcrest.junit.version>
46                 <jackson.bom.version>2.10.1</jackson.bom.version>
47                 <janusgraph.version>0.2.3</janusgraph.version>
48                 <javatuples.version>1.2</javatuples.version>
49                 <jaxb.version>2.2.12</jaxb.version>
50                 <jaxrs.version>2.0.1</jaxrs.version>
51                 <jcommander.version>1.78</jcommander.version>
52                 <jersey.version>1.19.4</jersey.version>
53                 <jnr.ffi.version>2.1.11</jnr.ffi.version>
54                 <jolt.version>0.0.24</jolt.version>
55                 <json.patch.version>1.9</json.patch.version>
56                 <json.version>20190722</json.version>
57                 <junit.version>4.12</junit.version>
58                 <logback.version>1.2.3</logback.version>
59                 <log4j.version>1.2.17</log4j.version>
60                 <mockito.all.version>1.10.19</mockito.all.version>
61                 <mockito.core.version>2.15.0</mockito.core.version>
62                 <opencsv.version>3.1</opencsv.version>
63                 <powermock.version>1.6.6</powermock.version>
64                 <spring.boot.version>1.5.22.RELEASE</spring.boot.version>
65                 <spring.web.version>4.3.25.RELEASE</spring.web.version>
66                 <spring.security.rsa.version>1.0.8.RELEASE</spring.security.rsa.version>
67                 <aai.common.logging.version>1.5.1</aai.common.logging.version>
68                 <aai.rest.client.version>1.5.1</aai.rest.client.version>
69         </properties>
70         <dependencyManagement>
71                 <dependencies>
72
73                   <dependency>
74                     <groupId>com.fasterxml.jackson</groupId>
75                     <artifactId>jackson-bom</artifactId>
76                     <version>${jackson.bom.version}</version>
77                     <type>pom</type>
78                     <scope>import</scope>
79                   </dependency>
80
81                         <dependency>
82                                 <groupId>org.springframework.boot</groupId>
83                                 <artifactId>spring-boot-dependencies</artifactId>
84                                 <version>${spring.boot.version}</version>
85                                 <type>pom</type>
86                                 <scope>import</scope>
87                         </dependency>
88
89                         <dependency>
90                                 <groupId>org.springframework.boot</groupId>
91                                 <artifactId>spring-boot-test</artifactId>
92                                 <scope>test</scope>
93                                 <version>${spring.boot.version}</version>
94                         </dependency>
95
96                         <dependency>
97                                 <groupId>commons-configuration</groupId>
98                                 <artifactId>commons-configuration</artifactId>
99                                 <version>${commons.configuration.version}</version>
100                         </dependency>
101
102                         <dependency>
103                                 <groupId>commons-lang</groupId>
104                                 <artifactId>commons-lang</artifactId>
105                                 <version>${commons.lang.version}</version>
106                         </dependency>
107
108                         <dependency>
109                                 <groupId>com.att.eelf</groupId>
110                                 <artifactId>eelf-core</artifactId>
111                                 <version>${eelf.core.version}</version>
112                         </dependency>
113
114                         <dependency>
115                                 <groupId>ch.qos.logback</groupId>
116                                 <artifactId>logback-core</artifactId>
117                                 <version>${logback.version}</version>
118                         </dependency>
119
120                         <dependency>
121                                 <groupId>ch.qos.logback</groupId>
122                                 <artifactId>logback-classic</artifactId>
123                                 <version>${logback.version}</version>
124                         </dependency>
125
126                         <dependency>
127                                 <groupId>ch.qos.logback</groupId>
128                                 <artifactId>logback-access</artifactId>
129                                 <version>${logback.version}</version>
130                         </dependency>
131
132                         <dependency>
133                                 <groupId>org.hamcrest</groupId>
134                                 <artifactId>hamcrest-junit</artifactId>
135                                 <version>${hamcrest.junit.version}</version>
136                         </dependency>
137
138                         <dependency>
139                                 <groupId>junit</groupId>
140                                 <artifactId>junit</artifactId>
141                                 <version>${junit.version}</version>
142                         </dependency>
143
144                         <dependency>
145                                 <groupId>com.google.guava</groupId>
146                                 <artifactId>guava</artifactId>
147                                 <version>${google.guava.version}</version>
148                         </dependency>
149
150                         <dependency>
151                                 <groupId>org.janusgraph</groupId>
152                                 <artifactId>janusgraph-core</artifactId>
153                                 <version>${janusgraph.version}</version>
154                         </dependency>
155
156                         <dependency>
157                                 <groupId>org.janusgraph</groupId>
158                                 <artifactId>janusgraph-cassandra</artifactId>
159                                 <version>${janusgraph.version}</version>
160                         </dependency>
161
162                         <dependency>
163                                 <groupId>org.janusgraph</groupId>
164                                 <artifactId>janusgraph-cql</artifactId>
165                                 <version>${janusgraph.version}</version>
166                         </dependency>
167
168                         <dependency>
169                                 <groupId>com.github.jnr</groupId>
170                                 <artifactId>jnr-ffi</artifactId>
171                                 <version>${jnr.ffi.version}</version>
172                         </dependency>
173
174                         <dependency>
175                                 <groupId>org.apache.tinkerpop</groupId>
176                                 <artifactId>tinkergraph-gremlin</artifactId>
177                                 <version>${gremlin.version}</version>
178                         </dependency>
179                         <dependency>
180                                 <groupId>org.apache.tinkerpop</groupId>
181                                 <artifactId>gremlin-core</artifactId>
182                                 <version>${gremlin.version}</version>
183                         </dependency>
184                         <dependency>
185                                 <groupId>org.apache.tinkerpop</groupId>
186                                 <artifactId>gremlin-driver</artifactId>
187                                 <version>${gremlin.version}</version>
188                         </dependency>
189
190                         <dependency>
191                                 <groupId>org.apache.tinkerpop</groupId>
192                                 <artifactId>gremlin-groovy</artifactId>
193                                 <version>${gremlin.version}</version>
194                         </dependency>
195
196                         <dependency>
197                                 <groupId>org.codehaus.groovy</groupId>
198                                 <artifactId>groovy</artifactId>
199                                 <version>${groovy.version}</version>
200                                 <classifier>indy</classifier>
201                         </dependency>
202
203                         <dependency>
204                                 <groupId>org.mockito</groupId>
205                                 <artifactId>mockito-all</artifactId>
206                                 <version>${mockito.all.version}</version>
207                         </dependency>
208
209 <!-- 
210                     <dependency>
211                                 <groupId>org.mockito</groupId>
212                                 <artifactId>mockito-core</artifactId>
213                                 <version>${mockito.core.version}</version>
214                         </dependency>
215 -->
216                         <dependency>
217                                 <groupId>org.powermock</groupId>
218                                 <artifactId>powermock-module-junit4</artifactId>
219                                 <version>${powermock.version}</version>
220                         </dependency>
221
222                         <dependency>
223                                 <groupId>org.powermock</groupId>
224                                 <artifactId>powermock-api-mockito</artifactId>
225                                 <version>${powermock.version}</version>
226                         </dependency>
227                         <dependency>
228                                 <groupId>org.powermock</groupId>
229                                 <artifactId>powermock-module-javaagent</artifactId>
230                                 <version>${powermock.version}</version>
231                         </dependency>
232                         <dependency>
233                                 <groupId>com.beust</groupId>
234                                 <artifactId>jcommander</artifactId>
235                                 <version>${jcommander.version}</version>
236                         </dependency>
237
238                         <dependency>
239                                 <groupId>org.json</groupId>
240                                 <artifactId>json</artifactId>
241                                 <version>${json.version}</version>
242                         </dependency>
243
244                         <dependency>
245                                 <groupId>org.freemarker</groupId>
246                                 <artifactId>freemarker</artifactId>
247                                 <version>${freemarker.version}</version>
248                         </dependency>
249
250                         <dependency>
251                                 <groupId>javax.xml.bind</groupId>
252                                 <artifactId>jaxb-api</artifactId>
253                                 <version>${jaxb.version}</version>
254                         </dependency>
255
256                         <dependency>
257                           <groupId>org.apache.activemq</groupId>
258                           <artifactId>activemq-broker</artifactId>
259                           <version>${activemq.version}</version>
260                         </dependency>
261                         
262                         <dependency>
263                           <groupId>org.apache.activemq</groupId>
264                           <artifactId>activemq-client</artifactId>
265                           <version>${activemq.version}</version>
266                         </dependency>
267
268                         <dependency>
269                           <groupId>org.apache.activemq</groupId>
270                           <artifactId>activemq-openwire-legacy</artifactId>
271                           <version>${activemq.version}</version>
272                         </dependency>
273
274                         <dependency>
275                                 <groupId>org.onap.aaf.authz</groupId>
276                                 <artifactId>aaf-cadi-aaf</artifactId>
277                                 <version>${aaf.version}</version>
278                         </dependency>
279
280                         <dependency>
281                                 <groupId>com.sun.xml.bind</groupId>
282                                 <artifactId>jaxb-xjc</artifactId>
283                                 <version>${jaxb.version}</version>
284                         </dependency>
285
286                         <dependency>
287                                 <groupId>org.eclipse.persistence</groupId>
288                                 <artifactId>eclipselink</artifactId>
289                                 <version>${eclipse.persistence.version}</version>
290                         </dependency>
291
292                         <dependency>
293                                 <groupId>org.eclipse.persistence</groupId>
294                                 <artifactId>org.eclipse.persistence.moxy</artifactId>
295                                 <version>${eclipse.persistence.version}</version>
296                         </dependency>
297
298                         <dependency>
299                                 <groupId>com.github.fge</groupId>
300                                 <artifactId>json-patch</artifactId>
301                                 <version>${json.patch.version}</version>
302                         </dependency>
303
304                         <dependency>
305                                 <groupId>org.javatuples</groupId>
306                                 <artifactId>javatuples</artifactId>
307                                 <version>${javatuples.version}</version>
308                         </dependency>
309
310                         <dependency>
311                                 <groupId>com.google.code.gson</groupId>
312                                 <artifactId>gson</artifactId>
313                                 <version>${gson.version}</version>
314                         </dependency>
315
316                         <dependency>
317                                 <groupId>org.onap.aai.aai-common</groupId>
318                                 <artifactId>aai-schema-ingest</artifactId>
319                                 <version>${project.version}</version>
320                         </dependency>
321
322                         <dependency>
323                                 <groupId>org.apache.commons</groupId>
324                                 <artifactId>commons-text</artifactId>
325                                 <version>${commons.text.version}</version>
326                         </dependency>
327
328                         <dependency>
329                                 <groupId>org.onap.aai.aai-common</groupId>
330                                 <artifactId>aai-annotations</artifactId>
331                                 <version>${project.version}</version>
332                         </dependency>
333
334                         <dependency>
335                                 <groupId>org.codehaus.jackson</groupId>
336                                 <artifactId>jackson-core-asl</artifactId>
337                                 <version>${codehaus.jackson.version}</version>
338                         </dependency>
339
340                         <dependency>
341                                 <groupId>com.sun.jersey</groupId>
342                                 <artifactId>jersey-core</artifactId>
343                                 <version>${jersey.version}</version>
344                         </dependency>
345                         <dependency>
346                                 <groupId>com.sun.jersey</groupId>
347                                 <artifactId>jersey-client</artifactId>
348                                 <version>${jersey.version}</version>
349                         </dependency>
350                         <dependency>
351                                 <groupId>com.sun.jersey</groupId>
352                                 <artifactId>jersey-json</artifactId>
353                                 <version>${jersey.version}</version>
354                         </dependency>
355
356                         <dependency>
357                                 <groupId>javax.ws.rs</groupId>
358                                 <artifactId>javax.ws.rs-api</artifactId>
359                                 <version>${jaxrs.version}</version>
360                         </dependency>
361
362                         <dependency>
363                                 <groupId>commons-cli</groupId>
364                                 <artifactId>commons-cli</artifactId>
365                                 <version>${commons.cli.version}</version>
366                         </dependency>
367
368                         <dependency>
369                                 <groupId>com.bazaarvoice.jolt</groupId>
370                                 <artifactId>jolt-complete</artifactId>
371                                 <version>${jolt.version}</version>
372                         </dependency>
373
374                         <dependency>
375                                 <groupId>com.opencsv</groupId>
376                                 <artifactId>opencsv</artifactId>
377                                 <version>${opencsv.version}</version>
378                         </dependency>
379
380                         <dependency>
381                                 <groupId>log4j</groupId>
382                                 <artifactId>log4j</artifactId>
383                                 <version>${log4j.version}</version>
384                         </dependency>
385
386                         <dependency>
387                                 <groupId>commons-io</groupId>
388                                 <artifactId>commons-io</artifactId>
389                                 <version>${commons.io.version}</version>
390                         </dependency>
391
392                         <dependency>
393                                 <groupId>org.onap.aai.aai-common</groupId>
394                                 <artifactId>aai-rest</artifactId>
395                                 <version>${project.version}</version>
396                         </dependency>
397
398                         <dependency>
399                                 <groupId>org.springframework.security</groupId>
400                                 <artifactId>spring-security-rsa</artifactId>
401                                 <version>${spring.security.rsa.version}</version>
402                         </dependency>
403
404                         <dependency>
405                                 <groupId>org.onap.aai.logging-service</groupId>
406                                 <artifactId>common-logging</artifactId>
407                                 <version>${aai.common.logging.version}</version>
408                         </dependency>
409
410                         <dependency>
411                                 <groupId>org.onap.aai.logging-service</groupId>
412                                 <artifactId>logging-api</artifactId>
413                                 <version>${aai.common.logging.version}</version>
414                         </dependency>
415
416                         <dependency>
417                                 <groupId>org.onap.aai</groupId>
418                                 <artifactId>rest-client</artifactId>
419                                 <version>${aai.rest.client.version}</version>
420                         </dependency>
421
422
423                 </dependencies>
424
425         </dependencyManagement>
426
427         <build>
428                 <pluginManagement>
429                         <plugins>
430                                 <plugin>
431                                         <groupId>org.springframework.boot</groupId>
432                                         <artifactId>spring-boot-maven-plugin</artifactId>
433                                         <version>${spring.boot.version}</version>
434                                 </plugin>
435                                 <plugin>
436                                         <groupId>io.fabric8</groupId>
437                                         <artifactId>docker-maven-plugin</artifactId>
438                                         <version>${docker.fabric.version}</version>
439                                 </plugin>
440                         </plugins>
441
442                 </pluginManagement>
443         </build>
444
445 </project>