push addional code
[sdc.git] / openecomp-be / lib / openecomp-sdc-vendor-license-lib / openecomp-sdc-vendor-license-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-sdc-vendor-license-core</name>
6     <artifactId>openecomp-sdc-vendor-license-core</artifactId>
7
8     <parent>
9         <groupId>org.openecomp.sdc</groupId>
10         <artifactId>openecomp-sdc-lib</artifactId>
11         <version>1.0.0-SNAPSHOT</version>
12         <relativePath>../..</relativePath>
13     </parent>
14
15     <dependencies>
16         <dependency>
17             <groupId>org.openecomp.sdc</groupId>
18             <artifactId>openecomp-sdc-vendor-license-api</artifactId>
19             <version>${project.version}</version>
20         </dependency>
21
22         <dependency>
23             <groupId>org.mockito</groupId>
24             <artifactId>mockito-all</artifactId>
25             <scope>test</scope>
26             <version>1.10.19</version>
27         </dependency>
28         <dependency>
29             <groupId>org.testng</groupId>
30             <artifactId>testng</artifactId>
31             <scope>test</scope>
32             <version>6.8.5</version>
33             <exclusions>
34                 <exclusion>
35                     <artifactId>snakeyaml</artifactId>
36                     <groupId>org.yaml</groupId>
37                 </exclusion>
38             </exclusions>
39         </dependency>
40         <dependency>
41             <groupId>junit</groupId>
42             <artifactId>junit</artifactId>
43             <scope>test</scope>
44             <version>RELEASE</version>
45         </dependency>
46     </dependencies>
47
48 </project>