You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by br...@apache.org on 2010/04/29 06:40:31 UTC

svn commit: r939188 - /continuum/trunk/continuum-webapp/pom.xml

Author: brett
Date: Thu Apr 29 04:40:30 2010
New Revision: 939188

URL: http://svn.apache.org/viewvc?rev=939188&view=rev
Log:
set to compile scope so that the commons-logging API is available to Javadoc

Modified:
    continuum/trunk/continuum-webapp/pom.xml

Modified: continuum/trunk/continuum-webapp/pom.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-webapp/pom.xml?rev=939188&r1=939187&r2=939188&view=diff
==============================================================================
--- continuum/trunk/continuum-webapp/pom.xml (original)
+++ continuum/trunk/continuum-webapp/pom.xml Thu Apr 29 04:40:30 2010
@@ -416,7 +416,6 @@ under the License.
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>jcl-over-slf4j</artifactId>
-      <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>com.atlassian.xmlrpc</groupId>