2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
5 <groupId>org.wamblee</groupId>
6 <artifactId>wamblee-utils</artifactId>
7 <version>0.4.2-SNAPSHOT</version>
10 <modelVersion>4.0.0</modelVersion>
11 <groupId>org.wamblee</groupId>
12 <artifactId>wamblee-wicket-joe</artifactId>
13 <packaging>jar</packaging>
14 <name>/wicket/joe</name>
15 <url>http://wamblee.org</url>
18 <!-- Move dependency versions to higher level -->
21 <groupId>org.wamblee</groupId>
22 <artifactId>wamblee-support-general</artifactId>
23 <version>0.4.2-SNAPSHOT</version>
26 <groupId>org.wamblee</groupId>
27 <artifactId>wamblee-support-inject</artifactId>
28 <version>0.4.2-SNAPSHOT</version>
31 <groupId>org.wamblee</groupId>
32 <artifactId>wamblee-test-enterprise</artifactId>
33 <version>0.4.2-SNAPSHOT</version>
37 <groupId>org.apache.wicket</groupId>
38 <artifactId>wicket</artifactId>
41 <groupId>javax.servlet</groupId>
42 <artifactId>servlet-api</artifactId>
45 <groupId>javax.transaction</groupId>
46 <artifactId>transaction-api</artifactId>
50 <distributionManagement>
53 <url>file:${distrib}/wicket/joe</url>
55 </distributionManagement>