dependencies now in root pom
authorErik Brakkee <erik@brakkee.org>
Wed, 14 Jul 2010 20:12:01 +0000 (20:12 +0000)
committerErik Brakkee <erik@brakkee.org>
Wed, 14 Jul 2010 20:12:01 +0000 (20:12 +0000)
pom.xml
support/cdi/TODO.txt
support/cdi/pom.xml

diff --git a/pom.xml b/pom.xml
index e1ec37979a601af68329cb48b78deb78ca57fd04..a41a601aa41f7caa2fd8fb67a2cd8e8df875f0dd 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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">
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.wamblee</groupId>
     <artifactId>wamblee-utils</artifactId>
     <dependencyManagement>
         <dependencies>
 
+            <dependency>
+                <groupId>org.jboss.weld</groupId>
+                <artifactId>weld-se</artifactId>
+                <version>1.0.1-Final</version>
+                <scope>provided</scope>
+            </dependency>
+            
             <dependency>
                 <groupId>oro</groupId>
                 <artifactId>oro</artifactId>
 
 
         </plugins>
-        
+
         <pluginManagement>
             <plugins>
                 <plugin>
         </pluginManagement>
 
     </build>
-   
+
 
     <reporting>
         <plugins>
index d9a6915db56a1302803bf24431bccfb1bd2690f6..40b685e31a335b60a3cba9294d40cdb27127c5c6 100644 (file)
@@ -1,6 +1,4 @@
 
-* move maven dependency version to root pom
 * add test code for complete behavior. 
-* setup site 
-* integrate with wamblee-utils. 
+* add package java doc. 
 
index e05b96c0adcc380479f08a66d77e9cc8abd455b9..04db3bb6588cc0764eef73131718f45bcdfb51f3 100644 (file)
     <dependency>
       <groupId>org.jboss.weld</groupId>
       <artifactId>weld-se</artifactId>
-      <version>1.0.1-Final</version>
     </dependency>
-    
-    <!-- always include the APIs last because they contain garbled/unusable classes -->
-    <!-- dependency>
-      <groupId>javax</groupId>
-      <artifactId>javaee-api</artifactId>
-    </dependency -->
    
   </dependencies>