Author: tv
Date: Sat Jul 29 07:27:55 2006
New Revision: 426808

URL: http://svn.apache.org/viewvc?rev=426808&view=rev
Log:
Dependency convergence.

Modified:
    jakarta/turbine/fulcrum/trunk/cache/project.xml
    jakarta/turbine/fulcrum/trunk/commonsemail/project.xml
    jakarta/turbine/fulcrum/trunk/configuration/impl/project.xml
    jakarta/turbine/fulcrum/trunk/crypto/project.xml
    jakarta/turbine/fulcrum/trunk/dvsl/project.xml
    jakarta/turbine/fulcrum/trunk/groovy/project.xml
    jakarta/turbine/fulcrum/trunk/intake/project.xml
    jakarta/turbine/fulcrum/trunk/localization/project.xml
    jakarta/turbine/fulcrum/trunk/osworkflow/example/project.xml
    jakarta/turbine/fulcrum/trunk/osworkflow/project.xml
    jakarta/turbine/fulcrum/trunk/project.xml
    jakarta/turbine/fulcrum/trunk/quartz/project.xml
    jakarta/turbine/fulcrum/trunk/security/adapters/opensymphony/project.xml
    jakarta/turbine/fulcrum/trunk/security/adapters/turbine/project.xml
    jakarta/turbine/fulcrum/trunk/security/hibernate/project.xml
    jakarta/turbine/fulcrum/trunk/security/project.xml
    jakarta/turbine/fulcrum/trunk/template/project.xml

Modified: jakarta/turbine/fulcrum/trunk/cache/project.xml
URL: 
http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/cache/project.xml?rev=426808&r1=426807&r2=426808&view=diff
==============================================================================
--- jakarta/turbine/fulcrum/trunk/cache/project.xml (original)
+++ jakarta/turbine/fulcrum/trunk/cache/project.xml Sat Jul 29 07:27:55 2006
@@ -28,7 +28,7 @@
     <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
-      <version>1.0.3</version>
+      <version>1.0.4</version>
     </dependency> 
 
   <!--  For a more recent release of JCS:

Modified: jakarta/turbine/fulcrum/trunk/commonsemail/project.xml
URL: 
http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/commonsemail/project.xml?rev=426808&r1=426807&r2=426808&view=diff
==============================================================================
--- jakarta/turbine/fulcrum/trunk/commonsemail/project.xml (original)
+++ jakarta/turbine/fulcrum/trunk/commonsemail/project.xml Sat Jul 29 07:27:55 
2006
@@ -8,7 +8,7 @@
   
   <dependencies>
     <dependency>
-        <groupId>activation</groupId>
+        <groupId>javax.activation</groupId>
         <artifactId>activation</artifactId>
         <version>1.0.2</version>
         <url>http://java.sun.com/products/javabeans/glasgow/jaf.html</url>
@@ -24,14 +24,14 @@
     <dependency>
         <groupId>commons-lang</groupId>
         <artifactId>commons-lang</artifactId>
-        <version>2.0</version>
+        <version>2.1</version>
         <url>http://jakarta.apache.org/commons/lang.html</url>
         <properties/>
     </dependency>
     <dependency>
-        <groupId>javamail</groupId>
-        <artifactId>javamail</artifactId>
-        <version>1.3.2</version>
+        <groupId>javax.mail</groupId>
+        <artifactId>mail</artifactId>
+        <version>1.3.3</version>
         <url>http://java.sun.com/products/javamail/</url>
         <properties/>
     </dependency>  

Modified: jakarta/turbine/fulcrum/trunk/configuration/impl/project.xml
URL: 
http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/configuration/impl/project.xml?rev=426808&r1=426807&r2=426808&view=diff
==============================================================================
--- jakarta/turbine/fulcrum/trunk/configuration/impl/project.xml (original)
+++ jakarta/turbine/fulcrum/trunk/configuration/impl/project.xml Sat Jul 29 
07:27:55 2006
@@ -24,7 +24,7 @@
     <dependency>
       <groupId>commons-configuration</groupId>
       <artifactId>commons-configuration</artifactId>      
-      <version>1.1</version>
+      <version>1.2</version>
       <url>http://jakarta.apache.org/commons/configuration/index.html</url>
     </dependency>
     <dependency>
@@ -35,18 +35,18 @@
     <dependency>
       <groupId>commons-lang</groupId>      
       <artifactId>commons-lang</artifactId>      
-      <version>2.0</version>
+      <version>2.1</version>
     </dependency>
     <dependency>
       <groupId>commons-logging</groupId>      
       <artifactId>commons-logging</artifactId>      
-      <version>1.0.3</version>
+      <version>1.0.4</version>
       <url>http://jakarta.apache.org/commons/logging.html</url>
     </dependency>     
     <dependency>
       <groupId>dom4j</groupId>      
       <artifactId>dom4j</artifactId>      
-      <version>1.4</version> 
+      <version>1.6.1</version> 
     </dependency>
      
     <!--  Needed only for testing -->

Modified: jakarta/turbine/fulcrum/trunk/crypto/project.xml
URL: 
http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/crypto/project.xml?rev=426808&r1=426807&r2=426808&view=diff
==============================================================================
--- jakarta/turbine/fulcrum/trunk/crypto/project.xml (original)
+++ jakarta/turbine/fulcrum/trunk/crypto/project.xml Sat Jul 29 07:27:55 2006
@@ -17,9 +17,9 @@
   <dependencies>
     
    <dependency>
-      <groupId>javamail</groupId>
-      <artifactId>javamail</artifactId>
-      <version>1.3.2</version>
+      <groupId>javax.mail</groupId>
+      <artifactId>mail</artifactId>
+      <version>1.3.3</version>
       <url>http://java.sun.com/products/javamail/</url>
     </dependency>
     

Modified: jakarta/turbine/fulcrum/trunk/dvsl/project.xml
URL: 
http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/dvsl/project.xml?rev=426808&r1=426807&r2=426808&view=diff
==============================================================================
--- jakarta/turbine/fulcrum/trunk/dvsl/project.xml (original)
+++ jakarta/turbine/fulcrum/trunk/dvsl/project.xml Sat Jul 29 07:27:55 2006
@@ -27,12 +27,12 @@
     <dependency>
       <groupId>dom4j</groupId>
       <artifactId>dom4j</artifactId>
-      <version>1.4</version>
+      <version>1.6.1</version>
     </dependency>
     <dependency>
       <groupId>jaxen</groupId>
       <artifactId>jaxen</artifactId>
-      <version>1.0-FCS-full</version>
+      <version>1.1-beta-6</version>
     </dependency>    
     <dependency>
       <groupId>velocity</groupId>

Modified: jakarta/turbine/fulcrum/trunk/groovy/project.xml
URL: 
http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/groovy/project.xml?rev=426808&r1=426807&r2=426808&view=diff
==============================================================================
--- jakarta/turbine/fulcrum/trunk/groovy/project.xml (original)
+++ jakarta/turbine/fulcrum/trunk/groovy/project.xml Sat Jul 29 07:27:55 2006
@@ -10,7 +10,7 @@
     <dependency>
       <groupId>commons-lang</groupId>
       <artifactId>commons-lang</artifactId>
-      <version>2.0</version>
+      <version>2.1</version>
     </dependency>
 
     <dependency>
@@ -22,7 +22,7 @@
     <dependency>
       <groupId>groovy</groupId>
       <artifactId>groovy-all</artifactId>
-      <version>1.0-jsr-04</version>
+      <version>1.0-jsr-05</version>
     </dependency>
 
     <!--  Needed only for testing -->

Modified: jakarta/turbine/fulcrum/trunk/intake/project.xml
URL: 
http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/intake/project.xml?rev=426808&r1=426807&r2=426808&view=diff
==============================================================================
--- jakarta/turbine/fulcrum/trunk/intake/project.xml (original)
+++ jakarta/turbine/fulcrum/trunk/intake/project.xml Sat Jul 29 07:27:55 2006
@@ -42,17 +42,17 @@
     <dependency>
       <groupId>commons-lang</groupId>
       <artifactId>commons-lang</artifactId>
-      <version>2.0</version>
+      <version>2.1</version>
     </dependency>     
     <dependency>
       <groupId>commons-logging</groupId>    
       <artifactId>commons-logging</artifactId>
-      <version>1.0.3</version>
+      <version>1.0.4</version>
     </dependency>
     <dependency>
       <groupId>commons-pool</groupId>    
       <artifactId>commons-pool</artifactId>
-      <version>1.0</version>
+      <version>1.3</version>
     </dependency>    
     <dependency>
       <groupId>oro</groupId>    

Modified: jakarta/turbine/fulcrum/trunk/localization/project.xml
URL: 
http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/localization/project.xml?rev=426808&r1=426807&r2=426808&view=diff
==============================================================================
--- jakarta/turbine/fulcrum/trunk/localization/project.xml (original)
+++ jakarta/turbine/fulcrum/trunk/localization/project.xml Sat Jul 29 07:27:55 
2006
@@ -20,12 +20,12 @@
     <dependency>
       <groupId>commons-lang</groupId>
       <artifactId>commons-lang</artifactId>
-      <version>2.0</version>
+      <version>2.1</version>
     </dependency> 
     <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
-      <version>1.0.3</version>
+      <version>1.0.4</version>
       <url>http://jakarta.apache.org/commons/logging.html</url>
     </dependency>
     

Modified: jakarta/turbine/fulcrum/trunk/osworkflow/example/project.xml
URL: 
http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/osworkflow/example/project.xml?rev=426808&r1=426807&r2=426808&view=diff
==============================================================================
--- jakarta/turbine/fulcrum/trunk/osworkflow/example/project.xml (original)
+++ jakarta/turbine/fulcrum/trunk/osworkflow/example/project.xml Sat Jul 29 
07:27:55 2006
@@ -41,7 +41,7 @@
     <dependency>
       <groupId>turbine</groupId>
       <artifactId>turbine</artifactId>
-      <version>2.3.1</version>
+      <version>2.3.2</version>
       <url>http://jakarta.apache.org/turbine/</url>
       <properties>        
         <war.bundle>true</war.bundle>
@@ -151,7 +151,7 @@
     <dependency>
       <groupId>commons-configuration</groupId>
       <artifactId>commons-configuration</artifactId>
-      <version>1.1</version>
+      <version>1.2</version>
       
<url>http://jakarta.apache.org/commons/sandbox/configuration/index.html</url>
       <properties>        
         <war.bundle>true</war.bundle>
@@ -188,7 +188,7 @@
     <dependency>
       <groupId>commons-lang</groupId>
       <artifactId>commons-lang</artifactId>
-      <version>2.0</version>
+      <version>2.1</version>
       <url>http://jakarta.apache.org/commons/lang.html</url>
       <properties>        
         <war.bundle>true</war.bundle>
@@ -197,7 +197,7 @@
     <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
-      <version>1.0.3</version>
+      <version>1.0.4</version>
       <url>http://jakarta.apache.org/commons/logging.html</url>
       <properties>        
         <war.bundle>true</war.bundle>
@@ -206,7 +206,7 @@
     <dependency>
       <groupId>commons-pool</groupId>
       <artifactId>commons-pool</artifactId>
-      <version>1.0</version>
+      <version>1.3</version>
       <url>http://jakarta.apache.org/commons/pool/</url>
       <properties>        
         <war.bundle>true</war.bundle>
@@ -216,7 +216,7 @@
     <dependency>
       <groupId>dom4j</groupId>
       <artifactId>dom4j</artifactId>
-      <version>1.4</version>
+      <version>1.6.1</version>
       <url>http://www.dom4j.org/</url>
       <properties>        
         <war.bundle>true</war.bundle>
@@ -277,7 +277,7 @@
       </properties>
     </dependency>    
     <dependency>
-      <groupId>activation</groupId>
+      <groupId>javax.activation</groupId>
       <artifactId>activation</artifactId>
       <version>1.0.2</version>
       <url>http://java.sun.com/products/javabeans/glasgow/jaf.html</url>
@@ -286,9 +286,9 @@
       </properties>      
     </dependency>
     <dependency>
-      <groupId>javamail</groupId>
-      <artifactId>javamail</artifactId>
-      <version>1.3.2</version>
+      <groupId>javax.mail</groupId>
+      <artifactId>mail</artifactId>
+      <version>1.3.3</version>
       <url>http://java.sun.com/products/javamail/</url>
       <properties>        
         <war.bundle>true</war.bundle>
@@ -342,7 +342,7 @@
     <dependency>
       <groupId>stratum</groupId>
       <artifactId>stratum</artifactId>
-      <version>1.0-b3</version>
+      <version>1.0</version>
       <url>http://jakarta.apache.org/turbine/stratum/</url>
       <properties>        
         <war.bundle>true</war.bundle>
@@ -351,7 +351,7 @@
     <dependency>
       <groupId>torque</groupId>
       <artifactId>torque</artifactId>
-      <version>3.1</version>
+      <version>3.2</version>
       <url>http://db.apache.org/torque/</url>
       <properties>        
         <war.bundle>true</war.bundle>
@@ -369,7 +369,7 @@
     <dependency>
       <groupId>village</groupId>
       <artifactId>village</artifactId>
-      <version>2.0-dev-20030825</version>
+      <version>2.0</version>
       <url>http://share.whichever.com/index.php?SCREEN=village</url>
       <properties>        
         <war.bundle>true</war.bundle>

Modified: jakarta/turbine/fulcrum/trunk/osworkflow/project.xml
URL: 
http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/osworkflow/project.xml?rev=426808&r1=426807&r2=426808&view=diff
==============================================================================
--- jakarta/turbine/fulcrum/trunk/osworkflow/project.xml (original)
+++ jakarta/turbine/fulcrum/trunk/osworkflow/project.xml Sat Jul 29 07:27:55 
2006
@@ -23,7 +23,7 @@
     <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
-      <version>1.0.3</version>
+      <version>1.0.4</version>
     </dependency>   
     <dependency>
       <groupId>opensymphony</groupId>
@@ -48,7 +48,7 @@
     </dependency-->    
      
     <dependency>
-      <groupId>activation</groupId>
+      <groupId>javax.activation</groupId>
       <artifactId>activation</artifactId>      
       <version>1.0.2</version>
       <url>http://java.sun.com/products/javabeans/glasgow/jaf.html</url>

Modified: jakarta/turbine/fulcrum/trunk/project.xml
URL: 
http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/project.xml?rev=426808&r1=426807&r2=426808&view=diff
==============================================================================
--- jakarta/turbine/fulcrum/trunk/project.xml (original)
+++ jakarta/turbine/fulcrum/trunk/project.xml Sat Jul 29 07:27:55 2006
@@ -132,6 +132,16 @@
       </roles>
       <timezone>+10</timezone>
     </developer>
+    <developer>
+      <name>Thomas Vandahl</name>
+      <id>tv</id>
+      <email>[EMAIL PROTECTED]</email>
+      <organization>TeWiSoft GmbH</organization>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+      <timezone>+1</timezone>
+    </developer>
   </developers>
   <contributors>
     <contributor>
@@ -143,7 +153,7 @@
       </roles>
     </contributor>
     <contributor>
-       <name>J&#252;rgen Hoffmann</name>
+       <name>Jürgen Hoffmann</name>
        <email>[EMAIL PROTECTED]</email>
        <organization></organization>
        <roles>
@@ -183,16 +193,6 @@
        </roles>
     </contributor>
     <contributor>
-      <name>Thomas Vandahl</name>
-      <id>tv</id>
-      <email>[EMAIL PROTECTED]</email>
-      <organization>TeWiSoft GmbH</organization>
-      <roles>
-        <role>Developer</role>
-      </roles>
-      <timezone>+1</timezone>
-    </contributor>
-    <contributor>
       <name>Ronald</name>
       <email>[EMAIL PROTECTED]</email>
       <roles>
@@ -230,28 +230,7 @@
      |
      -->
 
-    <!--dependency>
-      <groupId>excalibur-component</groupId>
-      <artifactId>excalibur-component</artifactId>
-      <version>1.1</version>
-      <url>http://excalibur.apache.org/</url>
-    </dependency>
-
-    <dependency>
-      <groupId>excalibur-instrument</groupId>
-      <artifactId>excalibur-instrument</artifactId>
-      <version>1.0</version>
-      <url>http://excalibur.apache.org/</url>
-    </dependency>
-
-    <dependency>
-      <groupId>excalibur-logger</groupId>
-      <artifactId>excalibur-logger</artifactId>
-      <version>1.1</version>
-      <url>http://excalibur.apache.org/</url>
-    </dependency>
-
-    <dependency>
+    <!-- dependency>
       <groupId>commons-collections</groupId>
       <artifactId>commons-collections</artifactId>
       <version>3.1</version>
@@ -266,13 +245,6 @@
     </dependency>
 
     <dependency>
-      <groupId>excalibur-pool</groupId>
-      <artifactId>excalibur-pool-api</artifactId>
-      <version>2.0.0</version>
-      <url>http://excalibur.apache.org/</url>
-    </dependency>
-
-    <dependency>
       <groupId>avalon-logkit</groupId>
       <artifactId>avalon-logkit</artifactId>
       <version>2.0.0</version>
@@ -383,8 +355,6 @@
     <report>maven-developer-activity-plugin</report>
     <report>maven-file-activity-plugin</report>
 
-
-
     <report>maven-multiproject-plugin</report>
     <report>maven-faq-plugin</report>
     <report>maven-pmd-plugin</report>
@@ -394,8 +364,6 @@
     <report>maven-jxr-plugin</report>
     <report>maven-junit-report-plugin</report>
     <report>maven-jcoverage-plugin</report>
-
-
   </reports>
 
 </project>

Modified: jakarta/turbine/fulcrum/trunk/quartz/project.xml
URL: 
http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/quartz/project.xml?rev=426808&r1=426807&r2=426808&view=diff
==============================================================================
--- jakarta/turbine/fulcrum/trunk/quartz/project.xml (original)
+++ jakarta/turbine/fulcrum/trunk/quartz/project.xml Sat Jul 29 07:27:55 2006
@@ -20,12 +20,12 @@
     <dependency>
       <groupId>commons-lang</groupId>
       <artifactId>commons-lang</artifactId>
-      <version>2.0</version>
+      <version>2.1</version>
     </dependency> 
     <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
-      <version>1.0.3</version>
+      <version>1.0.4</version>
     </dependency> 
           
     <dependency>

Modified: 
jakarta/turbine/fulcrum/trunk/security/adapters/opensymphony/project.xml
URL: 
http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/security/adapters/opensymphony/project.xml?rev=426808&r1=426807&r2=426808&view=diff
==============================================================================
--- jakarta/turbine/fulcrum/trunk/security/adapters/opensymphony/project.xml 
(original)
+++ jakarta/turbine/fulcrum/trunk/security/adapters/opensymphony/project.xml 
Sat Jul 29 07:27:55 2006
@@ -32,7 +32,7 @@
     <dependency>
       <groupId>opensymphony</groupId>
       <artifactId>osuser</artifactId>
-      <version>1.0-dev</version>         
+      <version>1.0-20060106</version>         
     </dependency>
     <dependency>
       <groupId>opensymphony</groupId>

Modified: jakarta/turbine/fulcrum/trunk/security/adapters/turbine/project.xml
URL: 
http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/security/adapters/turbine/project.xml?rev=426808&r1=426807&r2=426808&view=diff
==============================================================================
--- jakarta/turbine/fulcrum/trunk/security/adapters/turbine/project.xml 
(original)
+++ jakarta/turbine/fulcrum/trunk/security/adapters/turbine/project.xml Sat Jul 
29 07:27:55 2006
@@ -33,7 +33,7 @@
      <dependency>
        <groupId>commons-configuration</groupId>
        <artifactId>commons-configuration</artifactId>
-       <version>1.1</version>
+       <version>1.2</version>
      </dependency>       
 
          
@@ -43,7 +43,7 @@
     <dependency>
       <groupId>turbine</groupId>
       <artifactId>turbine</artifactId>
-      <version>2.3.1</version>
+      <version>2.3.2</version>
     </dependency>   
     <dependency>
       <groupId>xstream</groupId>
@@ -62,7 +62,7 @@
     <dependency>
       <groupId>torque</groupId>
       <artifactId>torque</artifactId>
-      <version>3.1</version>
+      <version>3.2</version>
       <url>http://db.apache.org/torque/</url>
     </dependency>    
 

Modified: jakarta/turbine/fulcrum/trunk/security/hibernate/project.xml
URL: 
http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/security/hibernate/project.xml?rev=426808&r1=426807&r2=426808&view=diff
==============================================================================
--- jakarta/turbine/fulcrum/trunk/security/hibernate/project.xml (original)
+++ jakarta/turbine/fulcrum/trunk/security/hibernate/project.xml Sat Jul 29 
07:27:55 2006
@@ -17,16 +17,6 @@
     </dependency>  
     
     <dependency>
-      <groupId>commons-logging</groupId>
-      <artifactId>commons-logging</artifactId>
-      <version>1.0.3</version>
-    </dependency>      
-    <dependency>
-      <groupId>commons-lang</groupId>
-      <artifactId>commons-lang</artifactId>
-      <version>2.0</version>
-    </dependency>  
-    <dependency>
       <groupId>commons-collections</groupId>
       <artifactId>commons-collections</artifactId>
       <version>3.1</version>
@@ -62,7 +52,7 @@
        <dependency>
       <groupId>ehcache</groupId>      
       <artifactId>ehcache</artifactId>            
-      <version>0.7</version> 
+      <version>1.2beta4</version> 
       <url>http://ehcache.sf.net</url> 
     </dependency>             
     <dependency>
@@ -105,7 +95,7 @@
     <dependency>
        <groupId>dom4j</groupId>      
        <artifactId>dom4j</artifactId>      
-       <version>1.4</version>
+       <version>1.6.1</version>
        <url>http://www.dom4j.org/</url>
     </dependency>                 
  

Modified: jakarta/turbine/fulcrum/trunk/security/project.xml
URL: 
http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/security/project.xml?rev=426808&r1=426807&r2=426808&view=diff
==============================================================================
--- jakarta/turbine/fulcrum/trunk/security/project.xml (original)
+++ jakarta/turbine/fulcrum/trunk/security/project.xml Sat Jul 29 07:27:55 2006
@@ -41,12 +41,12 @@
     <dependency>
       <groupId>commons-lang</groupId>    
       <artifactId>commons-lang</artifactId>
-      <version>2.0</version>
+      <version>2.1</version>
     </dependency>   
     <dependency>
       <groupId>commons-logging</groupId>    
       <artifactId>commons-logging</artifactId>
-      <version>1.0.3</version>
+      <version>1.0.4</version>
     </dependency>   
 
     <!--  Needed only for testing -->

Modified: jakarta/turbine/fulcrum/trunk/template/project.xml
URL: 
http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/template/project.xml?rev=426808&r1=426807&r2=426808&view=diff
==============================================================================
--- jakarta/turbine/fulcrum/trunk/template/project.xml (original)
+++ jakarta/turbine/fulcrum/trunk/template/project.xml Sat Jul 29 07:27:55 2006
@@ -8,7 +8,7 @@
     <dependency>
       <groupId>commons-configuration</groupId>
       <artifactId>commons-configuration</artifactId>
-      <version>1.1</version>
+      <version>1.2</version>
       <url>http://jakarta.apache.org/commons/configuration</url>
     </dependency>
     <dependency>
@@ -27,7 +27,7 @@
     <dependency>
       <groupId>commons-lang</groupId>
       <artifactId>commons-lang</artifactId>
-      <version>2.0</version>
+      <version>2.1</version>
       <url>http://jakarta.apache.org/commons/sandbox/email</url>
     </dependency>
     <dependency>
@@ -37,15 +37,15 @@
       <url>http://jakarta.apache.org/velocity</url>
     </dependency>
     <dependency>
-      <groupId>jaf</groupId>
+      <groupId>javax.activation</groupId>
       <artifactId>activation</artifactId>
       <version>1.0.2</version>
       <url>http://java.sun.com/products/javabeans/glasgow/jaf.html</url>
     </dependency>
     <dependency>
-      <groupId>javamail</groupId>
-      <artifactId>javamail</artifactId>
-      <version>1.3.2</version>
+      <groupId>javax.mail</groupId>
+      <artifactId>mail</artifactId>
+      <version>1.3.3</version>
       <url>http://java.sun.com/products/javamail/</url>
     </dependency>
     <!--  Needed only for testing -->



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to