You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2007/01/26 10:11:38 UTC

svn commit: r500192 - /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/pom.xml

Author: reinhard
Date: Fri Jan 26 01:11:37 2007
New Revision: 500192

URL: http://svn.apache.org/viewvc?view=rev&rev=500192
Log:
work around a Maven problem of resolving versions when they are only given as properties :-(

Modified:
    cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/pom.xml

Modified: cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/pom.xml?view=diff&rev=500192&r1=500191&r2=500192
==============================================================================
--- cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/pom.xml (original)
+++ cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/pom.xml Fri Jan 26 01:11:37 2007
@@ -153,6 +153,11 @@
       <version>2.0.2</version>
     </dependency>   
     <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-core</artifactId>
+      <version>2.0.2</version>
+    </dependency>   
+    <dependency>
       <groupId>xml-apis</groupId>
       <artifactId>xml-apis</artifactId>
       <version>1.3.02</version>