Update Release Note
[sdc.git] / ui-ci / pom.xml
index 2b76309..d1f952c 100644 (file)
@@ -9,7 +9,7 @@
        <parent>
                <groupId>org.openecomp.sdc</groupId>
                <artifactId>sdc-main</artifactId>
-               <version>1.3.0-SNAPSHOT</version>
+               <version>1.5.3-SNAPSHOT</version>
        </parent>
 
        <properties>
                                        <groupId>org.eclipse.jetty</groupId>
                                        <artifactId>jetty-util</artifactId>
                                </exclusion>
+                               <exclusion>
+                                       <groupId>io.netty</groupId>
+                                       <artifactId>netty</artifactId>
+                               </exclusion>
                        </exclusions>
                </dependency>
 
                        <scope>compile</scope>
                </dependency>
 
-               <!-- TITAN -->
-               <dependency>
-                       <groupId>com.thinkaurelius.titan</groupId>
-                       <artifactId>titan-core</artifactId>
-                       <version>${titan.version}</version>
-                       <scope>compile</scope>
-                       <exclusions>
-                               <exclusion>
-                                       <artifactId>commons-collections</artifactId>
-                                       <groupId>commons-collections</groupId>
-                               </exclusion>
-                               <exclusion>
-                                       <artifactId>groovy</artifactId>
-                                       <groupId>org.codehaus.groovy</groupId>
-                               </exclusion>
-                       </exclusions>
-               </dependency>
-
-               <dependency>
-                       <groupId>org.onap.sdc.sdc-titan-cassandra</groupId>
-                       <artifactId>sdc-titan-cassandra</artifactId>
-                       <version>${sdc.titan.version}</version>
-                       <scope>compile</scope>
-               </dependency>
-
                <dependency>
                        <groupId>org.codehaus.jackson</groupId>
                        <artifactId>jackson-mapper-asl</artifactId>