Merge "Revert "Solution for Artifact Gen for PNFResource""
[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                 </configuration>
24             </plugin>
25         </plugins>
26     </build>
27
28     <dependencies>
29         <dependency>
30             <groupId>org.openecomp.sdc.common</groupId>
31             <artifactId>openecomp-tosca-datatype</artifactId>
32             <version>${openecomp.sdc.common.version}</version>
33         </dependency>
34         <dependency>
35             <groupId>org.openecomp.sdc.core</groupId>
36             <artifactId>openecomp-nosqldb-api</artifactId>
37             <version>${project.version}</version>
38         </dependency>
39         <dependency>
40             <groupId>org.mockito</groupId>
41             <artifactId>mockito-all</artifactId>
42             <scope>test</scope>
43             <version>${mockito.all.version}</version>
44         </dependency>
45         <dependency>
46             <groupId>org.testng</groupId>
47             <artifactId>testng</artifactId>
48             <scope>test</scope>
49             <version>6.8.5</version>
50             <exclusions>
51                 <exclusion>
52                     <artifactId>snakeyaml</artifactId>
53                     <groupId>org.yaml</groupId>
54                 </exclusion>
55             </exclusions>
56         </dependency>
57         <dependency>
58             <groupId>junit</groupId>
59             <artifactId>junit</artifactId>
60             <scope>test</scope>
61             <version>${junit.version}</version>
62         </dependency>
63     </dependencies>
64 </project>