POM fixes due to update in cadi-aaf 69/40369/3
authorbobbymander <bobby.mander@att.com>
Fri, 30 Mar 2018 13:31:32 +0000 (09:31 -0400)
committerbobbymander <bobby.mander@att.com>
Fri, 30 Mar 2018 16:41:58 +0000 (12:41 -0400)
Issue-ID: POLICY-507
Change-Id: I493233f8e0e90eaf24e9c09c7433c6fb9fadb268
Signed-off-by: bobbymander <bobby.mander@att.com>
ONAP-PAP-REST/pom.xml
POLICY-SDK-APP/pom.xml
PolicyEngineAPI/pom.xml
PolicyEngineUtils/pom.xml
pom.xml

index de37378..9d3d3d2 100644 (file)
                        <artifactId>jackson-core</artifactId>
                        <version>${jackson.version}</version>
                </dependency>
-               <dependency>
-                       <groupId>com.fasterxml.jackson.core</groupId>
-                       <artifactId>jackson-databind</artifactId>
-                       <version>${jackson.version}</version>
-               </dependency>
                <dependency>
                        <groupId>com.fasterxml.jackson.module</groupId>
                        <artifactId>jackson-module-jaxb-annotations</artifactId>
index 08bc3c2..9f7f267 100644 (file)
                        <artifactId>jackson-core</artifactId>
                        <version>${jackson.version}</version>
                </dependency>
-               <dependency>
-                       <groupId>com.fasterxml.jackson.core</groupId>
-                       <artifactId>jackson-databind</artifactId>
-                       <version>${jackson.version}</version>
-               </dependency>
                <dependency>
                        <groupId>com.fasterxml.jackson.module</groupId>
                        <artifactId>jackson-module-jaxb-annotations</artifactId>
index 69e0869..d43dd4b 100644 (file)
        </parent>
        <artifactId>PolicyEngineAPI</artifactId>
        <dependencies>
-               <dependency>
-                       <groupId>com.fasterxml.jackson.core</groupId>
-                       <artifactId>jackson-databind</artifactId>
-                       <version>${jackson.version}</version>
-               </dependency>
                <dependency>
                        <groupId>org.glassfish</groupId>
                        <artifactId>javax.json</artifactId>
index 85b506a..9ae92ca 100644 (file)
                        <artifactId>mariadb-java-client</artifactId>
                        <version>2.1.1</version>
                </dependency>
-               <dependency>
-                       <groupId>com.fasterxml.jackson.core</groupId>
-                       <artifactId>jackson-databind</artifactId>
-                       <version>${jackson.version}</version>
-               </dependency>
                <dependency>
                        <groupId>com.github.fge</groupId>
                        <artifactId>json-patch</artifactId>
                <dependency>
                        <groupId>org.onap.aaf.cadi</groupId>
                        <artifactId>cadi-aaf</artifactId>
-                       <version>1.0.0-SNAPSHOT</version>
+                       <version>1.0.0</version>
                </dependency>
                <dependency>
                    <groupId>com.google.code.gson</groupId>
diff --git a/pom.xml b/pom.xml
index 61e5d32..1039e3a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -61,7 +61,7 @@
                <jetty.plugin.version>9.2.3.v20140905</jetty.plugin.version>
                <dmaap.version>1.1.3</dmaap.version>
                <httpclient.version>4.5.5</httpclient.version>
-               <jackson.version>2.9.5</jackson.version>
+               <jackson.version>2.9.4</jackson.version>
                <commons.fileupload.version>1.3.3</commons.fileupload.version>
        </properties>
        <modules>
                        <artifactId>xml-apis</artifactId>
                        <version>1.3.03</version>
                </dependency>
+               <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind -->
+               <dependency>
+                   <groupId>com.fasterxml.jackson.core</groupId>
+                   <artifactId>jackson-databind</artifactId>
+                       <version>${jackson.version}</version>
+               </dependency>
                <dependency>
                        <groupId>junit</groupId>
                        <artifactId>junit</artifactId>