You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ct...@apache.org on 2009/05/27 13:53:59 UTC

svn commit: r779122 - in /continuum/branches/continuum-1.3.x: continuum-webapp/pom.xml pom.xml

Author: ctan
Date: Wed May 27 11:53:59 2009
New Revision: 779122

URL: http://svn.apache.org/viewvc?rev=779122&view=rev
Log:
added dependency to org.slf4j:jcl-over-slf4j to fix javadoc problem in webapp

Modified:
    continuum/branches/continuum-1.3.x/continuum-webapp/pom.xml
    continuum/branches/continuum-1.3.x/pom.xml

Modified: continuum/branches/continuum-1.3.x/continuum-webapp/pom.xml
URL: http://svn.apache.org/viewvc/continuum/branches/continuum-1.3.x/continuum-webapp/pom.xml?rev=779122&r1=779121&r2=779122&view=diff
==============================================================================
--- continuum/branches/continuum-1.3.x/continuum-webapp/pom.xml (original)
+++ continuum/branches/continuum-1.3.x/continuum-webapp/pom.xml Wed May 27 11:53:59 2009
@@ -446,6 +446,10 @@
       <scope>runtime</scope>
     </dependency>
     <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jcl-over-slf4j</artifactId>
+    </dependency>
+    <dependency>
       <groupId>com.atlassian.xmlrpc</groupId>
       <artifactId>atlassian-xmlrpc-binder-server-spring</artifactId>
       <scope>runtime</scope>

Modified: continuum/branches/continuum-1.3.x/pom.xml
URL: http://svn.apache.org/viewvc/continuum/branches/continuum-1.3.x/pom.xml?rev=779122&r1=779121&r2=779122&view=diff
==============================================================================
--- continuum/branches/continuum-1.3.x/pom.xml (original)
+++ continuum/branches/continuum-1.3.x/pom.xml Wed May 27 11:53:59 2009
@@ -86,7 +86,6 @@
             -postfixpackage -nodefontsize 9
             -nodefontpackagesize 7
           </additionalparam>
-          <excludePackageNames>*.validator</excludePackageNames>
         </configuration>
       </plugin>
       <plugin>