From fa4a3ab3085fba651dbd0417399caf7302f31203 Mon Sep 17 00:00:00 2001 From: Madhura Bhave Date: Tue, 3 Apr 2018 12:04:20 -0700 Subject: [PATCH] Don't force snapshot update for integration tests See if that fixes intermittent NoClassDefFoundError. See gh-12689 --- ci/scripts/build-integration-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/scripts/build-integration-tests.sh b/ci/scripts/build-integration-tests.sh index 953eaebb1c..bc5876449f 100755 --- a/ci/scripts/build-integration-tests.sh +++ b/ci/scripts/build-integration-tests.sh @@ -5,5 +5,5 @@ source $(dirname $0)/common.sh repository=$(pwd)/distribution-repository pushd git-repo > /dev/null -run_maven -f spring-boot-tests/spring-boot-integration-tests/pom.xml clean install -U -Dfull -Drepository=file://${repository} +run_maven -f spring-boot-tests/spring-boot-integration-tests/pom.xml clean install -Dfull -Drepository=file://${repository} popd > /dev/null