From 7446f23b3abc30d7c53f2eaa951742371c071171 Mon Sep 17 00:00:00 2001 From: Herbert Eiselt Date: Thu, 28 Feb 2019 15:23:42 +0100 Subject: UX extensions UX Maintenance client and further changes Change-Id: I7643661d17db5fc3d3f94b58cb42ed0be558c64f Issue-ID: SDNC-583 Signed-off-by: Herbert Eiselt --- sdnr/wt/odlux/core/model/pom.xml | 101 ++++++++++++++++++++------------------- 1 file changed, 51 insertions(+), 50 deletions(-) (limited to 'sdnr/wt/odlux/core/model/pom.xml') diff --git a/sdnr/wt/odlux/core/model/pom.xml b/sdnr/wt/odlux/core/model/pom.xml index c027e5ad8..f06f994dc 100644 --- a/sdnr/wt/odlux/core/model/pom.xml +++ b/sdnr/wt/odlux/core/model/pom.xml @@ -1,54 +1,55 @@ - 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"> + 4.0.0 - org.onap.ccsdk.features.sdnr.wt - sdnr-wt-odlux-core-model - 0.4.1-SNAPSHOT - ccsdk-features-sdnr-wt :: ${project.artifactId} - bundle + org.onap.ccsdk.features.sdnr.wt + sdnr-wt-odlux-core-model + 0.4.1-SNAPSHOT + ccsdk-features-sdnr-wt :: ${project.artifactId} + bundle - - org.onap.ccsdk.parent - binding-parent - 1.2.1-SNAPSHOT - - - - - Apache License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0 - - + + org.onap.ccsdk.parent + binding-parent + 1.2.1-SNAPSHOT + + + + + Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0 + + - - - org.osgi - org.osgi.core - - - org.osgi - org.osgi.compendium - - - org.slf4j - slf4j-api - - - - - - org.apache.felix - maven-bundle-plugin - true - - - * - org.onap.ccsdk.features.sdnr.wt.odlux.*,com.opensymphony.* - - - - - - \ No newline at end of file + + + org.osgi + org.osgi.core + + + org.osgi + org.osgi.compendium + + + org.slf4j + slf4j-api + + + + + + + org.apache.felix + maven-bundle-plugin + true + + + * + org.onap.ccsdk.features.sdnr.wt.odlux.*,com.opensymphony.* + + + + + + -- cgit 1.2.3-korg