update sdc version in master
[sdc.git] / openecomp-be / api / openecomp-sdc-rest-webapp / validation-rest / validation-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>validation-rest-types</artifactId>
8     <name>validation-rest-types</name>
9
10     <parent>
11         <groupId>org.openecomp.sdc.onboarding</groupId>
12         <artifactId>validation-rest</artifactId>
13         <version>1.4.0-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-validation-manager</artifactId>
26             <version>${project.version}</version>
27         </dependency>
28     </dependencies>
29
30 </project>