update sdc version
[sdc.git] / openecomp-be / backend / openecomp-sdc-vendor-license-manager / 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-manager</name>
6     <artifactId>openecomp-sdc-vendor-license-manager</artifactId>
7
8     <parent>
9         <artifactId>backend</artifactId>
10         <groupId>org.openecomp.sdc</groupId>
11         <version>1.3.0-SNAPSHOT</version>
12     </parent>
13
14
15
16     <dependencies>
17         <dependency>
18             <groupId>org.openecomp.sdc</groupId>
19             <artifactId>openecomp-sdc-vendor-license-core</artifactId>
20             <version>${project.version}</version>
21         </dependency>
22         <dependency>
23             <groupId>org.mockito</groupId>
24             <artifactId>mockito-all</artifactId>
25             <scope>test</scope>
26             <version>${mockito.all.version}</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>${junit.version}</version>
45         </dependency>
46         <dependency>
47             <groupId>javax.el</groupId>
48             <artifactId>javax.el-api</artifactId>
49             <version>${javax.el-api.version}</version>
50         </dependency>
51         <dependency>
52             <groupId>org.glassfish.web</groupId>
53             <artifactId>javax.el</artifactId>
54             <version>${javax.el.version}</version>
55         </dependency>
56         <dependency>
57             <groupId>org.codehaus.woodstox</groupId>
58             <artifactId>woodstox-core-asl</artifactId>
59             <version>${woodstox.version}</version>
60         </dependency>
61         <dependency>
62             <groupId>org.openecomp.sdc</groupId>
63             <artifactId>openecomp-sdc-vendor-software-product-manager</artifactId>
64             <version>1.3.0-SNAPSHOT</version>
65         </dependency>
66         <dependency>
67             <groupId>com.fasterxml.jackson.dataformat</groupId>
68             <artifactId>jackson-dataformat-xml</artifactId>
69             <version>${jackson.version}</version>
70         </dependency>
71         <!-- https://mvnrepository.com/artifact/commons-io/commons-io -->
72         <dependency>
73             <groupId>commons-io</groupId>
74             <artifactId>commons-io</artifactId>
75             <version>${commons.io.version}</version>
76         </dependency>
77     </dependencies>
78 </project>