From cfb69f44f841338e1f208225ec006388e986bd2c Mon Sep 17 00:00:00 2001 From: "Kotta, Shireesha (sk434m)" Date: Tue, 6 Mar 2018 09:44:53 -0500 Subject: Added Junits & AAF attributes Support Issue-ID: PORTAL-136 Includes JUNITS, AAF attributes support Change-Id: Id4cc9f64268017665d7245d0a10369c9b498ba2f Signed-off-by: Kotta, Shireesha (sk434m) --- ecomp-sdk/epsdk-core/pom.xml | 135 +++++++++++++++++++++++++++++++++++++++---- 1 file changed, 123 insertions(+), 12 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 b3f59223..61f6fb1c 100644 --- a/ecomp-sdk/epsdk-core/pom.xml +++ b/ecomp-sdk/epsdk-core/pom.xml @@ -124,10 +124,6 @@ org.slf4j log4j-over-slf4j - - ch.qos.logback - logback-classic - @@ -167,9 +163,29 @@ 2.3.1 - javax.servlet - jstl - 1.2 + org.apache.taglibs + taglibs-standard-spec + 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-impl + 1.2.5 + + + org.apache.taglibs + taglibs-standard-jstlel + 1.2.5 @@ -209,17 +225,17 @@ com.fasterxml.jackson.core jackson-annotations - 2.6.3 + 2.9.2 com.fasterxml.jackson.core jackson-core - 2.6.3 + 2.9.2 com.fasterxml.jackson.core jackson-databind - 2.6.3 + 2.9.2 @@ -294,8 +310,8 @@ org.bouncycastle - bcprov-jdk16 - 1.45 + bcprov-jdk15on + 1.59 @@ -355,6 +371,101 @@ ${jacoco.version} runtime + + org.apache.lucene + lucene-queryparser + 7.2.1 + + + com.thoughtworks.xstream + xstream + 1.4.10 + + + org.apache.wicket + wicket-core + 1.5.16 + + + ch.qos.logback + logback-core + 1.2.3 + + + ch.qos.logback + logback-classic + 1.2.3 + + + commons-fileupload + commons-fileupload + 1.3.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 + + + -- cgit 1.2.3-korg