update sdc to version 1.3.2
[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     <name>openecomp-sdc-vendor-license-api</name>
6     <artifactId>openecomp-sdc-vendor-license-api</artifactId>
7     <parent>
8         <groupId>org.openecomp.sdc</groupId>
9         <artifactId>openecomp-sdc-lib</artifactId>
10         <version>1.3.2-SNAPSHOT</version>
11         <relativePath>../..</relativePath>
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         </dependency>
35         <dependency>
36             <groupId>org.glassfish.web</groupId>
37             <artifactId>javax.el</artifactId>
38             <version>${javax.el.version}</version>
39         </dependency>
40         <dependency>
41             <groupId>com.fasterxml.jackson.core</groupId>
42             <artifactId>jackson-annotations</artifactId>
43             <version>${jackson.annotations.version}</version>
44         </dependency>
45         <dependency>
46             <groupId>com.fasterxml.jackson.dataformat</groupId>
47             <artifactId>jackson-dataformat-xml</artifactId>
48             <version>${jackson.dataformat.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     </dependencies>
56 </project>