summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPrudence Au <prudence.au@amdocs.com>2019-09-02 20:09:25 -0400
committerPrudence Au <prudence.au@amdocs.com>2019-09-02 20:09:25 -0400
commitea711d15f143094104c556fa81b67a86b16884e1 (patch)
tree06ad56a5da5cfddd1b258b12c448ce15a0a8c52b /pom.xml
parent1a016e0bcfcfa4e8e4fb0d13e4c5dba43c31d66f (diff)
Exclude unneccessary artifact - jackson-databind
Issue-ID: LOG-826 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Change-Id: I164d06bb1954eb2434553c297d69205fb0222db8
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 2c0a474..e6e0fa9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<groupId>org.onap.logging-analytics.pomba</groupId>
<artifactId>pomba-context-aggregator</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
<parent>
<groupId>org.onap.oparent</groupId>
@@ -49,6 +49,10 @@
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-databind</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -83,7 +87,7 @@
<dependency>
<groupId>org.onap.logging-analytics.pomba</groupId>
<artifactId>pomba-audit-common</artifactId>
- <version>1.5.0</version>
+ <version>1.5.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>