Skip to content

Commit

Permalink
Merge pull request #40 from wojciechbulaty/master
Browse files Browse the repository at this point in the history
fixing the build, the dependencies are not available on the given URL…
  • Loading branch information
danielbodart authored Dec 19, 2016
2 parents cf739d6 + 38bc76d commit d695439
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/build.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mvn:junit:junit-dep:jar|sources:4.8.2
mvn:antlr:antlr:jar:2.7.7
mvn:org.antlr:stringtemplate:jar:3.2.1
mvn:com.thoughtworks.qdox:qdox:jar:1.12.1
http://jarjar.googlecode.com/files/jarjar-1.1.jar
mvn:com.googlecode.jarjar:jarjar:jar:1.1

mvn://repo.bodar.com/com.googlecode.totallylazy:totallylazy:pack|sources:1130
mvn://repo.bodar.com/com.googlecode.funclate:funclate:pack|sources:110
2 changes: 1 addition & 1 deletion build/shavenmaven.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<sequential>
<mkdir dir="@{directory}"/>
<get src="http://shavenmaven.googlecode.com/files/shavenmaven-@{version}.jar"
<get src="http://repo.bodar.com/com/googlecode/shavenmaven/shavenmaven/@{version}/shavenmaven-@{version}.jar"
dest="@{directory}/shavenmaven.jar" usetimestamp="true"/>
</sequential>
</macrodef>
Expand Down

0 comments on commit d695439

Please sign in to comment.