diff options
author | Lo, WEI-TING(wl849v) <wl849v@att.com> | 2018-03-20 12:30:48 -0400 |
---|---|---|
committer | Lo, WEI-TING(wl849v) <wl849v@att.com> | 2018-03-20 12:30:48 -0400 |
commit | 0c82c3e2b86be4605a874113eef49b2d8a0bd2e9 (patch) | |
tree | f3d8ffc04c2839b02deb7fb53f6cc56d8c14158f /ecomp-sdk/epsdk-music/pom.xml | |
parent | 996036b832bca89a197fe496c666057835ce043c (diff) |
Effort to make portal resilient
Issue-ID: PORTAL-210
Includes music library that contatins session management
Change-Id: I6812ee086256730e9a9e89aeea0828e7ecdbc468
Signed-off-by: Lo, WEI-TING(wl849v) <wl849v@att.com>
Diffstat (limited to 'ecomp-sdk/epsdk-music/pom.xml')
-rw-r--r-- | ecomp-sdk/epsdk-music/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ecomp-sdk/epsdk-music/pom.xml b/ecomp-sdk/epsdk-music/pom.xml index 811e8bd7..89dea57f 100644 --- a/ecomp-sdk/epsdk-music/pom.xml +++ b/ecomp-sdk/epsdk-music/pom.xml @@ -2,6 +2,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.portal.sdk</groupId> + <artifactId>epsdk-project</artifactId> + <version>2.2.0-SNAPSHOT</version> + </parent> + <groupId>org.onap.portal.sdk</groupId> <artifactId>epsdk-music</artifactId> <version>2.2.0-SNAPSHOT</version> |