From a00f28071009375c15b26e30c8a5bfc1d1296a39 Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Thu, 25 Aug 2016 07:41:48 -0700 Subject: Make necessary changes to build common-services-common-utilities Change-Id: I171a0fc8c1205f3634c537d827f6b299d2eb1641 Issue-id: INT-40 Signed-off-by: Gary Wu --- .gitreview | 4 ++++ common-util/pom.xml | 2 +- pom.xml | 22 ++++++---------------- rest-client/pom.xml | 2 +- 4 files changed, 12 insertions(+), 18 deletions(-) create mode 100644 .gitreview diff --git a/.gitreview b/.gitreview new file mode 100644 index 0000000..f21a39a --- /dev/null +++ b/.gitreview @@ -0,0 +1,4 @@ +[gerrit] +host=gerrit.open-o.org +port=29418 +project=common-services-common-utilities.git diff --git a/common-util/pom.xml b/common-util/pom.xml index b4245d0..32ce4c3 100644 --- a/common-util/pom.xml +++ b/common-util/pom.xml @@ -52,7 +52,7 @@ org.slf4j - com.springsource.slf4j.log4j + slf4j-log4j12 diff --git a/pom.xml b/pom.xml index 2ff9e92..7c01bc1 100644 --- a/pom.xml +++ b/pom.xml @@ -41,16 +41,6 @@ rest-client - - - releases - http://113.200.115.170:4096/nexus/content/repositories/OPEN-O_Release - - - snapshots - http://113.200.115.170:4096/nexus/content/repositories/OPEN-O_SnapShots - - @@ -60,17 +50,17 @@ org.apache.commons - com.springsource.org.apache.commons.lang + org.apache.commons.lang 2.6.0 org.apache.commons - com.springsource.org.apache.commons.logging + org.apache.commons.logging 1.1.1 org.apache.commons - com.springsource.org.apache.commons.codec + org.apache.commons.codec 1.9.0 @@ -81,12 +71,12 @@ org.slf4j - com.springsource.slf4j.log4j + slf4j-log4j12 ${slf4j.version} - org.apache.log4j - com.springsource.org.apache.log4j + log4j + log4j 1.2.16 diff --git a/rest-client/pom.xml b/rest-client/pom.xml index 33f24c3..77ecaf8 100644 --- a/rest-client/pom.xml +++ b/rest-client/pom.xml @@ -45,7 +45,7 @@ org.jmockit jmockit test - 1.18 + 1.19 -- cgit 1.2.3-korg