aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2018-03-23 15:58:20 +0100
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2018-03-23 15:58:20 +0100
commit020f29ee84fe5d780108149aa9de04e86d308d03 (patch)
tree8a4c22b9f2079b7f7a563d2bb12ae389a43e2cb9 /pom.xml
parent1020ab3cf309ddde9af40684e2d3bd094cce8665 (diff)
Change on jackson
Attempt to remove red bullet in nexus-iq Issue-ID: CLAMP-135 Change-Id: I2a1b8fd26276873f4e783ff33124095ebbe44a32 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml35
1 files changed, 20 insertions, 15 deletions
diff --git a/pom.xml b/pom.xml
index 010fd509..86461c5a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -284,10 +284,6 @@
<artifactId>junit</artifactId>
</dependency>
<dependency>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-core</artifactId>
- </dependency>
- <dependency>
<groupId>javax.transaction</groupId>
<artifactId>jta</artifactId>
<version>1.1</version>
@@ -329,10 +325,6 @@
<groupId>log4j</groupId>
</exclusion>
<exclusion>
- <artifactId>jackson-databind</artifactId>
- <groupId>com.fasterxml.jackson.core</groupId>
- </exclusion>
- <exclusion>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
</exclusion>
@@ -450,11 +442,6 @@
</exclusions>
</dependency>
<dependency>
- <groupId>com.fasterxml.jackson.dataformat</groupId>
- <artifactId>jackson-dataformat-yaml</artifactId>
- <version>2.9.4</version>
- </dependency>
- <dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-csv</artifactId>
<version>1.3</version>
@@ -485,6 +472,26 @@
<artifactId>jboss-jaxrs-api_2.0_spec</artifactId>
<version>1.0.1.Final</version>
</dependency>
+ <dependency>
+ <artifactId>jackson-databind</artifactId>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <version>2.9.4</version>
+ </dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-annotations</artifactId>
+ <version>2.9.4</version>
+ </dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-core</artifactId>
+ <version>2.9.4</version>
+ </dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.dataformat</groupId>
+ <artifactId>jackson-dataformat-yaml</artifactId>
+ <version>2.9.4</version>
+ </dependency>
<!-- Remove the MYSQL connector and replace it by Mariadb -->
<dependency>
<groupId>org.mariadb.jdbc</groupId>
@@ -502,8 +509,6 @@
<artifactId>sdc-tosca</artifactId>
<version>1.2.2</version>
</dependency>
-
-
</dependencies>
<build>