From 8d591f3575b8accf709d7ba2c138fac6389a04bd Mon Sep 17 00:00:00 2001 From: Guangrong Fu Date: Tue, 23 Jan 2018 14:56:31 +0800 Subject: [PATCH] Fix some of the IQ findings Change-Id: Ida5cb5891db049c2c8b6c5566325e657c1df7849 Issue-ID: HOLMES-116 Signed-off-by: Guangrong Fu --- holmes-actions/pom.xml | 15 +++++++++++---- pom.xml | 8 ++++---- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/holmes-actions/pom.xml b/holmes-actions/pom.xml index 2d2aa02..f39f227 100644 --- a/holmes-actions/pom.xml +++ b/holmes-actions/pom.xml @@ -23,10 +23,6 @@ org.onap.msb.java-sdk msb-java-sdk - - org.apache.activemq - activemq-core - org.apache.geronimo.specs geronimo-jms_1.1_spec @@ -125,6 +121,7 @@ org.apache.httpcomponents httpclient + net.sf.json-lib json-lib @@ -135,6 +132,10 @@ commons-collections commons-collections + + commons-beanutils + commons-beanutils + @@ -142,6 +143,12 @@ commons-collections 3.2.2 + + commons-beanutils + commons-beanutils + 1.9.3 + + diff --git a/pom.xml b/pom.xml index 19eeb7b..31e79e2 100644 --- a/pom.xml +++ b/pom.xml @@ -39,7 +39,7 @@ https://nexus.open-o.org/content 3.2.1 - 0.8.0 + 0.9.3 1.5.3 1.16.8 2.22.2 @@ -158,8 +158,8 @@ org.apache.activemq - activemq-core - 5.7.0 + activemq-broker + 5.10.1 org.apache.geronimo.specs @@ -169,7 +169,7 @@ org.apache.activemq activemq-pool - 5.8.0 + 5.10.1 org.apache.httpcomponents -- 2.16.6