blob: 2783d2c93ff63293f2353f807d234739f767117c [file] [log] [blame]
Michael Landof5f13c42017-02-19 12:35:04 +02001<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
AviZi280f8012017-06-09 02:39:56 +03005 <name>openecomp-sdc-vendor-license-api</name>
6 <artifactId>openecomp-sdc-vendor-license-api</artifactId>
Michael Landof5f13c42017-02-19 12:35:04 +02007 <parent>
8 <groupId>org.openecomp.sdc</groupId>
9 <artifactId>openecomp-sdc-lib</artifactId>
Ofir Sonsino09d87892020-03-12 20:52:42 +020010 <version>1.7.0-SNAPSHOT</version>
Michael Landof5f13c42017-02-19 12:35:04 +020011 <relativePath>../..</relativePath>
12 </parent>
13
Michael Landof5f13c42017-02-19 12:35:04 +020014 <dependencies>
15 <dependency>
Michael Lando61f98d42017-06-09 04:54:54 +030016 <groupId>org.openecomp.sdc.core</groupId>
Michael Landof5f13c42017-02-19 12:35:04 +020017 <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>
Michael Lando61f98d42017-06-09 04:54:54 +030026 <groupId>org.openecomp.sdc.core</groupId>
Michael Landof5f13c42017-02-19 12:35:04 +020027 <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>
AviZi280f8012017-06-09 02:39:56 +030038 <version>${javax.el.version}</version>
Michael Landof5f13c42017-02-19 12:35:04 +020039 </dependency>
40 <dependency>
41 <groupId>com.fasterxml.jackson.core</groupId>
42 <artifactId>jackson-annotations</artifactId>
AviZi280f8012017-06-09 02:39:56 +030043 <version>${jackson.annotations.version}</version>
Michael Landof5f13c42017-02-19 12:35:04 +020044 </dependency>
45 <dependency>
46 <groupId>com.fasterxml.jackson.dataformat</groupId>
47 <artifactId>jackson-dataformat-xml</artifactId>
AviZi280f8012017-06-09 02:39:56 +030048 <version>${jackson.dataformat.version}</version>
Michael Landof5f13c42017-02-19 12:35:04 +020049 </dependency>
50 <dependency>
51 <groupId>org.codehaus.woodstox</groupId>
52 <artifactId>woodstox-core-asl</artifactId>
AviZi280f8012017-06-09 02:39:56 +030053 <version>${woodstox.version}</version>
Michael Landof5f13c42017-02-19 12:35:04 +020054 </dependency>
Tomasz Golabekab6f9662019-08-30 10:52:41 +020055
56 <dependency>
57 <groupId>junit</groupId>
58 <artifactId>junit</artifactId>
59 <version>${junit.version}</version>
60 <scope>test</scope>
61 </dependency>
Michael Landof5f13c42017-02-19 12:35:04 +020062 </dependencies>
AviZi280f8012017-06-09 02:39:56 +030063</project>