]> source.dussan.org Git - archiva.git/commitdiff
fix jetty:run
authorBrett Porter <brett@apache.org>
Thu, 19 Jun 2008 07:46:51 +0000 (07:46 +0000)
committerBrett Porter <brett@apache.org>
Thu, 19 Jun 2008 07:46:51 +0000 (07:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@669410 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-webapp/pom.xml

index a7ca1eb3c9311b1a632d42396fcbbab62b5593ba..dabad3e9682bcc979c7bfcbc42b0fb9533c18fe4 100644 (file)
             <artifactId>derby</artifactId>
             <version>10.1.3.1</version>
           </dependency>
-          <!-- Enable the following if you want JSP 2.0 or JVM version < 1.5 <dependency>
+          <dependency>
+            <groupId>commons-logging</groupId>
+            <artifactId>commons-logging-api</artifactId>
+            <version>1.1</version>
+          </dependency>
+          <!-- Enable the following if you want JSP 2.0 or JVM version < 1.5 
+          <dependency>
             <groupId>commons-logging</groupId>
             <artifactId>commons-logging</artifactId>
             <version>1.1</version>