From 5166a76913fcb658be58adffed441590979e41cf Mon Sep 17 00:00:00 2001 From: Skip Wonnell Date: Tue, 15 Aug 2017 19:57:50 -0500 Subject: Initial commit for appc-config-audit bundle This Bundle is used for Auditing against a running configurition Signed-off-by: Skip Wonnell Issue-Id: APPC-22 Signed-off-by: Patrick Brady Change-Id: Id19c65e351cc377d32d6533d3fa73415019652f0 --- appc-config/appc-config-audit/provider/pom.xml | 118 +++++++++++++++++++++++++ 1 file changed, 118 insertions(+) create mode 100644 appc-config/appc-config-audit/provider/pom.xml (limited to 'appc-config/appc-config-audit/provider/pom.xml') diff --git a/appc-config/appc-config-audit/provider/pom.xml b/appc-config/appc-config-audit/provider/pom.xml new file mode 100644 index 000000000..8ea4e11e9 --- /dev/null +++ b/appc-config/appc-config-audit/provider/pom.xml @@ -0,0 +1,118 @@ + + + 4.0.0 + + org.openecomp.appc + appc-config-audit + 1.1.0-SNAPSHOT + + appc-config-audit-provider + bundle + Config Audit - Provider + http://maven.apache.org + + + + equinoxSDK381 + org.eclipse.osgi + ${equinox.osgi.version} + + + org.openecomp.sdnc.core + sli-provider + + + xmlunit + xmlunit + ${xmlunit.version} + compile + + + com.fasterxml.jackson.core + jackson-databind + + + com.fasterxml.jackson.core + jackson-annotations + + + com.fasterxml.jackson.core + jackson-core + + + + commons-io + commons-io + + + com.att.eelf + eelf-core + + + + junit + junit + test + + + + + + + + org.apache.felix + maven-bundle-plugin + ${bundle.plugin.version} + true + + + org.openecomp.sdnc.config.audit + org.openecomp.sdnc.config.audit.SliAuditActivator + org.openecomp.sdnc.config.audit,org.openecomp.sdnc.config.audit.node + * + * + + ${project.basedir}/src/main/resources/META-INF + + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + com.brocade.developer + + + providermodule-plugin + + + [1.2.0.100-SNAPSHOT,) + + + process + + + + + + + + + + + + + + -- cgit 1.2.3-korg