1 <project xmlns="http://maven.apache.org/POM/4.0.0"
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
6 <groupId>org.wamblee</groupId>
7 <artifactId>wamblee-utils</artifactId>
8 <version>0.2-SNAPSHOT</version>
11 <modelVersion>4.0.0</modelVersion>
12 <groupId>org.wamblee</groupId>
13 <artifactId>wamblee-hibernate-jpa</artifactId>
14 <packaging>jar</packaging>
15 <name>wamblee.org hibernate-jpa library (bundling the required dependencies)</name>
16 <url>http://wamblee.org</url>
19 <groupId>org.hibernate</groupId>
20 <artifactId>hibernate</artifactId>
21 <version>3.2.5.ga</version>
24 <groupId>org.hibernate</groupId>
25 <artifactId>hibernate-entitymanager</artifactId>
26 <version>3.3.1.ga</version>
29 <groupId>javax.persistence</groupId>
30 <artifactId>persistence-api</artifactId>
31 <version>1.0</version>
32 <scope>provided</scope>
35 <groupId>concurrent</groupId>
36 <artifactId>concurrent</artifactId>
37 <version>1.3.4</version>
40 <groupId>oro</groupId>
41 <artifactId>oro</artifactId>
42 <version>2.0.6</version>