X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ONAP-REST%2Fpom.xml;h=ef8c76eeff4ea488e5e321624be87783c45ded9f;hb=9450c8d0102b9188933b5d26193df754a70a7157;hp=fa957ac87c1ee29c6319a95b5c167fd39fe3e3ff;hpb=183ac4aa1c5a72f0dc48b3939c5b0502a9cd878e;p=policy%2Fengine.git diff --git a/ONAP-REST/pom.xml b/ONAP-REST/pom.xml index fa957ac87..ef8c76eef 100644 --- a/ONAP-REST/pom.xml +++ b/ONAP-REST/pom.xml @@ -3,7 +3,7 @@ ============LICENSE_START======================================================= ONAP Policy Engine ================================================================================ - Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -28,7 +28,7 @@ org.onap.policy.engine PolicyEngineSuite - 1.1.2-SNAPSHOT + 1.2.0-SNAPSHOT ONAP-REST @@ -43,6 +43,29 @@ ${project.version} ONAP-XACML + + org.onap.policy.engine + PolicyEngineAPI + ${project.version} + + + org.glassfish.tyrus + tyrus-client + + + org.glassfish.tyrus + tyrus-container-grizzly-client + + + javax.persistence + persistence-api + + + com.att.aft + dme2 + + + javax.servlet javax.servlet-api @@ -110,5 +133,68 @@ json [20090211,) + + + org.springframework + spring-test + ${springframework.version} + + + org.springframework + spring-core + ${springframework.version} + + + org.springframework + spring-web + ${springframework.version} + + + org.springframework + spring-webmvc + ${springframework.version} + + + org.springframework + spring-tx + ${springframework.version} + + + org.springframework + spring-context-support + ${springframework.version} + + + org.springframework + spring-orm + ${springframework.version} + + + + org.hibernate + hibernate-core + ${hibernate.version} + + + org.hibernate + hibernate-validator + 5.1.3.Final + + + org.apache.tomcat + tomcat-dbcp + 8.5.9 + + + org.powermock + powermock-module-junit4-common + 1.6.4 + + + + + 4.3.3.RELEASE + 4.3.10.Final +