2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
7 <groupId>org.wamblee</groupId>
8 <artifactId>wamblee-utils</artifactId>
9 <version>0.6-SNAPSHOT</version>
12 <modelVersion>4.0.0</modelVersion>
13 <groupId>org.wamblee</groupId>
14 <artifactId>wamblee-test-enterprise</artifactId>
15 <packaging>jar</packaging>
16 <name>/test/enterprise</name>
17 <url>http://wamblee.org</url>
21 <groupId>org.wamblee</groupId>
22 <artifactId>wamblee-support-general</artifactId>
23 <version>0.6-SNAPSHOT</version>
27 <groupId>org.wamblee</groupId>
28 <artifactId>wamblee-support-inject</artifactId>
29 <version>0.6-SNAPSHOT</version>
32 <groupId>org.wamblee</groupId>
33 <artifactId>wamblee-support-inject</artifactId>
34 <version>0.6-SNAPSHOT</version>
38 <groupId>org.jboss.weld</groupId>
39 <artifactId>weld-se</artifactId>
43 <groupId>org.wamblee</groupId>
44 <artifactId>wamblee-support-general</artifactId>
45 <version>0.6-SNAPSHOT</version>
48 <groupId>javax.transaction</groupId>
49 <artifactId>transaction-api</artifactId>
52 <groupId>junit</groupId>
53 <artifactId>junit</artifactId>
54 <scope>compile</scope>
57 <groupId>org.apache.derby</groupId>
58 <artifactId>derby</artifactId>
61 <groupId>mysql</groupId>
62 <artifactId>mysql-connector-java</artifactId>
65 <groupId>org.apache.derby</groupId>
66 <artifactId>derbyclient</artifactId>
69 <groupId>org.apache.derby</groupId>
70 <artifactId>derbynet</artifactId>
73 <groupId>commons-dbcp</groupId>
74 <artifactId>commons-dbcp</artifactId>
77 <groupId>javax.persistence</groupId>
78 <artifactId>persistence-api</artifactId>
81 <groupId>org.dbunit</groupId>
82 <artifactId>dbunit</artifactId>
83 <scope>compile</scope>
86 <groupId>org.slf4j</groupId>
87 <artifactId>slf4j-api</artifactId>
90 <groupId>org.slf4j</groupId>
91 <artifactId>slf4j-jdk14</artifactId>
94 <distributionManagement>
96 <id>test-enterprise-site</id>
97 <url>file:${distrib}/test/enterprise</url>
99 </distributionManagement>