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 2013/04/09 15:57:00 UTC

git commit: Add -ioc, -cdi, -bean-validation and -objectsizeof modules to be checked for "clashing package in OSGi" problem

Updated Branches:
  refs/heads/master d6e6a4113 -> c51e39be2


Add -ioc, -cdi, -bean-validation and -objectsizeof modules to be checked for "clashing package in OSGi" problem


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

Branch: refs/heads/master
Commit: c51e39be2d0865a421cb2e878dfc71db20f308d6
Parents: d6e6a41
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Tue Apr 9 16:55:47 2013 +0300
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Tue Apr 9 16:55:47 2013 +0300

----------------------------------------------------------------------
 testing/wicket-common-tests/pom.xml |   27 ++++++++++++++++++++++++---
 1 files changed, 24 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/c51e39be/testing/wicket-common-tests/pom.xml
----------------------------------------------------------------------
diff --git a/testing/wicket-common-tests/pom.xml b/testing/wicket-common-tests/pom.xml
index f4801b1..fceed27 100644
--- a/testing/wicket-common-tests/pom.xml
+++ b/testing/wicket-common-tests/pom.xml
@@ -35,9 +35,9 @@
 			<scope>test</scope>
 		</dependency>
 		<dependency>
-				<groupId>org.apache.wicket</groupId>
-				<artifactId>wicket-extensions</artifactId>
-				<scope>test</scope>
+			<groupId>org.apache.wicket</groupId>
+			<artifactId>wicket-extensions</artifactId>
+			<scope>test</scope>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.wicket</groupId>
@@ -46,6 +46,11 @@
 		</dependency>
 		<dependency>
 			<groupId>org.apache.wicket</groupId>
+			<artifactId>wicket-ioc</artifactId>
+			<scope>test</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.wicket</groupId>
 			<artifactId>wicket-guice</artifactId>
 			<scope>test</scope>
 		</dependency>
@@ -105,6 +110,22 @@
 			<scope>test</scope>
 		</dependency>
 		<dependency>
+			<groupId>org.apache.wicket</groupId>
+			<artifactId>wicket-cdi</artifactId>
+			<scope>test</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.wicket</groupId>
+			<artifactId>wicket-bean-validation</artifactId>
+			<scope>test</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.wicket</groupId>
+			<artifactId>wicket-objectsizeof-agent</artifactId>
+			<version>${project.version}</version>
+			<scope>test</scope>
+		</dependency>
+		<dependency>
 			<groupId>junit</groupId>
 			<artifactId>junit</artifactId>
 		</dependency>