blob: 04680c48c32a7c936ede33fa6ba3a6220742810d [file] [log] [blame]
Michael Landof5f13c42017-02-19 12:35:04 +02001<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4
5 <parent>
6 <artifactId>openecomp-sdc-lib</artifactId>
7 <groupId>org.openecomp.sdc</groupId>
Michael Landoebd7c8f2017-03-15 20:38:00 +02008 <version>1.1.0-SNAPSHOT</version>
Michael Landof5f13c42017-02-19 12:35:04 +02009 </parent>
10
11 <name>openecomp-sdc-validation-lib</name>
12 <artifactId>openecomp-sdc-validation-lib</artifactId>
13 <packaging>pom</packaging>
14
15 <modules>
16 <module>openecomp-sdc-validation-api</module>
17 <module>openecomp-sdc-validation-core</module>
18 <module>openecomp-sdc-validation-impl</module>
19 </modules>
20
21 <dependencies>
22 <dependency>
23 <groupId>org.openecomp.sdc</groupId>
24 <artifactId>openecomp-sdc-validation-api</artifactId>
25 <version>${project.version}</version>
26 </dependency>
27 <dependency>
28 <groupId>org.openecomp.sdc</groupId>
29 <artifactId>openecomp-sdc-validation-core</artifactId>
30 <version>${project.version}</version>
31 </dependency>
32 <!--dependency>
33 <groupId>org.openecomp.sdc</groupId>
34 <artifactId>openecomp-sdc-validation-impl</artifactId>
35 <version>${project.version}</version>
36 </dependency-->
37 </dependencies>
38</project>