You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2014/01/08 06:33:24 UTC

svn commit: r1556445 - /archiva/trunk/archiva-jetty/pom.xml

Author: olamy
Date: Wed Jan  8 05:33:24 2014
New Revision: 1556445

URL: http://svn.apache.org/r1556445
Log:
dependency needed

Modified:
    archiva/trunk/archiva-jetty/pom.xml

Modified: archiva/trunk/archiva-jetty/pom.xml
URL: http://svn.apache.org/viewvc/archiva/trunk/archiva-jetty/pom.xml?rev=1556445&r1=1556444&r2=1556445&view=diff
==============================================================================
--- archiva/trunk/archiva-jetty/pom.xml (original)
+++ archiva/trunk/archiva-jetty/pom.xml Wed Jan  8 05:33:24 2014
@@ -86,6 +86,11 @@
       <artifactId>tomcat-jdbc</artifactId>
       <scope>runtime</scope>
     </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>tomcat-juli</artifactId>
+      <scope>runtime</scope>
+    </dependency>
   </dependencies>
   <build>
     <plugins>