diff options
author | Patrick Brady <pb071s@att.com> | 2018-08-09 12:05:53 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-08-13 16:50:30 -0700 |
commit | 3222908ff0b148698d23f5cb3e9402d7f1a662a2 (patch) | |
tree | e6166b00be5282ea9741dc10858de7d40499eff3 /appc-dg/appc-dg-shared/appc-dg-mdsal-store/pom.xml | |
parent | 606d4e7599bb9df1c4d13b4f8ff2c8df1e151c94 (diff) |
Karaf 4 for appc-dg features
Including appc-dg-util, appc-dg-shared, and appc-ssh-adapter
Change-Id: Ia137a87c560438d23f7858e0f4068717891be076
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-1137
Diffstat (limited to 'appc-dg/appc-dg-shared/appc-dg-mdsal-store/pom.xml')
-rw-r--r-- | appc-dg/appc-dg-shared/appc-dg-mdsal-store/pom.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/appc-dg/appc-dg-shared/appc-dg-mdsal-store/pom.xml b/appc-dg/appc-dg-shared/appc-dg-mdsal-store/pom.xml index 4377bbf15..3ec3bb9c0 100644 --- a/appc-dg/appc-dg-shared/appc-dg-mdsal-store/pom.xml +++ b/appc-dg/appc-dg-shared/appc-dg-mdsal-store/pom.xml @@ -26,11 +26,12 @@ 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> <parent> - <groupId>org.onap.appc</groupId> - <artifactId>appc-dg-shared</artifactId> + <groupId>org.onap.appc.parent</groupId> + <artifactId>odlparent-lite</artifactId> <version>1.4.0-SNAPSHOT</version> + <relativePath /> </parent> - + <groupId>org.onap.appc</groupId> <artifactId>appc-dg-mdsal-store</artifactId> <packaging>pom</packaging> |