blob: 824c6775bcf2ad6071a03acd14841cf717f391c5 [file] [log] [blame]
Michael Landof5f13c42017-02-19 12:35:04 +02001<?xml version="1.0" encoding="UTF-8"?>
2<project xmlns="http://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5 <modelVersion>4.0.0</modelVersion>
AviZi280f8012017-06-09 02:39:56 +03006 <artifactId>openecomp-sdc-common-rest</artifactId>
7 <name>openecomp-sdc-common-rest</name>
Michael Landof5f13c42017-02-19 12:35:04 +02008 <parent>
9 <groupId>org.openecomp.sdc</groupId>
10 <artifactId>openecomp-sdc-rest-webapp</artifactId>
Michael Landoebd7c8f2017-03-15 20:38:00 +020011 <version>1.1.0-SNAPSHOT</version>
Michael Landof5f13c42017-02-19 12:35:04 +020012 </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-utilities-lib</artifactId>
18 <version>${project.version}</version>
19 </dependency>
20 <dependency>
Michael Lando61f98d42017-06-09 04:54:54 +030021 <groupId>org.openecomp.sdc.core</groupId>
Michael Landof5f13c42017-02-19 12:35:04 +020022 <artifactId>openecomp-common-lib</artifactId>
23 <version>${project.version}</version>
24 </dependency>
25 <dependency>
26 <groupId>org.hibernate</groupId>
27 <artifactId>hibernate-validator</artifactId>
28 <version>${hibernate.validator.version}</version>
29 </dependency>
30 <dependency>
31 <groupId>javax.ws.rs</groupId>
32 <artifactId>javax.ws.rs-api</artifactId>
33 <version>${ws.rs.version}</version>
34 </dependency>
35 <!-- Swagger -->
36 <dependency>
37 <groupId>io.swagger</groupId>
38 <artifactId>swagger-core</artifactId>
39 <version>${swagger.version}</version>
40 <scope>compile</scope>
41 </dependency>
42 </dependencies>
43
44</project>