From a7a144ba512654bd93b0856b1e9eb5c886060c21 Mon Sep 17 00:00:00 2001 From: Joshua Reich Date: Wed, 10 Apr 2019 13:38:59 -0700 Subject: Cleanup PIP/Database-related code. Ensure database schema/naming consistent across repos. Ensure PIP implementation consistent across repos. Cleanup unused imports and made sure licenses are ok. Issue-ID: POLICY-1471 Change-Id: I20a325fe3e66e6ae400e603ec366315aea716993 Signed-off-by: Joshua Reich Signed-off-by: Pamela Dragosh --- controlloop/common/database/pom.xml | 103 ++++++++++++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 controlloop/common/database/pom.xml (limited to 'controlloop/common/database/pom.xml') diff --git a/controlloop/common/database/pom.xml b/controlloop/common/database/pom.xml new file mode 100644 index 000000000..b2b07da97 --- /dev/null +++ b/controlloop/common/database/pom.xml @@ -0,0 +1,103 @@ + + + 4.0.0 + + + org.onap.policy.drools-applications.controlloop.common + common + 1.4.0-SNAPSHOT + + + database + + + + com.att.research.xacml + xacml-pdp + 2.0.1 + + + org.projectlombok + lombok + + + junit + junit + test + + + com.h2database + h2 + test + + + org.onap.policy.drools-pdp + policy-management + ${version.policy.drools-pdp} + provided + + + org.assertj + assertj-core + test + + + + + + maven-checkstyle-plugin + + + onap-java-style + + check + + process-sources + + + onap-checkstyle/onap-java-style.xml + + ${project.build.sourceDirectory} + true + true + true + + + true + true + warning + + + + + + org.onap.oparent + checkstyle + ${oparent.version} + compile + + + + + + -- cgit 1.2.3-korg