027d27dedc933a20c8c0e99732d41139d26b084e
[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
7     <artifactId>action-library-rest-types</artifactId>
8     <name>action-library-rest-types</name>
9
10     <parent>
11         <groupId>org.openecomp.sdc.onboarding</groupId>
12         <artifactId>action-library-rest</artifactId>
13         <version>1.6.2-SNAPSHOT</version>
14         <relativePath>../</relativePath>
15     </parent>
16
17     <dependencies>
18         <dependency>
19             <groupId>org.openecomp.sdc</groupId>
20             <artifactId>openecomp-sdc-common-rest</artifactId>
21             <version>${project.version}</version>
22         </dependency>
23         <dependency>
24             <groupId>org.openecomp.sdc</groupId>
25             <artifactId>openecomp-sdc-action-api</artifactId>
26             <version>${project.version}</version>
27         </dependency>
28         <dependency>
29             <groupId>org.projectlombok</groupId>
30             <artifactId>lombok</artifactId>
31             <scope>provided</scope>
32         </dependency>
33     </dependencies>
34
35
36 </project>