Modules built together use same snapshot version
[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.3.0-SNAPSHOT</version>
13         <relativePath>../../..</relativePath>
14     </parent>
15
16
17
18     <dependencies>
19         <dependency>
20             <groupId>org.onap.sdc.common</groupId>
21             <artifactId>onap-tosca-datatype</artifactId>
22             <version>${project.version}</version>
23         </dependency>
24         <dependency>
25             <groupId>org.openecomp.sdc.core</groupId>
26             <artifactId>openecomp-nosqldb-api</artifactId>
27             <version>${project.version}</version>
28         </dependency>
29         <dependency>
30             <groupId>org.mockito</groupId>
31             <artifactId>mockito-all</artifactId>
32             <scope>test</scope>
33             <version>${mockito.all.version}</version>
34         </dependency>
35         <dependency>
36             <groupId>org.testng</groupId>
37             <artifactId>testng</artifactId>
38             <scope>test</scope>
39             <version>${testng.version}</version>
40             <exclusions>
41                 <exclusion>
42                     <artifactId>snakeyaml</artifactId>
43                     <groupId>org.yaml</groupId>
44                 </exclusion>
45             </exclusions>
46         </dependency>
47         <dependency>
48             <groupId>junit</groupId>
49             <artifactId>junit</artifactId>
50             <scope>test</scope>
51             <version>${junit.version}</version>
52         </dependency>
53         <dependency>
54             <groupId>org.openecomp.sdc.core</groupId>
55             <artifactId>openecomp-session-lib</artifactId>
56             <version>${project.version}</version>
57         </dependency>
58     </dependencies>
59 </project>