change version of the master branch
[sdc.git] / openecomp-be / lib / openecomp-core-lib / openecomp-nosqldb-lib / openecomp-nosqldb-core / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3     <modelVersion>4.0.0</modelVersion>
4
5     <name>openecomp-nosqldb-core</name>
6     <artifactId>openecomp-nosqldb-core</artifactId>
7     <groupId>org.openecomp.sdc.core</groupId>
8
9     <parent>
10         <artifactId>openecomp-sdc-lib</artifactId>
11         <groupId>org.openecomp.sdc</groupId>
12         <version>1.2.0-SNAPSHOT</version>
13         <relativePath>../../..</relativePath>
14     </parent>
15
16     <build>
17         <plugins>
18             <plugin>
19                 <groupId>org.apache.maven.plugins</groupId>
20                 <artifactId>maven-surefire-plugin</artifactId>
21                 <version>2.12.4</version>
22                 <configuration>
23                     <skipTests>true</skipTests>
24                 </configuration>
25             </plugin>
26         </plugins>
27     </build>
28
29     <dependencies>
30         <dependency>
31             <groupId>org.openecomp.sdc.common</groupId>
32             <artifactId>openecomp-tosca-datatype</artifactId>
33             <version>${openecomp.sdc.common.version}</version>
34         </dependency>
35         <dependency>
36             <groupId>org.openecomp.sdc.core</groupId>
37             <artifactId>openecomp-nosqldb-api</artifactId>
38             <version>${project.version}</version>
39         </dependency>
40         <dependency>
41             <groupId>org.mockito</groupId>
42             <artifactId>mockito-all</artifactId>
43             <scope>test</scope>
44             <version>${mockito.all.version}</version>
45         </dependency>
46         <dependency>
47             <groupId>org.testng</groupId>
48             <artifactId>testng</artifactId>
49             <scope>test</scope>
50             <version>6.8.5</version>
51             <exclusions>
52                 <exclusion>
53                     <artifactId>snakeyaml</artifactId>
54                     <groupId>org.yaml</groupId>
55                 </exclusion>
56             </exclusions>
57         </dependency>
58         <dependency>
59             <groupId>junit</groupId>
60             <artifactId>junit</artifactId>
61             <scope>test</scope>
62             <version>${junit.version}</version>
63         </dependency>
64     </dependencies>
65 </project>