From f44e9aacbf3183e0c7de683d85ac2ab061ae478f Mon Sep 17 00:00:00 2001 From: Benjamin Marwell Date: Sun, 19 May 2019 13:15:12 +0200 Subject: [PATCH] do not resolve own dependencies. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5f441f5..2e99e30 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ before_install: curl -Ls https://git.io/jabba | bash && . ~/.jabba/jabba.sh install: - jabba install "$TRAVIS_JDK" && jabba use $_ && java -Xmx32m -version - - mvn dependency:resolve + - mvn dependency:resolve -DexcludeGroupIds=io.github.zchunk stages: - validations