blob: 9d7224a2e1ce528165971605da77a43bb4a181be [file] [log] [blame]
Avi Zivb8e2faf2017-07-18 19:45:38 +03001<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 <name>openecomp-sdc-translator-lib</name>
7 <artifactId>openecomp-sdc-translator-lib</artifactId>
8
9 <packaging>pom</packaging>
10 <parent>
11 <artifactId>openecomp-sdc-lib</artifactId>
12 <groupId>org.openecomp.sdc</groupId>
13 <version>1.0-SNAPSHOT</version>
14 </parent>
15
16 <modules>
17 <module>openecomp-sdc-translator-api</module>
18 <module>openecomp-sdc-translator-sdk</module>
19 <module>openecomp-sdc-translator-core</module>
20 <module>openecomp-sdc-translator-impl</module>
21 <module>att-sdc-translator-impl</module>
22 </modules>
23
24 <dependencies>
25 </dependencies>
26</project>