You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ol...@apache.org on 2014/10/10 02:10:42 UTC

svn commit: r1630622 - /tomcat/sandbox/trunk-maven-layout/tomcat-extras-juli/pom.xml

Author: olamy
Date: Fri Oct 10 00:10:42 2014
New Revision: 1630622

URL: http://svn.apache.org/r1630622
Log:
missing dependency

Modified:
    tomcat/sandbox/trunk-maven-layout/tomcat-extras-juli/pom.xml

Modified: tomcat/sandbox/trunk-maven-layout/tomcat-extras-juli/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/sandbox/trunk-maven-layout/tomcat-extras-juli/pom.xml?rev=1630622&r1=1630621&r2=1630622&view=diff
==============================================================================
--- tomcat/sandbox/trunk-maven-layout/tomcat-extras-juli/pom.xml (original)
+++ tomcat/sandbox/trunk-maven-layout/tomcat-extras-juli/pom.xml Fri Oct 10 00:10:42 2014
@@ -38,6 +38,10 @@
             <groupId>commons-logging</groupId>
             <artifactId>commons-logging</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.apache.tomcat</groupId>
+            <artifactId>global-resources</artifactId>
+        </dependency>
     </dependencies>
 
     <build>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org