From 994ab59bfa560508802cfac8effe67b231988abd Mon Sep 17 00:00:00 2001 From: Chisu Yu Date: Mon, 19 May 2014 05:11:05 +0000 Subject: [PATCH] =?UTF-8?q?[=EC=9C=A0=EC=B9=98=EC=88=98]=20[WEB-142]=20gua?= =?UTF-8?q?va=20library=20=EB=B2=84=EC=A0=84=20=EB=B3=80=EA=B2=BD=EC=97=90?= =?UTF-8?q?=20=EB=94=B0=EB=A5=B8=20=EB=B9=8C=EB=93=9C=20=EC=8A=A4=ED=81=AC?= =?UTF-8?q?=EB=A6=BD=ED=8A=B8=20=EC=88=98=EC=A0=95.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-profiler-bootstrap/trunk@3875 84d0f5b1-2673-498c-a247-62c4ff18d310 --- build.sh | 2 +- proguard-1.0.2-SNAPSHOT.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index b3c75712f..dc8593c2d 100755 --- a/build.sh +++ b/build.sh @@ -106,7 +106,7 @@ if [[ $rc != 0 ]] ; then exit $rc fi -cp ../pinpoint-profiler/target/dependency/guava-14.0.1.jar $DEPLOY_DIR/lib +cp ../pinpoint-profiler/target/dependency/guava-17.0.jar $DEPLOY_DIR/lib rc=$? if [[ $rc != 0 ]] ; then echo "BUILD FAILED $rc" diff --git a/proguard-1.0.2-SNAPSHOT.conf b/proguard-1.0.2-SNAPSHOT.conf index f7cefba29..6bb2a971b 100644 --- a/proguard-1.0.2-SNAPSHOT.conf +++ b/proguard-1.0.2-SNAPSHOT.conf @@ -44,7 +44,7 @@ -libraryjars ../pinpoint-profiler/target/dependency/servlet-api-6.0.35.jar -libraryjars ../pinpoint-profiler/target/dependency/slf4j-api-1.7.5.jar -libraryjars ../pinpoint-profiler/target/dependency/slf4j-log4j12-1.7.5.jar --libraryjars ../pinpoint-profiler/target/dependency/guava-14.0.1.jar +-libraryjars ../pinpoint-profiler/target/dependency/guava-17.0.jar -libraryjars ../pinpoint-profiler/target/dependency/metrics-core-3.0.1.jar -libraryjars ../pinpoint-profiler/target/dependency/metrics-jvm-3.0.1.jar -libraryjars ../pinpoint-profiler/target/dependency/async-http-client-1.8.3.jar