diff --git a/.travis.yml b/.travis.yml
index 6ca5f3d48..98a335288 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,7 +21,7 @@ addons:
build_command: "mvn -fmain/pom.xml clean test -DskipTests"
branch_pattern: release.*
install:
-- mvn -fmain/pom.xml dependency:go-offline -Pcoverage,release
+- mvn -fmain/pom.xml clean install -DskipTests dependency:go-offline -Pcoverage,release # "clean install" needed until we can exclude artifacts currently in the reactor, see https://maven.apache.org/plugins/maven-dependency-plugin/go-offline-mojo.html#excludeReactor and https://issues.apache.org/jira/browse/MDEP-568
script:
- mvn --update-snapshots -fmain/pom.xml clean test jacoco:report verify -Pcoverage
after_success:
diff --git a/main/commons/pom.xml b/main/commons/pom.xml
index fcef4fb7e..b95226f60 100644
--- a/main/commons/pom.xml
+++ b/main/commons/pom.xml
@@ -38,11 +38,6 @@
com.google.dagger
dagger-compiler
-
-
- com.google.dagger
- dagger-compiler
-