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 --- PolicyEngineClient/pom.xml | 62 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 PolicyEngineClient/pom.xml (limited to 'PolicyEngineClient/pom.xml') diff --git a/PolicyEngineClient/pom.xml b/PolicyEngineClient/pom.xml new file mode 100644 index 000000000..8d667dd6c --- /dev/null +++ b/PolicyEngineClient/pom.xml @@ -0,0 +1,62 @@ + + + + + 4.0.0 + + org.openecomp.policy.engine + PolicyEngineSuite + 1.0.0-SNAPSHOT + + org.openecomp.policy.engine + PolicyEngineClient + + + org.openecomp.policy.engine + PolicyEngineAPI + ${project.version} + + + com.googlecode.json-simple + json-simple + 1.1 + + + org.apache.httpcomponents + httpclient + 4.5 + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.2 + + 1.8 + 1.8 + + + + + -- cgit 1.2.3-korg