You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ad...@apache.org on 2015/08/01 20:02:12 UTC

wicket git commit: Fix harmcrest artifactId

Repository: wicket
Updated Branches:
  refs/heads/master d65edd815 -> a4b2c0b30


Fix harmcrest artifactId


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/a4b2c0b3
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/a4b2c0b3
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/a4b2c0b3

Branch: refs/heads/master
Commit: a4b2c0b305b8bc1003d959acb71b3b15ce90de7e
Parents: d65edd8
Author: Andrea Del Bene <ad...@apache.org>
Authored: Sat Aug 1 20:01:53 2015 +0200
Committer: Andrea Del Bene <ad...@apache.org>
Committed: Sat Aug 1 20:01:53 2015 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/a4b2c0b3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 785e276..28c4faa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -480,7 +480,7 @@
 			</dependency>
 			<dependency>
 				<groupId>org.hamcrest</groupId>
-				<artifactId>hamcrest-core</artifactId>
+				<artifactId>java-hamcrest</artifactId>
 				<version>${hamcrest.version}</version>
 				<scope>test</scope>
 			</dependency>