From d8861011dc81160df81979d2bed9721447517f45 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Wed, 15 Feb 2017 14:30:39 -0500 Subject: Initial commit for OpenECOMP SDN-C N-C core Change-Id: I30c52795ab821c4fdd18b55d202f10a76a01acfa Signed-off-by: Dan Timoney --- sli/provider/pom.xml | 96 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100755 sli/provider/pom.xml (limited to 'sli/provider/pom.xml') diff --git a/sli/provider/pom.xml b/sli/provider/pom.xml new file mode 100755 index 0000000..bfea0e2 --- /dev/null +++ b/sli/provider/pom.xml @@ -0,0 +1,96 @@ + + + 4.0.0 + + org.openecomp.sdnc.core + sli + 1.0.0 + + sli-provider + bundle + SLI - Provider + + UTF-8 + + + + junit + junit + 3.8.1 + test + + + org.openecomp.sdnc.core + sli-common + ${project.version} + compile + + + equinoxSDK381 + org.eclipse.osgi + ${equinox.osgi.version} + + + org.slf4j + slf4j-api + ${slf4j.version} + + + org.slf4j + jcl-over-slf4j + ${slf4j.version} + + + commons-lang + commons-lang + ${commons.lang.version} + compile + + + + + + + + + + + org.apache.felix + maven-bundle-plugin + ${bundle.plugin.version} + true + + + org.openecomp.sdnc.sli.provider.SvcLogicActivator + org.openecomp.sdnc.sli.provider;version=${project.version} + + * + + + org.openecomp.sdnc.sli;version="${project.version}",* + + *;scope=compile;artifactId=commons-lang|commons-lang3 + + true + + + + + + + + + SLI Provider is the OSGi bundle that exposes the service logic interpreter as a service. + -- cgit 1.2.3-korg