blob: 29476eb6927a9966c6233584c9d06f6aa43ea8d2 [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>
6
7 <parent>
8 <groupId>org.openecomp.sdc</groupId>
9 <artifactId>openecomp-sdc-rest-webapp</artifactId>
10 <version>1.0.0-SNAPSHOT</version>
11 </parent>
12
13 <artifactId>openecomp-sdc-common-rest</artifactId>
14 <name>openecomp-sdc-common-rest</name>
15
16
17 <dependencies>
18 <dependency>
Michael Landoefa037d2017-02-19 12:57:33 +020019 <groupId>org.openecomp.sdc</groupId>
Michael Landof5f13c42017-02-19 12:35:04 +020020 <artifactId>openecomp-utilities-lib</artifactId>
21 <version>${project.version}</version>
22 </dependency>
23 <dependency>
Michael Landoefa037d2017-02-19 12:57:33 +020024 <groupId>org.openecomp.sdc</groupId>
Michael Landof5f13c42017-02-19 12:35:04 +020025 <artifactId>openecomp-common-lib</artifactId>
26 <version>${project.version}</version>
27 </dependency>
28 <dependency>
29 <groupId>org.hibernate</groupId>
30 <artifactId>hibernate-validator</artifactId>
31 <version>${hibernate.validator.version}</version>
32 </dependency>
33 <dependency>
34 <groupId>javax.ws.rs</groupId>
35 <artifactId>javax.ws.rs-api</artifactId>
36 <version>${ws.rs.version}</version>
37 </dependency>
38 <!-- Swagger -->
39 <dependency>
40 <groupId>io.swagger</groupId>
41 <artifactId>swagger-core</artifactId>
42 <version>${swagger.version}</version>
43 <scope>compile</scope>
44 </dependency>
45 </dependencies>
46
47</project>