Update version to 1.13.6-SNAPSHOT
[sdc.git] / openecomp-be / lib / openecomp-sdc-validation-lib / openecomp-sdc-validation-sdk / pom.xml
1 <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2          xmlns="http://maven.apache.org/POM/4.0.0"
3          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4     <modelVersion>4.0.0</modelVersion>
5
6     <artifactId>openecomp-sdc-validation-sdk</artifactId>
7
8     <parent>
9         <groupId>org.openecomp.sdc</groupId>
10         <artifactId>openecomp-sdc-validation-lib</artifactId>
11         <version>1.13.6-SNAPSHOT</version>
12     </parent>
13
14     <dependencies>
15         <dependency>
16             <groupId>org.openecomp.sdc</groupId>
17             <artifactId>openecomp-sdc-logging-core</artifactId>
18             <version>${project.version}</version>
19             <scope>runtime</scope>
20         </dependency>
21         <dependency>
22             <groupId>org.openecomp.sdc</groupId>
23             <artifactId>openecomp-sdc-validation-api</artifactId>
24             <version>${project.version}</version>
25         </dependency>
26         <dependency>
27             <groupId>org.openecomp.sdc.core</groupId>
28             <artifactId>openecomp-heat-lib</artifactId>
29             <version>${project.version}</version>
30         </dependency>
31         <dependency>
32             <groupId>commons-io</groupId>
33             <artifactId>commons-io</artifactId>
34             <version>${commons.io.version}</version>
35         </dependency>
36         <dependency>
37             <groupId>org.projectlombok</groupId>
38             <artifactId>lombok</artifactId>
39             <scope>provided</scope>
40         </dependency>
41     </dependencies>
42
43
44 </project>