Author: tv
Date: Sun Jun 21 18:49:06 2009
New Revision: 787065

URL: http://svn.apache.org/viewvc?rev=787065&view=rev
Log:
Update dependencies

Modified:
    turbine/core/trunk/pom.xml

Modified: turbine/core/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/turbine/core/trunk/pom.xml?rev=787065&r1=787064&r2=787065&view=diff
==============================================================================
--- turbine/core/trunk/pom.xml (original)
+++ turbine/core/trunk/pom.xml Sun Jun 21 18:49:06 2009
@@ -17,13 +17,6 @@
    limitations under the License.
 
 -->
-<!--
-Note: While this pom includes many of the elements required in order to build
-the project, maven 1 is the only supported build system for turbine.
-
-This pom is provided to make it easier for projects built with maven 2 to use
-turbine.
--->
 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
   <modelVersion>4.0.0</modelVersion>
   <parent>
@@ -934,7 +927,7 @@
     <dependency>
       <groupId>org.apache.fulcrum</groupId>
       <artifactId>fulcrum-factory</artifactId>
-      <version>1.0.4-SNAPSHOT</version>
+      <version>1.0.4</version>
       <type>jar</type>
     </dependency>
     <dependency>
@@ -1034,7 +1027,7 @@
     <dependency>
       <groupId>org.apache.velocity</groupId>
       <artifactId>velocity</artifactId>
-      <version>1.6.1</version>
+      <version>1.6.2</version>
       <type>jar</type>
     </dependency>
     <dependency>
@@ -1054,13 +1047,6 @@
       </exclusions>
     </dependency>
     <dependency>
-      <groupId>xmlrpc</groupId>
-      <artifactId>xmlrpc</artifactId>
-      <version>2.0</version>
-      <type>jar</type>
-      <optional>true</optional>
-    </dependency>
-    <dependency>
       <groupId>com.thoughtworks.xstream</groupId>
       <artifactId>xstream</artifactId>
       <version>1.3</version>


Reply via email to