From c607da68bfb7f7440d5be7f0396609dc01eb0e90 Mon Sep 17 00:00:00 2001 From: sa282w Date: Tue, 1 May 2018 16:45:26 -0400 Subject: Changes for 2.4.0-SNAPSHOT Issue-ID: PORTAL-210 Included the pom changes for 2.4.0-SNAPSHOT, music and AAF changes. Change-Id: Ib1e1c2679271aa40eb3b50397724e8cdc5ffe01c Signed-off-by: sa282w --- ecomp-sdk/epsdk-core/pom.xml | 212 +++++++++++++++++++++++++++++-------------- 1 file changed, 143 insertions(+), 69 deletions(-) (limited to 'ecomp-sdk/epsdk-core/pom.xml') diff --git a/ecomp-sdk/epsdk-core/pom.xml b/ecomp-sdk/epsdk-core/pom.xml index 1bdb1490..d15b18ff 100644 --- a/ecomp-sdk/epsdk-core/pom.xml +++ b/ecomp-sdk/epsdk-core/pom.xml @@ -1,11 +1,12 @@ - + 4.0.0 - + org.onap.portal.sdk epsdk-project - 2.2.0-SNAPSHOT + 2.4.0-SNAPSHOT @@ -20,7 +21,7 @@ 6.4.0.Final - + @@ -42,13 +43,13 @@ - + - + org.onap.portal.sdk epsdk-fw @@ -61,6 +62,18 @@ + + + org.onap.portal.sdk + epsdk-domain + ${project.version} + + + commons-logging + commons-logging + + + org.drools @@ -111,9 +124,9 @@ ${springframework.version} - org.springframework - spring-aop - ${springframework.version} + org.springframework + spring-aop + ${springframework.version} org.springframework.boot @@ -126,19 +139,19 @@ - + - org.aspectj - aspectjrt - 1.8.9 + org.aspectj + aspectjrt + 1.8.9 - + org.aspectj aspectjweaver 1.8.9 - + @@ -163,29 +176,29 @@ 2.3.1 - org.apache.taglibs - taglibs-standard-spec - 1.2.5 + org.apache.taglibs + taglibs-standard-spec + 1.2.5 - org.apache.taglibs - taglibs-standard-impl - 1.2.5 + org.apache.taglibs + taglibs-standard-impl + 1.2.5 - org.apache.taglibs - taglibs-standard-spec - 1.2.5 + org.apache.taglibs + taglibs-standard-spec + 1.2.5 - org.apache.taglibs - taglibs-standard-impl - 1.2.5 + org.apache.taglibs + taglibs-standard-impl + 1.2.5 - org.apache.taglibs - taglibs-standard-jstlel - 1.2.5 + org.apache.taglibs + taglibs-standard-jstlel + 1.2.5 @@ -337,37 +350,38 @@ - + - com.att.eelf - eelf-core - 1.0.0 + com.att.eelf + eelf-core + 1.0.0 org.owasp.esapi esapi 2.1.0.1 - - - commons-beanutils - commons-beanutils-core - - - commons-httpclient - commons-httpclient - - - xerces - xercesImpl + + + commons-beanutils + commons-beanutils-core + + + commons-httpclient + commons-httpclient + + + xerces + xercesImpl - - org.beanshell - bsh-core - - + + org.beanshell + bsh-core + + + com.att.nsa @@ -400,14 +414,19 @@ runtime - com.thoughtworks.xstream - xstream - 1.4.10 + org.apache.lucene + lucene-queryparser + 7.2.1 - org.apache.wicket - wicket-core - 1.5.16 + com.thoughtworks.xstream + xstream + 1.4.10 + + + org.apache.wicket + wicket-core + 1.5.16 ch.qos.logback @@ -425,9 +444,69 @@ 1.3.3 - commons-beanutils - commons-beanutils - 1.9.3 + commons-beanutils + commons-beanutils + 1.9.2 + + + org.apache.poi + poi + 3.17 + + + commons-logging + commons-logging + + + log4j + log4j + + + + + org.apache.poi + poi-ooxml + 3.17 + + + commons-logging + commons-logging + + + log4j + log4j + + + + + org.apache.poi + poi-scratchpad + 3.17 + + + commons-logging + commons-logging + + + log4j + log4j + + + + + org.apache.poi + poi-contrib + 3.5-FINAL + + + commons-logging + commons-logging + + + log4j + log4j + + org.apache.httpcomponents @@ -435,15 +514,10 @@ 4.5.3 - xalan - xalan - 2.7.2 + xalan + xalan + 2.7.2 - - xerces - xercesImpl - 2.11.0.SP5 - - + -- cgit 1.2.3-korg