blob: 2c54801c80de54f780c8daf700a3f368ae7b614f [file] [log] [blame]
AviZi280f8012017-06-09 02:39:56 +03001<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xmlns="http://maven.apache.org/POM/4.0.0"
Michael Landof5f13c42017-02-19 12:35:04 +02003 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
AviZi280f8012017-06-09 02:39:56 +03006 <name>openecomp-sdc-enrichment-lib</name>
7 <artifactId>openecomp-sdc-enrichment-lib</artifactId>
Michael Landof5f13c42017-02-19 12:35:04 +02008
AviZi280f8012017-06-09 02:39:56 +03009 <packaging>pom</packaging>
Michael Landof5f13c42017-02-19 12:35:04 +020010 <parent>
11 <artifactId>openecomp-sdc-lib</artifactId>
12 <groupId>org.openecomp.sdc</groupId>
Michael Landoebd7c8f2017-03-15 20:38:00 +020013 <version>1.1.0-SNAPSHOT</version>
AviZi280f8012017-06-09 02:39:56 +030014 <relativePath>..</relativePath>
Michael Landof5f13c42017-02-19 12:35:04 +020015 </parent>
16
Michael Landof5f13c42017-02-19 12:35:04 +020017 <modules>
18 <module>openecomp-sdc-enrichment-api</module>
19 <module>openecomp-sdc-enrichment-core</module>
20 <module>openecomp-sdc-enrichment-impl</module>
21 </modules>
22
23 <dependencies>
24 <dependency>
25 <groupId>org.openecomp.sdc</groupId>
26 <artifactId>openecomp-sdc-enrichment-api</artifactId>
27 <version>${project.version}</version>
28 </dependency>
29 <dependency>
30 <groupId>org.openecomp.sdc</groupId>
31 <artifactId>openecomp-sdc-enrichment-core</artifactId>
32 <version>${project.version}</version>
33 </dependency>
AviZi280f8012017-06-09 02:39:56 +030034 <dependency>
35 <groupId>org.openecomp.sdc</groupId>
36 <artifactId>openecomp-sdc-vendor-software-product-core</artifactId>
37 <version>${project.version}</version>
38 </dependency>
Michael Landof5f13c42017-02-19 12:35:04 +020039 <!--dependency>
40 <groupId>org.openecomp.sdc</groupId>
41 <artifactId>openecomp-sdc-validation-impl</artifactId>
42 <version>${project.version}</version>
43 </dependency-->
44 </dependencies>
AviZi280f8012017-06-09 02:39:56 +030045</project>