Updated the sdc cert
[sdc.git] / common-app-api / pom.xml
index 4b58258..114ea50 100644 (file)
@@ -8,15 +8,14 @@
        <parent>
                <groupId>org.openecomp.sdc</groupId>
                <artifactId>sdc-main</artifactId>
-               <version>1.3.0-SNAPSHOT</version>
+               <version>1.6.4-SNAPSHOT</version>
        </parent>
 
        <dependencies>
                <dependency>
-                       <groupId>org.openecomp.sdc</groupId>
-                       <artifactId>security-utils</artifactId>
-                       <version>${project.version}</version>
-                       <scope>provided</scope>
+                       <groupId>org.onap.sdc.sdc-be-common</groupId>
+                       <artifactId>security-util-lib</artifactId>
+                       <version>${security.util.lib.version}</version>
                </dependency>
                <!-- functional java -->
                <dependency>
                </dependency>
                <!-- logging end -->
 
+               <dependency>
+                       <groupId>org.projectlombok</groupId>
+                       <artifactId>lombok</artifactId>
+                       <version>${lombok.version}</version>
+               </dependency>
+
                <dependency>
                        <groupId>com.google.guava</groupId>
                        <artifactId>guava</artifactId>
                        <scope>provided</scope>
                </dependency>
 
+               <dependency>
+                       <groupId>org.hamcrest</groupId>
+                       <artifactId>hamcrest</artifactId>
+                       <version>${hamcrest.version}</version>
+                       <scope>test</scope>
+               </dependency>
+
+               <dependency>
+                       <groupId>org.hamcrest</groupId>
+                       <artifactId>hamcrest-library</artifactId>
+                       <version>${hamcrest.version}</version>
+                       <scope>test</scope>
+               </dependency>
+
                <dependency>
                        <groupId>junit</groupId>
                        <artifactId>junit</artifactId>
                        <groupId>commons-validator</groupId>
                        <artifactId>commons-validator</artifactId>
                        <version>1.6</version>
+                       <exclusions>
+                               <exclusion>
+                                       <artifactId>commons-collections</artifactId>
+                                       <groupId>commons-collections</groupId>
+                               </exclusion>
+                       </exclusions>
+               </dependency>
+
+               <dependency>
+                       <artifactId>commons-collections</artifactId>
+                       <groupId>commons-collections</groupId>
+                       <version>3.2.2</version>
                </dependency>
 
                <dependency>
                        <version>2.47</version>
                        <scope>compile</scope>
                </dependency>
+               <dependency>
+                       <groupId>org.openecomp.sdc</groupId>
+                       <artifactId>common-app-logging</artifactId>
+                       <version>${project.version}</version>
+                       <scope>compile</scope>
+               </dependency>
+               <dependency>
+                       <groupId>com.datastax.cassandra</groupId>
+                       <artifactId>cassandra-driver-mapping</artifactId>
+                       <version>${cassandra.driver.version}</version>
+                       <scope>compile</scope>
+               </dependency>
        </dependencies>
 
        <build>
                <plugins>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-deploy-plugin</artifactId>
-                               <configuration>
-                                       <skip>true</skip>
-                               </configuration>
-                       </plugin>
                        <plugin>
                                <groupId>com.github.sylvainlaurent.maven</groupId>
                                <artifactId>yaml-json-validator-maven-plugin</artifactId>