Refresh option in validation result page
[sdc.git] / asdctool / pom.xml
index 074d551..c74c4d6 100644 (file)
@@ -8,7 +8,7 @@
        <parent>
                <groupId>org.openecomp.sdc</groupId>
                <artifactId>sdc-main</artifactId>
-               <version>1.5.0-SNAPSHOT</version>
+               <version>1.6.0-SNAPSHOT</version>
        </parent>
 
        <dependencies>
                </dependency>
 
                <dependency>
-                       <groupId>commons-configuration</groupId>
-                       <artifactId>commons-configuration</artifactId>
-                       <version>1.6</version>
-                       <scope>compile</scope>
-                       <exclusions>
-                               <exclusion>
-                                       <artifactId>commons-collections</artifactId>
-                                       <groupId>commons-collections</groupId>
-                               </exclusion>
-                       </exclusions>
+                       <groupId>org.apache.commons</groupId>
+                       <artifactId>commons-configuration2</artifactId>
+                       <version>${commons-configuration}</version>
                </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>compile</scope>
                        <exclusions>
                                <exclusion>
                                        <artifactId>commons-collections</artifactId>
                                        <groupId>commons-collections</groupId>
                                </exclusion>
+                               <exclusion>
+                                       <artifactId>groovy</artifactId>
+                                       <groupId>org.codehaus.groovy</groupId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>org.apache.thrift</groupId>
+                                       <artifactId>libthrift</artifactId>
+                               </exclusion>
                        </exclusions>
                </dependency>
 
                </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>compile</scope>
                        <exclusions>
                                <exclusion>
                        </exclusions>
                </dependency>
 
-               <dependency>
-                       <groupId>org.apache.tinkerpop</groupId>
-                       <artifactId>tinkergraph-gremlin</artifactId>
-                       <version>3.0.1-incubating</version>
-                       <scope>compile</scope>
-               </dependency>
-
-               <dependency>
-                       <groupId>org.apache.tinkerpop</groupId>
-                       <artifactId>gremlin-groovy</artifactId>
-                       <version>3.0.1-incubating</version>
-                       <scope>compile</scope>
-                       <exclusions>
-                               <exclusion>
-                                       <artifactId>groovy</artifactId>
-                                       <groupId>org.codehaus.groovy</groupId>
-                               </exclusion>
-                       </exclusions>
-               </dependency>
-
-               <!-- TITAN end -->
                <dependency>
                        <groupId>commons-logging</groupId>
                        <artifactId>commons-logging</artifactId>
                        <version>${cassandra.driver.version}</version>
                        <scope>compile</scope>
                </dependency>
+               <dependency>
+                       <groupId>org.apache.thrift</groupId>
+                       <artifactId>libthrift</artifactId>
+                       <version>${libthrift.version}</version>
+               </dependency>
 
                <!-- CASSANDRA END -->
 
 
                <dependency>
                        <groupId>org.apache.poi</groupId>
-                       <artifactId>com.springsource.org.apache.poi</artifactId>
-                       <version>3.9.0.FINAL</version>
-                       <scope>compile</scope>
+                       <artifactId>poi</artifactId>
+                       <version>${apache-poi.version}</version>
                </dependency>
 
                <dependency>
                        <scope>test</scope>
                </dependency>
 
-        <dependency>
-            <groupId>org.assertj</groupId>
-            <artifactId>assertj-core</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <!-- testing end -->
+    <dependency>
+       <groupId>org.assertj</groupId>
+                       <artifactId>assertj-core</artifactId>
+                       <scope>test</scope>
+               </dependency>
+
+               <dependency>
+                       <groupId>com.google.code.bean-matchers</groupId>
+                       <artifactId>bean-matchers</artifactId>
+                       <version>${bean-matchers.version}</version>
+                       <scope>test</scope>
+               </dependency>
+
+               <dependency>
+                       <groupId>com.github.stefanbirkner</groupId>
+                       <artifactId>system-rules</artifactId>
+                       <version>1.19.0</version>
+                       <scope>test</scope>
+               </dependency>
+
+               <!-- testing end -->
 
                <dependency>
                        <groupId>io.netty</groupId>
                        <groupId>io.netty</groupId>
                        <artifactId>netty-handler</artifactId>
                </dependency>
+               <dependency>
+                       <groupId>org.powermock</groupId>
+                       <artifactId>powermock-module-junit4</artifactId>
+                       <version>2.0.2</version>
+                       <scope>test</scope>
+               </dependency>
        </dependencies>
 
        <build>
                                                                                <include>src/main/resources/**/*.json</include>
                                                                                <include>src/test/resources/**/*.json</include>
                                                                        </includes>
+                                                                       <excludes>
+                                                                               <exclude>src/test/resources/graphError.json</exclude>
+                                                                       </excludes>
                                                                </validationSet>
                                                        </validationSets>
                                                </configuration>
                        </build>
                </profile>
        </profiles>
-</project>
\ No newline at end of file
+</project>