Update version to 1.13.6-SNAPSHOT
[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"
2   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4   <modelVersion>4.0.0</modelVersion>
5
6   <name>openecomp-sdc-vendor-license-api</name>
7   <artifactId>openecomp-sdc-vendor-license-api</artifactId>
8   <parent>
9     <groupId>org.openecomp.sdc</groupId>
10     <artifactId>openecomp-sdc-vendor-license-lib</artifactId>
11     <version>1.13.6-SNAPSHOT</version>
12   </parent>
13
14   <dependencies>
15     <dependency>
16       <groupId>org.openecomp.sdc.core</groupId>
17       <artifactId>openecomp-facade-core</artifactId>
18       <version>${project.version}</version>
19     </dependency>
20     <dependency>
21       <groupId>org.openecomp.sdc</groupId>
22       <artifactId>openecomp-sdc-versioning-core</artifactId>
23       <version>${project.version}</version>
24     </dependency>
25     <dependency>
26       <groupId>org.openecomp.sdc.core</groupId>
27       <artifactId>openecomp-nosqldb-core</artifactId>
28       <version>${project.version}</version>
29     </dependency>
30     <dependency>
31       <groupId>javax.el</groupId>
32       <artifactId>javax.el-api</artifactId>
33       <version>${javax.el-api.version}</version>
34       <scope>provided</scope>
35     </dependency>
36     <dependency>
37       <groupId>org.glassfish.web</groupId>
38       <artifactId>javax.el</artifactId>
39       <version>${javax.el.version}</version>
40     </dependency>
41     <dependency>
42       <groupId>com.fasterxml.jackson.core</groupId>
43       <artifactId>jackson-annotations</artifactId>
44       <version>${jackson.annotations.version}</version>
45     </dependency>
46     <dependency>
47       <groupId>com.fasterxml.jackson.dataformat</groupId>
48       <artifactId>jackson-dataformat-xml</artifactId>
49       <version>${jackson.dataformat.version}</version>
50     </dependency>
51     <dependency>
52       <groupId>org.codehaus.woodstox</groupId>
53       <artifactId>woodstox-core-asl</artifactId>
54       <version>${woodstox.version}</version>
55     </dependency>
56
57   </dependencies>
58 </project>