Merge "Solution for Artifact Generation for PNF Resource"
[sdc.git] / openecomp-be / lib / openecomp-core-lib / openecomp-config-lib / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5     <modelVersion>4.0.0</modelVersion>
6     <artifactId>openecomp-config-lib</artifactId>
7
8     <parent>
9         <groupId>org.openecomp.sdc.core</groupId>
10         <artifactId>openecomp-core-lib</artifactId>
11         <version>1.2.0-SNAPSHOT</version>
12     </parent>
13
14     <build>
15         <plugins>
16             <plugin>
17                 <groupId>org.apache.maven.plugins</groupId>
18                 <artifactId>maven-surefire-plugin</artifactId>
19                 <version>2.12.4</version>
20                 <configuration>
21                 </configuration>
22             </plugin>
23         </plugins>
24     </build>
25
26     <dependencies>
27         <dependency>
28             <groupId>org.openecomp.sdc.core</groupId>
29             <artifactId>openecomp-nosqldb-core</artifactId>
30             <version>${project.version}</version>
31         </dependency>
32         <dependency>
33             <groupId>org.testng</groupId>
34             <artifactId>testng</artifactId>
35             <version>${testng.version}</version>
36             <scope>test</scope>
37         </dependency>
38         <!--dependency>
39             <groupId>org.openecomp.sdc</groupId>
40             <artifactId>openecomp-sdc-vendor-software-product-api</artifactId>
41             <version>${project.version}</version>
42             <scope>test</scope>
43         </dependency-->
44     </dependencies>
45
46 </project>