aboutsummaryrefslogtreecommitdiffstats
path: root/aai-core/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'aai-core/pom.xml')
-rw-r--r--aai-core/pom.xml17
1 files changed, 12 insertions, 5 deletions
diff --git a/aai-core/pom.xml b/aai-core/pom.xml
index 37edc5b4..a93e2e6e 100644
--- a/aai-core/pom.xml
+++ b/aai-core/pom.xml
@@ -24,6 +24,7 @@
<gendoc.version>v12</gendoc.version>
<aai.wiki.link>https://wiki.onap.org/</aai.wiki.link>
<hbase.version>1.0.2</hbase.version>
+ <jackson.version>2.2.3</jackson.version>
</properties>
<profiles>
<profile>
@@ -231,7 +232,7 @@
<dependency>
<groupId>com.fasterxml.jackson.jaxrs</groupId>
<artifactId>jackson-jaxrs-json-provider</artifactId>
- <version>2.1.4</version>
+ <version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>com.googlecode.json-simple</groupId>
@@ -276,7 +277,7 @@
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-jaxb-annotations</artifactId>
- <version>2.1.4</version>
+ <version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>
@@ -311,17 +312,17 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.1.4</version>
+ <version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
- <version>2.1.4</version>
+ <version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
- <version>2.1.4</version>
+ <version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>xml-apis</groupId>
@@ -447,6 +448,12 @@
<version>1.6.2</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.skyscreamer</groupId>
+ <artifactId>jsonassert</artifactId>
+ <version>1.4.0</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>