Add tests for SdcSchema classes
[sdc.git] / catalog-dao / pom.xml
index 65790d3..c15a585 100644 (file)
@@ -1,64 +1,75 @@
+<!--
+============LICENSE_START=======================================================
+SDC
+================================================================================
+Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
+================================================================================
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+        *
+     http://www.apache.org/licenses/LICENSE-2.0
+        *
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+============LICENSE_END=========================================================
+Modifications copyright (c) 2018 Nokia
+================================================================================
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+                xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
        <modelVersion>4.0.0</modelVersion>
 
        <groupId>org.openecomp.sdc.be</groupId>
        <artifactId>catalog-dao</artifactId>
 
-
        <parent>
                <groupId>org.openecomp.sdc</groupId>
                <artifactId>sdc-main</artifactId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>1.3.0-SNAPSHOT</version>
        </parent>
 
-
-       <properties>
-               <aspectj.version>1.7.4</aspectj.version>
-               <hibernate-validator.version>5.3.4.Final</hibernate-validator.version>
-               <groovy.version>2.3.5</groovy.version>
-               <lucene.version>4.10.2</lucene.version>
-               <mockito.version>1.9.0</mockito.version>
-               <regex.version>3.0.3</regex.version>
-       </properties>
-
-
        <dependencies>
-
+               <!-- Common of SDC -->
                <dependency>
-                       <groupId>org.testng</groupId>
-                       <artifactId>testng</artifactId>
-                       <version>6.9.10</version>
-                       <scope>test</scope>
+                       <groupId>org.openecomp.sdc</groupId>
+                       <artifactId>common-app-api</artifactId>
+                       <version>${project.version}</version>
+                       <scope>provided</scope>
                </dependency>
 
                <dependency>
-                       <groupId>commons-logging</groupId>
-                       <artifactId>commons-logging</artifactId>
-                       <version>1.2.1-SNAPSHOT</version>
+                       <groupId>org.openecomp.sdc.be</groupId>
+                       <artifactId>common-be</artifactId>
+                       <version>${project.version}</version>
                        <scope>provided</scope>
                </dependency>
 
                <dependency>
-                       <groupId>commons-codec</groupId>
-                       <artifactId>commons-codec</artifactId>
-                       <version>2.0-SNAPSHOT</version>
+                       <groupId>ch.qos.logback</groupId>
+                       <artifactId>logback-classic</artifactId>
+                       <version>${logback.version}</version>
                        <scope>provided</scope>
                </dependency>
+
                <dependency>
-                       <groupId>org.springframework</groupId>
-                       <artifactId>spring-core</artifactId>
-                       <version>${spring.version}</version>
+                       <groupId>org.elasticsearch</groupId>
+                       <artifactId>elasticsearch</artifactId>
+                       <version>${elastic-search.version}</version>
                        <scope>provided</scope>
                </dependency>
 
                <dependency>
-                       <groupId>org.springframework</groupId>
-                       <artifactId>spring-beans</artifactId>
-                       <version>${spring.version}</version>
+                       <groupId>org.elasticsearch.plugin</groupId>
+                       <artifactId>shield</artifactId>
+                       <version>${elastic-search.version}</version>
                        <scope>provided</scope>
                </dependency>
 
+               <!-- SPRING -->
                <dependency>
                        <groupId>org.springframework</groupId>
                        <artifactId>spring-context</artifactId>
 
                <dependency>
                        <groupId>org.springframework</groupId>
-                       <artifactId>spring-messaging</artifactId>
+                       <artifactId>spring-beans</artifactId>
                        <version>${spring.version}</version>
                        <scope>provided</scope>
                </dependency>
 
                <dependency>
-                       <groupId>org.springframework</groupId>
-                       <artifactId>spring-web</artifactId>
-                       <version>${spring.version}</version>
-                       <scope>provided</scope>
+                       <groupId>org.aspectj</groupId>
+                       <artifactId>aspectjrt</artifactId>
+                       <version>${aspectj.version}</version>
                </dependency>
 
                <dependency>
-                       <groupId>org.springframework</groupId>
-                       <artifactId>spring-webmvc</artifactId>
-                       <version>${spring.version}</version>
-                       <scope>provided</scope>
+                       <groupId>org.aspectj</groupId>
+                       <artifactId>aspectjweaver</artifactId>
+                       <version>${aspectj.version}</version>
                </dependency>
 
                <dependency>
                        <groupId>org.springframework</groupId>
                        <artifactId>spring-aop</artifactId>
                        <version>${spring.version}</version>
-                       <scope>provided</scope>
-               </dependency>
-
-               <dependency>
-                       <groupId>org.springframework</groupId>
-                       <artifactId>spring-aspects</artifactId>
-                       <version>${spring.version}</version>
-                       <scope>provided</scope>
                </dependency>
 
                <dependency>
                        <groupId>org.springframework</groupId>
-                       <artifactId>spring-test</artifactId>
+                       <artifactId>spring-tx</artifactId>
                        <version>${spring.version}</version>
-                       <scope>test</scope>
-               </dependency>
-
-               <dependency>
-                       <groupId>org.springframework</groupId>
-                       <artifactId>spring-expression</artifactId>
-                       <version>${spring.version}</version>
-                       <scope>test</scope>
-               </dependency>
-
-               <!-- Common of SD&C -->
-               <dependency>
-                       <groupId>org.openecomp.sdc</groupId>
-                       <artifactId>common-app-api</artifactId>
-                       <version>${common-app-api.version}</version>
-                       <scope>provided</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.openecomp.sdc.be</groupId>
-                       <artifactId>common-be</artifactId>
-                       <version>${common-be.version}</version>
-                       <scope>provided</scope>
-               </dependency>
-
-               <dependency>
-                       <groupId>ch.qos.logback</groupId>
-                       <artifactId>logback-classic</artifactId>
-                       <version>${logback.version}</version>
-                       <scope>provided</scope>
-               </dependency>
-
-               <dependency>
-                       <groupId>ch.qos.logback</groupId>
-                       <artifactId>logback-core</artifactId>
-                       <version>${logback.version}</version>
-                       <scope>provided</scope>
-               </dependency>
-
-               <dependency>
-                       <groupId>org.elasticsearch</groupId>
-                       <artifactId>elasticsearch</artifactId>
-                       <scope>provided</scope>
-               </dependency>
-
-               <dependency>
-                       <groupId>org.elasticsearch.plugin</groupId>
-                       <artifactId>shield</artifactId>
-                       <version>${elastic-search.version}</version>
-                       <scope>provided</scope>
-               </dependency>
-
-
-               <!-- Elasticsearch delete by query was extracted to plugin: adding this 
-                       plugin requires updating elasticsearch.yml with: plugin.types: "DeleteByQueryPlugin" 
-                       and installing the plugin in the server -->
-               <!-- <dependency> -->
-               <!-- <groupId>org.elasticsearch.plugin</groupId> -->
-               <!-- <artifactId>delete-by-query</artifactId> -->
-               <!-- <scope>provided</scope> -->
-               <!-- </dependency> -->
-
-
-               <!-- SPRING -->
-
-               <dependency>
-                       <groupId>org.aspectj</groupId>
-                       <artifactId>aspectjrt</artifactId>
-                       <version>${aspectj.version}</version>
-               </dependency>
-
-               <dependency>
-                       <groupId>org.aspectj</groupId>
-                       <artifactId>aspectjweaver</artifactId>
-                       <version>${aspectj.version}</version>
                </dependency>
 
                <dependency>
                        <groupId>com.fasterxml.jackson.core</groupId>
                        <artifactId>jackson-databind</artifactId>
                        <version>${jackson.version}</version>
-                       <scope>provided</scope>
                </dependency>
 
                <dependency>
-                       <groupId>org.slf4j</groupId>
-                       <artifactId>slf4j-api</artifactId>
-                       <version>1.7.10</version>
-                       <scope>provided</scope>
+                       <groupId>com.fasterxml.jackson.core</groupId>
+                       <artifactId>jackson-core</artifactId>
+                       <version>${jackson.version}</version>
                </dependency>
+
                <dependency>
                        <groupId>com.googlecode.json-simple</groupId>
                        <artifactId>json-simple</artifactId>
+                       <version>${json-simple.version}</version>
                        <scope>provided</scope>
-
                </dependency>
+
                <dependency>
                        <groupId>org.apache.lucene</groupId>
                        <artifactId>lucene-regex</artifactId>
 
                <dependency>
                        <groupId>org.mockito</groupId>
-                       <artifactId>mockito-all</artifactId>
-                       <!--<version>${mockito.version}</version>&lt;!&ndash;$NO-MVN-MAN-VER$ &ndash;&gt;-->
-                       <version>1.10.19</version>
+                       <artifactId>mockito-core</artifactId>
+                       <scope>test</scope>
+               </dependency>
+
+               <dependency>
+               <groupId>org.jmockit</groupId>
+                       <artifactId>jmockit</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>org.yaml</groupId>
                        <artifactId>snakeyaml</artifactId>
-                       <version>1.14</version>
+                       <version>${snakeyaml.version}</version>
                        <scope>provided</scope>
                </dependency>
 
                <dependency>
                        <groupId>com.google.code.gson</groupId>
                        <artifactId>gson</artifactId>
-                       <version>2.3.1</version>
+                       <version>${gson.version}</version>
                        <scope>provided</scope>
                </dependency>
 
-
                <dependency>
                        <groupId>org.functionaljava</groupId>
                        <artifactId>functionaljava</artifactId>
+                       <version>${functionaljava.version}</version>
                        <scope>provided</scope>
                </dependency>
 
                <dependency>
                        <groupId>com.google.guava</groupId>
                        <artifactId>guava</artifactId>
-                       <version>${guava.version}</version><!--$NO-MVN-MAN-VER$ -->
+                       <version>${guava.version}</version>
                        <scope>provided</scope>
                </dependency>
 
                <!-- TEST -->
+               <dependency>
+                       <groupId>org.assertj</groupId>
+                       <artifactId>assertj-core</artifactId>
+                       <scope>test</scope>
+               </dependency>
+
+               <dependency>
+                       <groupId>org.springframework</groupId>
+                       <artifactId>spring-test</artifactId>
+                       <version>${spring.version}</version>
+                       <scope>test</scope>
+               </dependency>
 
                <dependency>
                        <groupId>junit</groupId>
                        <artifactId>junit</artifactId>
-                       <version>4.12</version>
+                       <version>${junit.version}</version>
                        <scope>test</scope>
                </dependency>
 
                <dependency>
                        <groupId>org.apache.commons</groupId>
                        <artifactId>commons-jci-core</artifactId>
+                       <version>${commons-jci-core.version}</version>
                        <scope>test</scope>
                </dependency>
 
                <dependency>
                        <groupId>org.springframework</groupId>
-                       <artifactId>spring-aop</artifactId>
+                       <artifactId>spring-expression</artifactId>
                        <version>${spring.version}</version>
                        <scope>test</scope>
                </dependency>
                </dependency>
 
                <dependency>
-                       <groupId>com.thinkaurelius.titan</groupId>
-                       <artifactId>titan-cassandra</artifactId>
-                       <!--<artifactId>asdc-titan-cassandra</artifactId> -->
-                       <version>${titan.version}</version>
-                       <!--<version>1.0.0-snapshot</version> -->
+                       <groupId>org.onap.sdc.sdc-titan-cassandra</groupId>
+                       <artifactId>sdc-titan-cassandra</artifactId>
+                       <version>${sdc.titan.version}</version>
                        <scope>provided</scope>
                        <exclusions>
                                <exclusion>
                        <version>${lang3.version}</version>
                        <scope>provided</scope>
                </dependency>
-
                <!-- TITAN END -->
 
                <!-- CASSANDRA -->
                        <artifactId>cassandra-driver-core</artifactId>
                        <version>${cassandra.driver.version}</version>
                        <scope>provided</scope>
+                       <exclusions>
+                               <exclusion>
+                                       <groupId>io.netty</groupId>
+                                       <artifactId>netty-handler</artifactId>
+                               </exclusion>
+                       </exclusions>
                </dependency>
                <dependency>
                        <groupId>com.datastax.cassandra</groupId>
                        <version>${cassandra.driver.version}</version>
                        <scope>provided</scope>
                </dependency>
+               <dependency>
+                       <groupId>org.cassandraunit</groupId>
+                       <artifactId>cassandra-unit</artifactId>
+                       <version>${cassandra.unit.version}</version>
+                       <scope>test</scope>
+                       <exclusions>
+                               <exclusion>
+                                       <groupId>org.apache.cassandra</groupId>
+                                       <artifactId>cassandra-all</artifactId>
+                               </exclusion>
+                       </exclusions>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.cassandra</groupId>
+                       <artifactId>cassandra-all</artifactId>
+                       <version>3.11.3</version>
+                       <scope>test</scope>
+               </dependency>
                <!-- CASSANDRA END -->
-
-
        </dependencies>
 
-
-
        <build>
 
                <pluginManagement>
                        <plugins>
-                               <!--This plugin's configuration is used to store Eclipse m2e settings 
+                               <!--This plugin's configuration is used to store Eclipse m2e settings
                                        only. It has no influence on the Maven build itself. -->
                                <plugin>
                                        <groupId>org.eclipse.m2e</groupId>
                                        </configuration>
                                </plugin>
                                <plugin>
-                                       <groupId>org.apache.maven.plugins</groupId>
-                                       <artifactId>maven-deploy-plugin</artifactId>
-                                       <version>2.7</version>
-                                       <configuration>
-                                               <skip>true</skip>
-                                       </configuration>
+                                       <groupId>com.github.sylvainlaurent.maven</groupId>
+                                       <artifactId>yaml-json-validator-maven-plugin</artifactId>
+                                       <executions>
+                                               <execution>
+                                                       <id>validate</id>
+                                                       <phase>validate</phase>
+                                                       <goals>
+                                                               <goal>validate</goal>
+                                                       </goals>
+                                                       <configuration>
+                                                               <validationSets>
+                                                                       <validationSet>
+                                                                               <includes>
+                                                                                       <include>src/main/resources/**/*.y*ml</include>
+                                                                                       <include>src/test/resources/**/*.y*ml</include>
+                                                                               </includes>
+                                                                       </validationSet>
+                                                                       <validationSet>
+                                                                               <includes>
+                                                                                       <include>src/main/resources/**/*.json</include>
+                                                                                       <include>src/test/resources/**/*.json</include>
+                                                                               </includes>
+                                                                       </validationSet>
+                                                               </validationSets>
+                                                       </configuration>
+                                               </execution>
+                                       </executions>
                                </plugin>
                        </plugins>
                </pluginManagement>
        </build>
-
-
-       
-       <profiles>
-               <profile>
-                       <id>Fortify</id>
-                       <activation>
-                               <activeByDefault>false</activeByDefault>
-                       </activation>
-
-                       <build>
-                               <plugins>
-                                       <plugin>
-                                               <groupId>com.fortify.ps.maven.plugin</groupId>
-                                               <artifactId>sca-maven-plugin</artifactId>
-                                               <version>4.30</version>
-                                               <configuration>
-                                                       <source>1.8</source>
-                                                       <buildId>${project.parent.artifactId}</buildId>
-                                                       <toplevelArtifactId>${project.parent.artifactId}</toplevelArtifactId>
-                                               </configuration>
-                                       </plugin>
-                               </plugins>
-                       </build>
-               </profile>
-       </profiles>
-</project>
+</project>
\ No newline at end of file