blob: 0ebbf0632de4ba2150ae64985c6e52df01114e00 [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
Michael Lando61f98d42017-06-09 04:54:54 +03005 <groupId>org.openecomp.sdc.core</groupId>
AviZi280f8012017-06-09 02:39:56 +03006 <name>openecomp-common-lib</name>
7 <artifactId>openecomp-common-lib</artifactId>
8
Michael Landof5f13c42017-02-19 12:35:04 +02009 <parent>
10 <artifactId>openecomp-sdc-lib</artifactId>
11 <groupId>org.openecomp.sdc</groupId>
Michael Landoebd7c8f2017-03-15 20:38:00 +020012 <version>1.1.0-SNAPSHOT</version>
AviZi280f8012017-06-09 02:39:56 +030013 <relativePath>..</relativePath>
Michael Landof5f13c42017-02-19 12:35:04 +020014 </parent>
15
Michael Landof5f13c42017-02-19 12:35:04 +020016 <dependencies>
17 <dependency>
Michael Lando61f98d42017-06-09 04:54:54 +030018 <groupId>org.openecomp.sdc.core</groupId>
Michael Landof5f13c42017-02-19 12:35:04 +020019 <artifactId>openecomp-utilities-lib</artifactId>
AviZi280f8012017-06-09 02:39:56 +030020 <version>${project.version}</version>
Michael Landof5f13c42017-02-19 12:35:04 +020021 </dependency>
Michael Landof5f13c42017-02-19 12:35:04 +020022 <dependency>
23 <groupId>org.openecomp.sdc</groupId>
24 <artifactId>openecomp-sdc-datatypes-lib</artifactId>
AviZi280f8012017-06-09 02:39:56 +030025 <version>${project.version}</version>
Michael Landof5f13c42017-02-19 12:35:04 +020026 </dependency>
27 <dependency>
28 <groupId>javax.ws.rs</groupId>
29 <artifactId>javax.ws.rs-api</artifactId>
AviZi280f8012017-06-09 02:39:56 +030030 <version>2.1-m05</version>
Michael Landof5f13c42017-02-19 12:35:04 +020031 </dependency>
32 <dependency>
33 <groupId>ch.qos.logback</groupId>
34 <artifactId>logback-classic</artifactId>
AviZi280f8012017-06-09 02:39:56 +030035 <version>${logback.version}</version>
Michael Landof5f13c42017-02-19 12:35:04 +020036 </dependency>
Avi Zivb8e2faf2017-07-18 19:45:38 +030037 <dependency>
38 <groupId>org.openecomp.sdc.core</groupId>
39 <artifactId>openecomp-utilities-lib</artifactId>
40 <version>1.1.0-SNAPSHOT</version>
41 </dependency>
42 <dependency>
43 <groupId>commons-io</groupId>
44 <artifactId>commons-io</artifactId>
45 <version>2.5</version>
46 </dependency>
47 <dependency>
48 <groupId>commons-io</groupId>
49 <artifactId>commons-io</artifactId>
50 <version>2.5</version>
51 </dependency>
Michael Landof5f13c42017-02-19 12:35:04 +020052 </dependencies>
53
AviZi280f8012017-06-09 02:39:56 +030054</project>