From a974aa0cfb827476104c140096de676711d2b673 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Tue, 14 Feb 2017 19:31:53 -0500 Subject: Initial OpenECOMP policy/common commit Change-Id: I61cd29d6d8bf8702c1a66915895b519bf3484afa Signed-off-by: Pamela Dragosh --- integrity-audit/pom.xml | 119 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 119 insertions(+) create mode 100644 integrity-audit/pom.xml (limited to 'integrity-audit/pom.xml') diff --git a/integrity-audit/pom.xml b/integrity-audit/pom.xml new file mode 100644 index 00000000..26ffdea9 --- /dev/null +++ b/integrity-audit/pom.xml @@ -0,0 +1,119 @@ + + + + + 4.0.0 + + org.openecomp.policy.common + integrity-audit + + jar + + + org.openecomp.policy.common + common-modules + 1.0.0-SNAPSHOT + + + Integrity Audit + + + + log4j + log4j + 1.2.17 + + + junit + junit + 4.11 + test + + + org.eclipse.persistence + javax.persistence + 2.1.0 + + + org.eclipse.persistence + eclipselink + 2.6.0 + + + com.h2database + h2 + [1.4.186,) + + + + org.apache.commons + commons-lang3 + 3.4 + + + org.openecomp.policy.common + ECOMP-Logging + ${project.version} + + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.jacoco + + jacoco-maven-plugin + + + [0.7.1.201405082137,) + + + prepare-agent + + + + + + + + + + + + + + \ No newline at end of file -- cgit 1.2.3-korg