summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml2
-rw-r--r--services/activity-spec/pom.xml8
2 files changed, 8 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index c888e38a01..c84367ccaf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -384,6 +384,7 @@
<modules>
<module>build-tools</module>
<module>onboarding</module>
+ <module>services/activity-spec</module>
<module>security-utils</module>
<module>common-app-api</module>
<module>common-be</module>
@@ -397,7 +398,6 @@
<module>ui-ci</module>
<module>sdc-os-chef</module>
<module>utils/webseal-simulator</module>
- <module>services/activity-spec</module>
</modules>
</profile>
diff --git a/services/activity-spec/pom.xml b/services/activity-spec/pom.xml
index bb0ccb7e5c..2b574000cd 100644
--- a/services/activity-spec/pom.xml
+++ b/services/activity-spec/pom.xml
@@ -6,9 +6,15 @@
<groupId>org.onap.sdc.activityspec</groupId>
<artifactId>activity-spec</artifactId>
- <version>1.2.0-SNAPSHOT</version>
<packaging>pom</packaging>
+ <parent>
+ <groupId>org.openecomp.sdc</groupId>
+ <artifactId>sdc-main</artifactId>
+ <version>1.2.0-SNAPSHOT</version>
+ <relativePath>../..</relativePath>
+ </parent>
+
<properties>
<maven.compiler.source>1.8</maven.compiler.source>