From: Erik Brakkee <erik@brakkee.org>
Date: Wed, 14 Jul 2010 20:12:01 +0000 (+0000)
Subject: dependencies now in root pom
X-Git-Tag: wamblee-utils-0.7~343
X-Git-Url: http://wamblee.org/gitweb/?a=commitdiff_plain;h=878b6caf8fbfda07d558e60540f168bea173628a;p=utils

dependencies now in root pom
---

diff --git a/pom.xml b/pom.xml
index e1ec3797..a41a601a 100644
--- 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>
@@ -96,6 +98,13 @@
     <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>
@@ -430,7 +439,7 @@
 
 
         </plugins>
-        
+
         <pluginManagement>
             <plugins>
                 <plugin>
@@ -441,7 +450,7 @@
         </pluginManagement>
 
     </build>
-   
+
 
     <reporting>
         <plugins>
diff --git a/support/cdi/TODO.txt b/support/cdi/TODO.txt
index d9a6915d..40b685e3 100644
--- a/support/cdi/TODO.txt
+++ b/support/cdi/TODO.txt
@@ -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. 
 
diff --git a/support/cdi/pom.xml b/support/cdi/pom.xml
index e05b96c0..04db3bb6 100644
--- a/support/cdi/pom.xml
+++ b/support/cdi/pom.xml
@@ -17,14 +17,7 @@
     <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>