Revert jackson-mapper-asl dependency changes 37/69137/1 1.3.0 3.0.0-ONAP
authorMichael Reece <michaere@amdocs.com>
Wed, 26 Sep 2018 15:29:32 +0000 (16:29 +0100)
committerMichael Reece <michaere@amdocs.com>
Wed, 26 Sep 2018 15:29:32 +0000 (16:29 +0100)
Downgrading to version 1.4.5 caused compatability issues with other
dependencies requiring 1.9.2, so previous changes have been reverted and
exemption saught for known security vunerability for this version

Issue-ID: AAI-1677

Change-Id: I86eee45ce0256f56b0a970135a465846b749c686
Signed-off-by: Michael Reece <michaere@amdocs.com>
champ-lib/champ-core/pom.xml
champ-lib/champ-titan/pom.xml
champ-service-deps-janus/pom.xml
champ-service-deps-titan/pom.xml

index dd3e0d5..d8a2e34 100644 (file)
@@ -60,12 +60,6 @@ limitations under the License.
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-databind</artifactId>
         </dependency>
-        
-        <dependency>
-            <groupId>org.codehaus.jackson</groupId>
-            <artifactId>jackson-mapper-asl</artifactId>
-            <version>1.4.5</version>
-        </dependency>
 
         <dependency>
             <groupId>org.apache.tinkerpop</groupId>
@@ -109,10 +103,6 @@ limitations under the License.
                     <groupId>com.google.guava</groupId>
                     <artifactId>guava</artifactId>
                 </exclusion>
-                <exclusion>
-                    <groupId>org.codehaus.jackson</groupId>
-                    <artifactId>jackson-mapper-asl</artifactId>
-                </exclusion>
                 <exclusion>
                     <groupId>org.apache.hadoop</groupId>
                     <artifactId>hadoop-yarn-common</artifactId>
index 4942156..8235159 100644 (file)
@@ -83,10 +83,6 @@ limitations under the License.
                     <groupId>org.apache.httpcomponents</groupId>
                     <artifactId>httpclient</artifactId>
                 </exclusion>
-                <exclusion>
-                    <groupId>org.codehaus.jackson</groupId>
-                    <artifactId>jackson-mapper-asl</artifactId>
-                </exclusion>
                 <exclusion>
                     <groupId>org.mindrot</groupId>
                     <artifactId>jbcrypt</artifactId>
index 9c42cab..d936a1b 100644 (file)
@@ -191,10 +191,6 @@ limitations under the License.
                     <groupId>net.jpountz.lz4</groupId>
                     <artifactId>lz4</artifactId>
                 </exclusion>
-                <exclusion>
-                    <groupId>org.codehaus.jackson</groupId>
-                    <artifactId>jackson-mapper-asl</artifactId>
-                </exclusion>
                 <exclusion>
                     <groupId>dom4j</groupId>
                     <artifactId>dom4j</artifactId>
index adab048..8a1de89 100644 (file)
@@ -222,10 +222,6 @@ limitations under the License.
                     <groupId>com.google.guava</groupId>
                     <artifactId>guava</artifactId>
                 </exclusion>
-                <exclusion>
-                    <groupId>org.codehaus.jackson</groupId>
-                    <artifactId>jackson-mapper-asl</artifactId>
-                </exclusion>
                 <exclusion>
                     <groupId>org.mindrot</groupId>
                     <artifactId>jbcrypt</artifactId>