Merge "Port mirroring"
[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                     <skipTests>true</skipTests>
22                 </configuration>
23             </plugin>
24         </plugins>
25     </build>
26
27     <dependencies>
28         <dependency>
29             <groupId>org.openecomp.sdc.core</groupId>
30             <artifactId>openecomp-nosqldb-core</artifactId>
31             <version>${project.version}</version>
32         </dependency>
33         <dependency>
34             <groupId>org.testng</groupId>
35             <artifactId>testng</artifactId>
36             <version>${testng.version}</version>
37             <scope>test</scope>
38         </dependency>
39         <!--dependency>
40             <groupId>org.openecomp.sdc</groupId>
41             <artifactId>openecomp-sdc-vendor-software-product-api</artifactId>
42             <version>${project.version}</version>
43             <scope>test</scope>
44         </dependency-->
45     </dependencies>
46
47 </project>