You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by js...@apache.org on 2007/08/13 13:33:26 UTC

svn commit: r565313 - /activemq/camel/trunk/components/camel-spring/pom.xml

Author: jstrachan
Date: Mon Aug 13 04:33:25 2007
New Revision: 565313

URL: http://svn.apache.org/viewvc?view=rev&rev=565313
Log:
fixed dependency (that should be transient & found) so that mvn site works

Modified:
    activemq/camel/trunk/components/camel-spring/pom.xml

Modified: activemq/camel/trunk/components/camel-spring/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-spring/pom.xml?view=diff&rev=565313&r1=565312&r2=565313
==============================================================================
--- activemq/camel/trunk/components/camel-spring/pom.xml (original)
+++ activemq/camel/trunk/components/camel-spring/pom.xml Mon Aug 13 04:33:25 2007
@@ -191,6 +191,11 @@
             <artifactId>maven-xsddoc-plugin</artifactId>
             <version>1.0</version>
           </dependency>
+          <dependency>
+            <groupId>xsddoc</groupId>
+            <artifactId>xsddoc</artifactId>
+            <version>1.0</version>
+          </dependency>
         </dependencies>
       </plugin>