bd0480c00bdb4b3a88af2d18ce0166ecf9c7899a
[sdc.git] / openecomp-be / backend / openecomp-sdc-vendor-license-manager / pom.xml
1 <!--
2   ~ Copyright © 2016-2018 European Support Limited
3   ~
4   ~ Licensed under the Apache License, Version 2.0 (the "License");
5   ~ you may not use this file except in compliance with the License.
6   ~ You may obtain a copy of the License at
7   ~
8   ~      http://www.apache.org/licenses/LICENSE-2.0
9   ~
10   ~ Unless required by applicable law or agreed to in writing, software
11   ~ distributed under the License is distributed on an "AS IS" BASIS,
12   ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13   ~ See the License for the specific language governing permissions and
14   ~ limitations under the License.
15   -->
16
17 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
18          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19     <modelVersion>4.0.0</modelVersion>
20
21     <name>openecomp-sdc-vendor-license-manager</name>
22     <artifactId>openecomp-sdc-vendor-license-manager</artifactId>
23
24     <parent>
25         <artifactId>backend</artifactId>
26         <groupId>org.openecomp.sdc</groupId>
27         <version>1.6.2-SNAPSHOT</version>
28     </parent>
29
30     <dependencies>
31         <dependency>
32             <groupId>org.openecomp.sdc</groupId>
33             <artifactId>openecomp-sdc-vendor-license-core</artifactId>
34             <version>${project.version}</version>
35         </dependency>
36         <dependency>
37             <groupId>org.mockito</groupId>
38             <artifactId>mockito-core</artifactId>
39             <scope>test</scope>
40         </dependency>
41         <dependency>
42             <groupId>junit</groupId>
43             <artifactId>junit</artifactId>
44             <scope>test</scope>
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>${project.version}</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>