(no commit message)
authorErik Brakkee <erik@brakkee.org>
Sun, 15 Aug 2010 17:02:04 +0000 (17:02 +0000)
committerErik Brakkee <erik@brakkee.org>
Sun, 15 Aug 2010 17:02:04 +0000 (17:02 +0000)
test/enterprise/pom.xml

index 350a387e97a52ef4fae31206b9f67fcffa2bae81..c2c08f4941c0dfb8140ecc0b145b4d1c860d8a4f 100644 (file)
@@ -1,5 +1,7 @@
 <?xml version="1.0"?>
-<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">
+<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">
 
   <parent>
     <groupId>org.wamblee</groupId>
       <version>0.6-SNAPSHOT</version>
       <type>test-jar</type>
     </dependency>
+    <dependency>
+      <groupId>org.jboss.weld</groupId>
+      <artifactId>weld-se</artifactId>
+    </dependency>
+
     <dependency>
       <groupId>org.wamblee</groupId>
       <artifactId>wamblee-support-general</artifactId>
@@ -90,5 +97,5 @@
       <url>file:${distrib}/test/enterprise</url>
     </site>
   </distributionManagement>
-  
+
 </project>