Merge "[devops] setup configuration.yaml to support CASSANDRA healthCheck of 1710"
[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
9     <parent>
10         <groupId>org.openecomp.sdc</groupId>
11         <artifactId>openecomp-sdc-lib</artifactId>
12         <version>1.1.0-SNAPSHOT</version>
13         <relativePath>../..</relativePath>
14     </parent>
15
16     <dependencies>
17         <dependency>
18             <groupId>org.openecomp.sdc</groupId>
19             <artifactId>openecomp-sdc-vendor-license-api</artifactId>
20             <version>${project.version}</version>
21         </dependency>
22         <dependency>
23             <groupId>org.openecomp.sdc.core</groupId>
24             <artifactId>openecomp-zusammen-api</artifactId>
25             <version>${project.version}</version>
26         </dependency>
27         <dependency>
28             <groupId>org.openecomp.sdc.core</groupId>
29             <artifactId>openecomp-zusammen-core</artifactId>
30             <version>${project.version}</version>
31             <scope>runtime</scope>
32         </dependency>
33         <dependency>
34             <groupId>org.mockito</groupId>
35             <artifactId>mockito-all</artifactId>
36             <scope>test</scope>
37             <version>${mockito.all.version}</version>
38         </dependency>
39         <dependency>
40             <groupId>org.testng</groupId>
41             <artifactId>testng</artifactId>
42             <scope>test</scope>
43             <version>6.8.5</version>
44             <exclusions>
45                 <exclusion>
46                     <artifactId>snakeyaml</artifactId>
47                     <groupId>org.yaml</groupId>
48                 </exclusion>
49             </exclusions>
50         </dependency>
51         <dependency>
52             <groupId>junit</groupId>
53             <artifactId>junit</artifactId>
54             <scope>test</scope>
55             <version>${junit.version}</version>
56         </dependency>
57         <dependency>
58             <groupId>com.fasterxml.jackson.dataformat</groupId>
59             <artifactId>jackson-dataformat-xml</artifactId>
60             <version>${jackson.dataformat.version}</version>
61         </dependency>
62     </dependencies>
63
64 </project>