blob: 9c3472a9702cc4c79a6d7942d14df7ae8952ad74 [file] [log] [blame]
Avi Zivb8e2faf2017-07-18 19:45:38 +03001<?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>application-config-rest</artifactId>
10 <version>1.0-SNAPSHOT</version>
11 </parent>
12
13 <artifactId>application-config-rest-services</artifactId>
14 <version>1.0-SNAPSHOT</version>
15 <!--packaging>pom</packaging-->
16
17 <dependencies>
18
19 <dependency>
20 <groupId>io.swagger</groupId>
21 <artifactId>swagger-annotations</artifactId>
22 <version>1.5.3</version>
23 </dependency>
24 <dependency>
25 <groupId>javax.ws.rs</groupId>
26 <artifactId>javax.ws.rs-api</artifactId>
27 <version>${ws.rs.version}</version>
28 </dependency>
29 <dependency>
30 <groupId>org.springframework</groupId>
31 <artifactId>spring-context</artifactId>
32 <version>${spring.framework.version}</version>
33 </dependency>
34 <dependency>
35 <groupId>javax.inject</groupId>
36 <artifactId>javax.inject</artifactId>
37 <version>1</version>
38 </dependency>
39 <dependency>
40 <groupId>org.openecomp.sdc</groupId>
41 <artifactId>openecomp-sdc-application-config-manager</artifactId>
42 <version>1.0-SNAPSHOT</version>
43 </dependency>
44 <dependency>
45 <groupId>org.openecomp.sdc</groupId>
46 <artifactId>application-config-rest-types</artifactId>
47 <version>1.0-SNAPSHOT</version>
48 </dependency>
49 <dependency>
50 <groupId>org.openecomp.sdc</groupId>
51 <artifactId>openecomp-sdc-common-rest</artifactId>
52 <version>1.0-SNAPSHOT</version>
53 </dependency>
54 <!-- CXF -->
55 <dependency>
56 <groupId>org.apache.cxf</groupId>
57 <artifactId>cxf-rt-frontend-jaxrs</artifactId>
58 <version>${cxf.version}</version>
59 </dependency>
60 </dependencies>
61
62
63</project>