Bump SDC version 1.6.6
[sdc.git] / catalog-dao / pom.xml
index 2a2e02a..a7a1266 100644 (file)
@@ -29,7 +29,7 @@ Modifications copyright (c) 2018 Nokia
        <parent>
                <groupId>org.openecomp.sdc</groupId>
                <artifactId>sdc-main</artifactId>
-               <version>1.3.0-SNAPSHOT</version>
+               <version>1.6.6-SNAPSHOT</version>
        </parent>
 
        <dependencies>
@@ -55,24 +55,17 @@ Modifications copyright (c) 2018 Nokia
                        <scope>provided</scope>
                </dependency>
 
+               <!-- SPRING -->
                <dependency>
-                       <groupId>org.elasticsearch</groupId>
-                       <artifactId>elasticsearch</artifactId>
-                       <version>${elastic-search.version}</version>
-                       <scope>provided</scope>
-               </dependency>
-
-               <dependency>
-                       <groupId>org.elasticsearch.plugin</groupId>
-                       <artifactId>shield</artifactId>
-                       <version>${elastic-search.version}</version>
+                       <groupId>org.springframework</groupId>
+                       <artifactId>spring-context</artifactId>
+                       <version>${spring.version}</version>
                        <scope>provided</scope>
                </dependency>
 
-               <!-- SPRING -->
                <dependency>
                        <groupId>org.springframework</groupId>
-                       <artifactId>spring-context</artifactId>
+                       <artifactId>spring-core</artifactId>
                        <version>${spring.version}</version>
                        <scope>provided</scope>
                </dependency>
@@ -147,7 +140,7 @@ Modifications copyright (c) 2018 Nokia
                </dependency>
 
                <dependency>
-               <groupId>org.jmockit</groupId>
+                       <groupId>org.jmockit</groupId>
                        <artifactId>jmockit</artifactId>
                        <scope>test</scope>
                </dependency>
@@ -237,11 +230,10 @@ Modifications copyright (c) 2018 Nokia
                        <scope>test</scope>
                </dependency>
 
-               <!-- TITAN -->
                <dependency>
-                       <groupId>com.thinkaurelius.titan</groupId>
-                       <artifactId>titan-core</artifactId>
-                       <version>${titan.version}</version>
+                       <groupId>org.janusgraph</groupId>
+                       <artifactId>janusgraph-core</artifactId>
+                       <version>${janusgraph.version}</version>
                        <scope>provided</scope>
                        <exclusions>
                                <exclusion>
@@ -256,13 +248,17 @@ Modifications copyright (c) 2018 Nokia
                                        <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>
+                       <groupId>org.janusgraph</groupId>
+                       <artifactId>janusgraph-cassandra</artifactId>
+                       <version>${janusgraph.version}</version>
                        <scope>provided</scope>
                        <exclusions>
                                <exclusion>
@@ -278,7 +274,6 @@ Modifications copyright (c) 2018 Nokia
                        <version>${lang3.version}</version>
                        <scope>provided</scope>
                </dependency>
-               <!-- TITAN END -->
 
                <!-- CASSANDRA -->
                <dependency>
@@ -309,6 +304,10 @@ Modifications copyright (c) 2018 Nokia
                                        <groupId>org.apache.cassandra</groupId>
                                        <artifactId>cassandra-all</artifactId>
                                </exclusion>
+                               <exclusion>
+                                       <groupId>org.apache.thrift</groupId>
+                                       <artifactId>libthrift</artifactId>
+                               </exclusion>
                        </exclusions>
                </dependency>
                <dependency>
@@ -317,7 +316,17 @@ Modifications copyright (c) 2018 Nokia
                        <version>3.11.3</version>
                        <scope>test</scope>
                </dependency>
+               <dependency>
+                       <groupId>org.apache.thrift</groupId>
+                       <artifactId>libthrift</artifactId>
+                       <version>${libthrift.version}</version>
+               </dependency>
                <!-- CASSANDRA END -->
+
+               <dependency>
+                       <groupId>org.codehaus.groovy</groupId>
+                       <artifactId>groovy</artifactId>
+               </dependency>
        </dependencies>
 
        <build>