Exclude unneccessary artifact - jackson-databind 75/94775/1
authorPrudence Au <prudence.au@amdocs.com>
Tue, 3 Sep 2019 00:09:25 +0000 (20:09 -0400)
committerPrudence Au <prudence.au@amdocs.com>
Tue, 3 Sep 2019 00:09:25 +0000 (20:09 -0400)
Issue-ID: LOG-826
Signed-off-by: Prudence Au <prudence.au@amdocs.com>
Change-Id: I164d06bb1954eb2434553c297d69205fb0222db8

pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 2c0a474..e6e0fa9 100644 (file)
--- 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>
           <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>
index 99af342..f78f30b 100644 (file)
@@ -4,7 +4,7 @@
 
 major=1
 minor=5
-patch=0
+patch=1
 
 base_version=${major}.${minor}.${patch}