Add collaboration feature
[sdc.git] / openecomp-be / api / openecomp-sdc-rest-webapp / item-rest / pom.xml
@@ -4,12 +4,19 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
-    <artifactId>activity-log-rest-types</artifactId>
-    
     <parent>
         <groupId>org.openecomp.sdc</groupId>
-        <artifactId>activity-log-rest</artifactId>
+        <artifactId>openecomp-sdc-rest-webapp</artifactId>
         <version>1.2.0-SNAPSHOT</version>
     </parent>
 
-</project>
+    <artifactId>item-rest</artifactId>
+    <packaging>pom</packaging>
+
+
+    <modules>
+        <module>item-rest-services</module>
+        <module>item-rest-types</module>
+    </modules>
+
+</project>
\ No newline at end of file