Updated Branches: refs/heads/master ac83c4b2d -> 33f3f1214
Fix the remaining POM Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/33f3f121 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/33f3f121 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/33f3f121 Branch: refs/heads/master Commit: 33f3f12143760b018d9b1a913dc31c1e8a34d713 Parents: ac83c4b Author: Martijn Dashorst <[email protected]> Authored: Tue Dec 18 10:44:14 2012 +0100 Committer: Martijn Dashorst <[email protected]> Committed: Tue Dec 18 10:44:14 2012 +0100 ---------------------------------------------------------------------- .../wicket-native-websocket/pom.xml | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/33f3f121/wicket-experimental/wicket-native-websocket/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-experimental/wicket-native-websocket/pom.xml b/wicket-experimental/wicket-native-websocket/pom.xml index a518ebb..891bb89 100644 --- a/wicket-experimental/wicket-native-websocket/pom.xml +++ b/wicket-experimental/wicket-native-websocket/pom.xml @@ -34,12 +34,4 @@ <module>wicket-native-websocket-jetty9</module> <module>wicket-native-websocket-tomcat</module> </modules> - <dependencyManagement> - <dependencies> - <dependency> - <groupId>org.apache.wicket</groupId> - <artifactId>wicket-native-websocket-core</artifactId> - </dependency> - </dependencies> - </dependencyManagement> </project>
