From a4eb86ee39e858d5f7c036cc70be8603d5f420bb Mon Sep 17 00:00:00 2001 From: Peyton Puckett Date: Fri, 21 Feb 2020 10:25:28 -0600 Subject: Add pom.xml dependencies and exclusions needed for policy-engine gui Update powermockignore annotation to fix junit failure Issue-ID: POLICY-1590 Change-Id: Iadd0855565c05d02af034a5ad02ea7b8e386fadc Signed-off-by: Peyton Puckett --- ONAP-SDK-APP/pom.xml | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) (limited to 'ONAP-SDK-APP') diff --git a/ONAP-SDK-APP/pom.xml b/ONAP-SDK-APP/pom.xml index c3c595c53..45d105a06 100644 --- a/ONAP-SDK-APP/pom.xml +++ b/ONAP-SDK-APP/pom.xml @@ -214,6 +214,10 @@ org.onap.portal.sdk epsdk-core + + org.springframework + spring-expression + @@ -282,6 +286,16 @@ commons-collections 3.2.2 + + org.springframework + spring-aop + ${springframework.version} + + + org.springframework + spring-orm + ${springframework.version} + org.onap.portal.sdk epsdk-core @@ -312,10 +326,26 @@ org.springframework spring-webmvc + + org.springframework + spring-aop + + + org.springframework + spring-orm + xalan xalan + + org.aspectj + aspectjrt + + + org.aspectj + aspectjweaver + @@ -368,6 +398,21 @@ + + org.aspectj + aspectjrt + 1.8.14 + + + org.aspectj + aspectjweaver + 1.8.14 + + + org.springframework + spring-expression + ${springframework.version} + org.springframework spring-core @@ -383,11 +428,23 @@ org.springframework spring-web ${springframework.version} + + + org.springframework + spring-expression + + org.springframework spring-webmvc ${springframework.version} + + + org.springframework + spring-expression + + -- cgit 1.2.3-korg