diff options
author | Lo, WEI-TING(wl849v) <wl849v@att.com> | 2018-04-24 09:55:24 -0400 |
---|---|---|
committer | Lo, WEI-TING(wl849v) <wl849v@att.com> | 2018-04-24 09:55:24 -0400 |
commit | 7e399e6eb44d52975f12ae35fd064c0b40b43912 (patch) | |
tree | df934bf57c3a274aebe9b25c387d06f7429448a4 /ecomp-sdk/epsdk-app-os | |
parent | ded35bb59423a43c6c537b62d8eda1926bc8094f (diff) |
Music Pom dependency
Issue-ID: PORTAL-210
Music Pom dependency
Change-Id: Ic4c30c9c72181cd3ff2559a90f807a6313caee7a
Signed-off-by: Lo, WEI-TING(wl849v) <wl849v@att.com>
Diffstat (limited to 'ecomp-sdk/epsdk-app-os')
-rw-r--r-- | ecomp-sdk/epsdk-app-os/README.md | 4 | ||||
-rw-r--r-- | ecomp-sdk/epsdk-app-os/pom.xml | 7 |
2 files changed, 2 insertions, 9 deletions
diff --git a/ecomp-sdk/epsdk-app-os/README.md b/ecomp-sdk/epsdk-app-os/README.md index fc06e4a3..6a94530e 100644 --- a/ecomp-sdk/epsdk-app-os/README.md +++ b/ecomp-sdk/epsdk-app-os/README.md @@ -16,8 +16,8 @@ Version 2.2.0 - PORTAL 136 Junits for SDK - PORTAL 87 hibernate mapping in epsdk-overlay forces use of analytics dependency jar - PORTAL 155 Review security issues: portal -- PORTAL-202 Remove files that have GPL or other license issues - +- PORTAL 202 Remove files that have GPL or other license issues +- PORTAL 210 Music library update Version 2.1.0 - PORTAL 161 Refer epsdk-app-common - PORTAL 160 Refer epsdk-app-common diff --git a/ecomp-sdk/epsdk-app-os/pom.xml b/ecomp-sdk/epsdk-app-os/pom.xml index d904d68f..2daad9a9 100644 --- a/ecomp-sdk/epsdk-app-os/pom.xml +++ b/ecomp-sdk/epsdk-app-os/pom.xml @@ -247,13 +247,6 @@ <groupId>org.onap.portal.sdk</groupId> <artifactId>epsdk-music</artifactId> <version>${epsdk.version}</version> - <classifier>jar-with-dependencies</classifier> - <exclusions> - <exclusion> - <groupId>org.onap.music</groupId> - <artifactId>*</artifactId> - </exclusion> - </exclusions> </dependency> <dependency> <groupId>com.att.eelf</groupId> |