push addional code
[sdc.git] / openecomp-be / api / openecomp-sdc-rest-webapp / action-library-rest / action-library-rest-types / 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     <parent>
7         <groupId>org.openecomp.sdc.onboarding</groupId>
8         <artifactId>action-library-rest</artifactId>
9         <version>1.0.0-SNAPSHOT</version>
10         <relativePath>../</relativePath>
11     </parent>
12
13     <artifactId>action-library-rest-types</artifactId>
14     <name>action-library-rest-types</name>
15
16
17
18     <dependencies>
19         <dependency>
20             <groupId>org.openecomp.sdc</groupId>
21             <artifactId>openecomp-sdc-common-rest</artifactId>
22             <version>${project.version}</version>
23         </dependency>
24         <dependency>
25             <groupId>org.openecomp.sdc</groupId>
26             <artifactId>openecomp-sdc-action-api</artifactId>
27             <version>${project.version}</version>
28         </dependency>
29         <!--<dependency>
30             <groupId>org.openecomp.sdc</groupId>
31             <artifactId>openecomp-sdc-vendor-license-manager</artifactId>
32             <version>${project.version}</version>
33         </dependency>-->
34     </dependencies>
35
36
37 </project>