From 91d04c64771832a0b8815ffbe1f0f9920320d94d Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Tue, 14 Feb 2017 19:41:00 -0500 Subject: Initial OpenECOMP policy/engine commit Change-Id: I7dbff37733b661643dd4d1caefa3d7dccc361b6e Signed-off-by: Pamela Dragosh --- BRMSGateway/pom.xml | 112 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 BRMSGateway/pom.xml (limited to 'BRMSGateway/pom.xml') diff --git a/BRMSGateway/pom.xml b/BRMSGateway/pom.xml new file mode 100644 index 000000000..16eae6a98 --- /dev/null +++ b/BRMSGateway/pom.xml @@ -0,0 +1,112 @@ + + + + 4.0.0 + + org.openecomp.policy.engine + PolicyEngineSuite + 1.0.0-SNAPSHOT + + org.openecomp.policy.engine + BRMSGateway + This application will take in BRMS rules and acts as interface between PR and PDP XACML + + + org.openecomp.policy.engine + PolicyEngineAPI + ${project.version} + + + com.att.nsa + cambriaClient + + + + + org.apache.maven + maven-model + 2.2.1 + + + org.apache.maven.shared + maven-invoker + 2.2 + + + org.openecomp.policy.common + integrity-monitor + ${common-modules.version} + + + org.sonatype.nexus + nexus-rest-client-java + 2.3.1 + + + com.att.nsa + cambriaClient + 0.0.1 + + + org.slf4j + slf4j-log4j12 + + + + + org.apache.httpcomponents + httpclient + 4.5.2 + + + + + + + org.apache.maven.plugins + maven-assembly-plugin + 2.2 + + + + true + lib/ + org.openecomp.policy.brmsInterface.BRMSGateway + + + + jar-with-dependencies + + + + + make-assembly + package + + single + + + + + + + -- cgit 1.2.3-korg