You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2015/01/21 21:36:04 UTC

wicket git commit: WICKET-5817 Wicket-JMX should depend on asm-util

Repository: wicket
Updated Branches:
  refs/heads/master f0340a3ef -> a13482896


WICKET-5817 Wicket-JMX should depend on asm-util


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

Branch: refs/heads/master
Commit: a13482896e06f7ae7b9ad95ba40923b71aa285ca
Parents: f0340a3
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Wed Jan 21 22:35:01 2015 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Wed Jan 21 22:35:58 2015 +0200

----------------------------------------------------------------------
 wicket-jmx/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/a1348289/wicket-jmx/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-jmx/pom.xml b/wicket-jmx/pom.xml
index e89f502..7efc48b 100644
--- a/wicket-jmx/pom.xml
+++ b/wicket-jmx/pom.xml
@@ -33,6 +33,10 @@
 			<artifactId>cglib</artifactId>
 		</dependency>
 		<dependency>
+			<groupId>org.ow2.asm</groupId>
+			<artifactId>asm-util</artifactId>
+		</dependency>
+		<dependency>
 			<groupId>org.apache.wicket</groupId>
 			<artifactId>wicket-core</artifactId>
 		</dependency>