Change TestNG scope
[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>${testng.version}</version>
33             <exclusions>
34                 <exclusion>
35                     <artifactId>snakeyaml</artifactId>
36                     <groupId>org.yaml</groupId>
37                 </exclusion>
38             </exclusions>
39         </dependency>
40         <dependency>
41             <groupId>javax.el</groupId>
42             <artifactId>javax.el-api</artifactId>
43             <version>${javax.el-api.version}</version>
44         </dependency>
45         <dependency>
46             <groupId>org.glassfish.web</groupId>
47             <artifactId>javax.el</artifactId>
48             <version>${javax.el.version}</version>
49         </dependency>
50         <dependency>
51             <groupId>org.codehaus.woodstox</groupId>
52             <artifactId>woodstox-core-asl</artifactId>
53             <version>${woodstox.version}</version>
54         </dependency>
55         <dependency>
56             <groupId>org.openecomp.sdc</groupId>
57             <artifactId>openecomp-sdc-vendor-software-product-manager</artifactId>
58             <version>1.3.0-SNAPSHOT</version>
59         </dependency>
60         <dependency>
61             <groupId>com.fasterxml.jackson.dataformat</groupId>
62             <artifactId>jackson-dataformat-xml</artifactId>
63             <version>${jackson.version}</version>
64         </dependency>
65         <!-- https://mvnrepository.com/artifact/commons-io/commons-io -->
66         <dependency>
67             <groupId>commons-io</groupId>
68             <artifactId>commons-io</artifactId>
69             <version>${commons.io.version}</version>
70         </dependency>
71     </dependencies>
72 </project>