Move bean validation to experimental section Makes it easier to upgrade all experimental modules after a release
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/1c9eec83 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/1c9eec83 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/1c9eec83 Branch: refs/heads/master Commit: 1c9eec830a0aef2de4abc45eae0c3c6a2d10f9b8 Parents: 69b5968 Author: Martijn Dashorst <[email protected]> Authored: Tue Dec 18 10:25:20 2012 +0100 Committer: Martijn Dashorst <[email protected]> Committed: Tue Dec 18 10:25:20 2012 +0100 ---------------------------------------------------------------------- pom.xml | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/1c9eec83/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7f4099d..cb2b1ac 100644 --- a/pom.xml +++ b/pom.xml @@ -218,12 +218,6 @@ </dependency> <dependency> <groupId>org.apache.wicket</groupId> - <artifactId>wicket-bean-validation</artifactId> - <version>0.6-SNAPSHOT</version> - <type>jar</type> - </dependency> - <dependency> - <groupId>org.apache.wicket</groupId> <artifactId>wicket-devutils</artifactId> <version>6.5.0-SNAPSHOT</version> <type>jar</type> @@ -290,6 +284,12 @@ </dependency> <dependency> <groupId>org.apache.wicket</groupId> + <artifactId>wicket-bean-validation</artifactId> + <version>0.6-SNAPSHOT</version> + <type>jar</type> + </dependency> + <dependency> + <groupId>org.apache.wicket</groupId> <artifactId>wicket-native-websocket-core</artifactId> <version>0.6-SNAPSHOT</version> <type>jar</type>
