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-security</artifactId>
7 <version>0.7-SNAPSHOT</version>
10 <modelVersion>4.0.0</modelVersion>
11 <groupId>org.wamblee</groupId>
12 <artifactId>wamblee-security-jpatest</artifactId>
13 <packaging>jar</packaging>
14 <name>/security/jpatest</name>
15 <url>http://wamblee.org</url>
19 <groupId>org.wamblee</groupId>
20 <artifactId>wamblee-security-usermgt</artifactId>
21 <version>0.7-SNAPSHOT</version>
24 <groupId>org.wamblee</groupId>
25 <artifactId>wamblee-security-usermgt</artifactId>
26 <version>0.7-SNAPSHOT</version>
32 <groupId>org.wamblee</groupId>
33 <artifactId>wamblee-test-enterprise</artifactId>
34 <version>0.7-SNAPSHOT</version>
35 <scope>compile</scope>
39 <dependencyManagement>
42 <groupId>org.wamblee</groupId>
43 <artifactId>wamblee-test-eclipselink</artifactId>
44 <version>0.7-SNAPSHOT</version>
48 </dependencyManagement>
53 <activeByDefault>true</activeByDefault>
57 <groupId>org.wamblee</groupId>
58 <artifactId>wamblee-test-eclipselink</artifactId>
62 <groupId>org.eclipse.persistence</groupId>
63 <artifactId>javax.persistence</artifactId>
64 <version>2.0.0</version>
68 <groupId>org.eclipse.persistence</groupId>
69 <artifactId>eclipselink</artifactId>
74 <id>EclipseLink Repo</id>
75 <url>http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/rt/eclipselink/maven.repo</url>
84 <groupId>org.hibernate</groupId>
85 <artifactId>hibernate-entitymanager</artifactId>
86 <version>3.5.0-Final</version>
89 <groupId>javax.transaction</groupId>
90 <artifactId>jta</artifactId>
95 <groupId>org.wamblee</groupId>
96 <artifactId>wamblee-test-hibernate</artifactId>
97 <version>0.6-SNAPSHOT</version>
104 <name>JBoss Repo</name>
105 <url>http://repository.jboss.org/maven2</url>