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-wicket</artifactId>
7 <version>0.7-SNAPSHOT</version>
10 <modelVersion>4.0.0</modelVersion>
11 <groupId>org.wamblee</groupId>
12 <artifactId>wamblee-wicket-components</artifactId>
13 <packaging>jar</packaging>
14 <name>/wicket/components</name>
15 <url>http://wamblee.org</url>
18 <!-- Move dependency versions to higher level -->
21 <groupId>javax.persistence</groupId>
22 <artifactId>persistence-api</artifactId>
25 <groupId>org.wamblee</groupId>
26 <artifactId>wamblee-support-general</artifactId>
27 <version>0.7-SNAPSHOT</version>
30 <groupId>net.sf.flexjson</groupId>
31 <artifactId>flexjson</artifactId>
32 <version>2.0</version>
35 <groupId>org.wamblee</groupId>
36 <artifactId>wamblee-support-inject</artifactId>
37 <version>0.7-SNAPSHOT</version>
40 <groupId>org.wamblee</groupId>
41 <artifactId>wamblee-test-enterprise</artifactId>
42 <version>0.7-SNAPSHOT</version>
46 <groupId>org.apache.wicket</groupId>
47 <artifactId>wicket</artifactId>
50 <groupId>javax.servlet</groupId>
51 <artifactId>servlet-api</artifactId>
54 <groupId>javax.transaction</groupId>
55 <artifactId>transaction-api</artifactId>
59 <distributionManagement>
61 <id>wicket-components</id>
62 <url>file:${distrib}/wicket/components</url>
64 </distributionManagement>