From c3c481660d3494fccfafcd3bacd3f5b8cd3ecd8e Mon Sep 17 00:00:00 2001 From: vempo Date: Sun, 22 Apr 2018 20:02:08 +0300 Subject: [PATCH] Activity spec pom inherits main sdc Made activity spec inherit the main SDC pom to fix releas build errors. Moved the building of activity spec right after onboarding as they are related. Change-Id: I737db4b90c713cb74299307a0e415041693b22e6 Issue-ID: SDC-1245 Signed-off-by: vempo --- pom.xml | 2 +- services/activity-spec/pom.xml | 8 +++++++- 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 @@ build-tools onboarding + services/activity-spec security-utils common-app-api common-be @@ -397,7 +398,6 @@ ui-ci sdc-os-chef utils/webseal-simulator - services/activity-spec 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 @@ org.onap.sdc.activityspec activity-spec - 1.2.0-SNAPSHOT pom + + org.openecomp.sdc + sdc-main + 1.2.0-SNAPSHOT + ../.. + + 1.8 -- 2.16.6