Activity Spec Service - Implementation
[sdc.git] / services / activity-spec / activity-spec-web / 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     <groupId>org.openecomp.activityspec</groupId>
7     <artifactId>activity-spec-web</artifactId>
8     <packaging>pom</packaging>
9
10     <parent>
11         <groupId>org.openecomp.activityspec</groupId>
12         <artifactId>activity-spec</artifactId>
13         <version>1.2.0-SNAPSHOT</version>
14     </parent>
15
16     <modules>
17         <module>activity-spec-service</module>
18         <module>activity-spec-war</module>
19     </modules>
20
21 </project>