diff options
Diffstat (limited to 'sdnr')
-rwxr-xr-x | sdnr/wt/featureaggregator/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sdnr/wt/featureaggregator/pom.xml b/sdnr/wt/featureaggregator/pom.xml index 182ce10d0..6619d9004 100755 --- a/sdnr/wt/featureaggregator/pom.xml +++ b/sdnr/wt/featureaggregator/pom.xml @@ -30,6 +30,13 @@ <packaging>pom</packaging> <name>ccsdk-features-sdnr-wt :: ${project.artifactId}</name> + <parent> + <groupId>org.onap.ccsdk.parent</groupId> + <artifactId>single-feature-parent</artifactId> + <version>1.2.1-SNAPSHOT</version> + <relativePath /> + </parent> + <modules> <module>feature</module> <module>installer</module> |