You are viewing a plain text version of this content. The canonical link for it is here.
Posted to doxia-commits@maven.apache.org by jv...@apache.org on 2006/02/07 06:46:35 UTC

svn commit: r375496 - /maven/doxia/trunk/doxia-core/pom.xml

Author: jvanzyl
Date: Mon Feb  6 21:46:33 2006
New Revision: 375496

URL: http://svn.apache.org/viewcvs?rev=375496&view=rev
Log:
o plexus container is a compile/runtime dep

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

Modified: maven/doxia/trunk/doxia-core/pom.xml
URL: http://svn.apache.org/viewcvs/maven/doxia/trunk/doxia-core/pom.xml?rev=375496&r1=375495&r2=375496&view=diff
==============================================================================
--- maven/doxia/trunk/doxia-core/pom.xml (original)
+++ maven/doxia/trunk/doxia-core/pom.xml Mon Feb  6 21:46:33 2006
@@ -50,7 +50,6 @@
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-container-default</artifactId>
       <version>1.0-alpha-8</version>
-      <scope>test</scope>
     </dependency>
   </dependencies>
 </project>