mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-19 09:47:27 +10:00
[유치수] [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:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user