Manually add another dependency to be downloaded before build

Signed-off-by: Daan Hoogland <daan@onecht.net>
This commit is contained in:
Rafael da Fonseca 2015-06-20 02:58:53 +02:00 committed by Daan Hoogland
parent e4f09e9ebc
commit 358157f57c
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ done
#For some reason, travis seems to be using surefire plugin 2.14.2
echo "<dependency><groupId>org.apache.maven.plugins</groupId><artifactId>maven-surefire-plugin</artifactId><version>2.12.4</version></dependency>" >> pom.xml
echo "<dependency><groupId>com.google.guava</groupId><artifactId>guava</artifactId><version>10.0.1</version></dependency>" >> pom.xml
#Finish dummy pom
echo "</dependencies></project>" >> pom.xml