X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=POLICY-SDK-APP%2Fpom.xml;h=7b6bba8c61206b2f2ef1a9ca69bf3ed6ccfece86;hb=37ad11c5660d017aace257bf7f5bd03c02f26bdd;hp=6a98e0f6e76dc11f0a3b9e7e366a31e0c08d2c7e;hpb=1c5d6cdf3793b0691686dc34c742f62582daff50;p=policy%2Fengine.git diff --git a/POLICY-SDK-APP/pom.xml b/POLICY-SDK-APP/pom.xml index 6a98e0f6e..7b6bba8c6 100644 --- a/POLICY-SDK-APP/pom.xml +++ b/POLICY-SDK-APP/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= ONAP Policy Engine ================================================================================ - Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2017-2018, 2020 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. @@ -22,7 +22,7 @@ org.onap.policy.engine PolicyEngineSuite - 1.6.0-SNAPSHOT + 1.6.3 POLICY-SDK-APP war @@ -36,13 +36,6 @@ false - - maven-compiler-plugin - - 1.8 - 1.8 - - org.apache.maven.plugins maven-surefire-plugin @@ -74,6 +67,11 @@ **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**,src/main/webapp/app/policyApp/CSS/**/*,src/main/webapp/app/policyApp/libs.bower_components/**/* + + org.powermock + powermock-api-mockito2 + test + ch.qos.logback logback-classic @@ -109,8 +107,55 @@ org.springframework spring-webmvc + + org.springframework + spring-aop + + + xalan + xalan + + + xml-apis + xml-apis-ext + + + xom + xom + + + xml-apis + xml-apis + + + org.hibernate + hibernate-core + + + org.aspectj + aspectjrt + + + org.aspectj + aspectjweaver + + + org.springframework + spring-expression + ${springframework.version} + + + org.aspectj + aspectjrt + 1.8.14 + + + org.aspectj + aspectjweaver + 1.8.14 + org.springframework @@ -132,11 +177,23 @@ org.springframework spring-web ${springframework.version} + + + org.springframework + spring-expression + + org.springframework spring-webmvc ${springframework.version} + + + org.springframework + spring-expression + + org.springframework @@ -153,6 +210,12 @@ org.hibernate hibernate-core ${hibernate.version} + + + xml-apis + xml-apis + + org.hibernate @@ -238,6 +301,18 @@ com.att.aft dme2 + + xml-apis + xml-apis + + + org.springframework + spring-orm + + + org.springframework + spring-test + @@ -253,12 +328,18 @@ org.apache.poi poi - 3.17 + 4.1.1 org.apache.poi poi-ooxml - 3.17 + 4.1.1 + + + org.apache.xmlbeans + xmlbeans + +