Update version to 1.4.0-SNAPSHOT for Dublin
[so.git] / common / pom.xml
index a3084e8..c5bb44f 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
         <groupId>org.onap.so</groupId>
         <artifactId>so</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.4.0-SNAPSHOT</version>
        </parent>
        <artifactId>common</artifactId>
        <name>MSO Common classes</name>
                        <artifactId>javax.servlet-api</artifactId>
                        <version>3.1.0</version>
                </dependency>
-               <dependency>
-                       <groupId>com.fasterxml.jackson.core</groupId>
-                       <artifactId>jackson-databind</artifactId>
-                       <version>2.8.7</version>
-               </dependency>
-               <dependency>
-                       <groupId>com.fasterxml.jackson.core</groupId>
-                       <artifactId>jackson-annotations</artifactId>
-                       <version>2.8.7</version>
-               </dependency>
-               <dependency>
-                       <groupId>com.fasterxml.jackson.module</groupId>
-                       <artifactId>jackson-module-jaxb-annotations</artifactId>
-                       <version>2.4.0</version>
-               </dependency>
                <dependency>
                        <groupId>org.springframework</groupId>
                        <artifactId>spring-aspects</artifactId>
@@ -77,7 +62,7 @@
                <dependency>
                        <groupId>org.onap.aai.aai-common</groupId>
                        <artifactId>aai-schema</artifactId>
-                       <version>1.3.0-SNAPSHOT</version>
+                       <version>1.3.1</version>
                </dependency>
                <dependency>
                        <groupId>org.modelmapper</groupId>
                <dependency>
                        <groupId>org.onap.logging-analytics</groupId>
                        <artifactId>logging-slf4j</artifactId>
-                       <version>1.2.2-SNAPSHOT</version>
-                       <exclusions>
-                               <exclusion>
-                                       <groupId>com.att.eelf</groupId>
-                                       <artifactId>eelf-core</artifactId>
-                               </exclusion>
-                       </exclusions>
+                       <version>1.2.2</version>
                </dependency>
     </dependencies>
        <build>