[SDC-29] catalog 1707 rebase commit pom fix.
[sdc.git] / openecomp-be / api / openecomp-sdc-rest-webapp / openecomp-sdc-common-rest / pom.xml
1 <?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     <artifactId>openecomp-sdc-common-rest</artifactId>
7     <name>openecomp-sdc-common-rest</name>
8     <parent>
9         <groupId>org.openecomp.sdc</groupId>
10         <artifactId>openecomp-sdc-rest-webapp</artifactId>
11         <version>1.1.0-SNAPSHOT</version>
12     </parent>
13
14     <dependencies>
15         <dependency>
16             <groupId>org.openecomp.sdc.core</groupId>
17             <artifactId>openecomp-utilities-lib</artifactId>
18             <version>${project.version}</version>
19         </dependency>
20         <dependency>
21             <groupId>org.openecomp.sdc.core</groupId>
22             <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>