[유치수] [WEB-142] guava library 버전 변경에 따른 빌드 스크립트 수정.

git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-profiler-bootstrap/trunk@3875 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
Chisu Yu
2014-05-19 05:11:05 +00:00
parent 553a12f01f
commit 994ab59bfa
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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