Add new code new version
[sdc.git] / openecomp-be / lib / openecomp-sdc-vendor-license-lib / openecomp-sdc-vendor-license-api / 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     <parent>
6         <groupId>org.openecomp.sdc</groupId>
7         <artifactId>openecomp-sdc-lib</artifactId>
8         <version>1.0.0-SNAPSHOT</version>
9         <relativePath>../..</relativePath>
10     </parent>
11
12     <name>openecomp-sdc-vendor-license-api</name>
13     <artifactId>openecomp-sdc-vendor-license-api</artifactId>
14
15     <dependencies>
16         <dependency>
17             <groupId>org.openecomp.sdc</groupId>
18             <artifactId>openecomp-facade-core</artifactId>
19             <version>${project.version}</version>
20         </dependency>
21         <dependency>
22             <groupId>org.openecomp.sdc</groupId>
23             <artifactId>openecomp-sdc-versioning-core</artifactId>
24             <version>${project.version}</version>
25         </dependency>
26         <dependency>
27             <groupId>org.openecomp.sdc</groupId>
28             <artifactId>openecomp-nosqldb-core</artifactId>
29             <version>${project.version}</version>
30         </dependency>
31         <dependency>
32             <groupId>javax.el</groupId>
33             <artifactId>javax.el-api</artifactId>
34             <version>${javax.el-api.version}</version>
35         </dependency>
36         <dependency>
37             <groupId>org.glassfish.web</groupId>
38             <artifactId>javax.el</artifactId>
39             <version>2.2.4</version>
40         </dependency>
41         <dependency>
42             <groupId>com.fasterxml.jackson.core</groupId>
43             <artifactId>jackson-annotations</artifactId>
44             <version>2.7.4</version>
45         </dependency>
46         <dependency>
47             <groupId>com.fasterxml.jackson.dataformat</groupId>
48             <artifactId>jackson-dataformat-xml</artifactId>
49             <version>2.7.4</version>
50         </dependency>
51         <dependency>
52             <groupId>org.codehaus.woodstox</groupId>
53             <artifactId>woodstox-core-asl</artifactId>
54             <version>4.4.1</version>
55         </dependency>
56     </dependencies>
57 </project>