aboutsummaryrefslogtreecommitdiffstats
path: root/aai-core/pom.xml
diff options
context:
space:
mode:
authorVenkata Harish K Kajur <vk250x@att.com>2018-01-15 00:47:04 -0500
committerVenkata Harish K Kajur <vk250x@att.com>2018-01-15 00:47:41 -0500
commit13ed8f4be0bc42a9f79a33a1b0ff63cc66ddea1a (patch)
tree709982f98b5025dcaa287e2052d04a4b5a849356 /aai-core/pom.xml
parent47f4b66b45250e00260905ac3ec34b9ddb1a5362 (diff)
Add utilites and unit tests to help coverage
Issue-ID: AAI-649 Change-Id: Ia855abe83692d86f4243f98ca75737c991da8976 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
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>