You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by tr...@apache.org on 2005/07/10 21:44:39 UTC

svn commit: r210028 - /maven/continuum/trunk/continuum-core/pom.xml

Author: trygvis
Date: Sun Jul 10 12:44:37 2005
New Revision: 210028

URL: http://svn.apache.org/viewcvs?rev=210028&view=rev
Log:
o Removing unused Werkflow dependency.

Modified:
    maven/continuum/trunk/continuum-core/pom.xml

Modified: maven/continuum/trunk/continuum-core/pom.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-core/pom.xml?rev=210028&r1=210027&r2=210028&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-core/pom.xml (original)
+++ maven/continuum/trunk/continuum-core/pom.xml Sun Jul 10 12:44:37 2005
@@ -21,6 +21,9 @@
     <dependency>
       <groupId>jpox</groupId>
       <artifactId>jpox</artifactId>
+      <version>1.1.0-beta-4-SNAPSHOT</version>
+      <!--
+      -->
     </dependency>
     <!--
      |
@@ -105,17 +108,6 @@
       <groupId>velocity</groupId>
       <artifactId>velocity</artifactId>
       <version>1.4</version>
-    </dependency>
-
-    <!--
-     |
-     | Werkflow
-     |
-     |-->
-    <dependency>
-      <groupId>plexus</groupId>
-      <artifactId>plexus-workflow</artifactId>
-      <version>1.0-alpha-1-SNAPSHOT</version>
     </dependency>
 
     <!--