Repository: buildr Updated Branches: refs/heads/master 373e38b47 -> 7504970f3
[BUILDR-701] update harmcrest dependancy version as seen in https://issues.apache.org/jira/browse/BUILDR-701 junit doesn't come with harmcrest dependancy, we have ta add it without, some people might experience some ClassNotFoundException Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/53fd423c Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/53fd423c Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/53fd423c Branch: refs/heads/master Commit: 53fd423c309612f0d1ab6709f9ddc847eb4a6a15 Parents: 472da42 Author: Jean-Philippe CARUANA <[email protected]> Authored: Thu Jul 31 11:23:46 2014 +0200 Committer: Jean-Philippe CARUANA <[email protected]> Committed: Thu Jul 31 11:23:49 2014 +0200 ---------------------------------------------------------------------- lib/buildr/java/tests.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/53fd423c/lib/buildr/java/tests.rb ---------------------------------------------------------------------- diff --git a/lib/buildr/java/tests.rb b/lib/buildr/java/tests.rb index 95ef71d..816d4a9 100644 --- a/lib/buildr/java/tests.rb +++ b/lib/buildr/java/tests.rb @@ -103,8 +103,8 @@ module Buildr #:nodoc: @dependencies ||= ["#{group}:jmock:jar:#{version}"] if two_or_later @dependencies << "org.jmock:jmock-junit#{Buildr::JUnit.version.to_s[0,1]}:jar:#{version}" - @dependencies << "org.hamcrest:hamcrest-core:jar:1.1" - @dependencies << "org.hamcrest:hamcrest-library:jar:1.1" + @dependencies << "org.hamcrest:hamcrest-core:jar:1.3" + @dependencies << "org.hamcrest:hamcrest-library:jar:1.3" end @dependencies end
