diff options
author | Michael Dürre <michael.duerre@highstreet-technologies.com> | 2019-09-05 11:18:41 +0200 |
---|---|---|
committer | Michael Dürre <michael.duerre@highstreet-technologies.com> | 2019-09-05 11:19:35 +0200 |
commit | 4b8e365a78261942cb7b8384d5138d9e5056898a (patch) | |
tree | e18a1039cd1dd19f3bb386b477be64fcec64f270 /sdnr/wt/devicemanager/feature/pom.xml | |
parent | 148c15375d3ad12783451c65d092c66c96360357 (diff) |
Fix startup dependencies
Fixes dependencies and JarHell for startup
Issue-ID: SDNC-901
Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
Change-Id: I48b968cc8e2876442fd7c3c800c161b65445b5e9
Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
Diffstat (limited to 'sdnr/wt/devicemanager/feature/pom.xml')
-rw-r--r-- | sdnr/wt/devicemanager/feature/pom.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sdnr/wt/devicemanager/feature/pom.xml b/sdnr/wt/devicemanager/feature/pom.xml index 51bc21aad..bccd0ce30 100644 --- a/sdnr/wt/devicemanager/feature/pom.xml +++ b/sdnr/wt/devicemanager/feature/pom.xml @@ -21,7 +21,9 @@ * ============LICENSE_END========================================================= --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + 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> <groupId>org.onap.ccsdk.features.sdnr.wt</groupId> @@ -34,12 +36,11 @@ <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> <version>1.4.1-SNAPSHOT</version> - <relativePath/> + <relativePath /> </parent> <dependencyManagement> <dependencies> - <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>mdsal-artifacts</artifactId> |