Blob Blame History Raw
diff -up ./modules/jsp-2.0/pom.xml.fix ./modules/jsp-2.0/pom.xml
--- ./modules/jsp-2.0/pom.xml.fix	2012-01-19 17:41:18.000000000 -0500
+++ ./modules/jsp-2.0/pom.xml	2012-01-19 17:43:44.000000000 -0500
@@ -26,7 +26,7 @@
                 <delete failonerror="false" includeemptydirs="true">
                  <fileset dir="../../lib/jsp-2.0">
                    <include name="slf4j-simple-${slf4j-version}.jar" />
-                   <include name="jcl104-over-slf4j-${slf4j-version}.jar" />
+                   <include name="slf4j-jcl-${slf4j-version}.jar" />
                    <include name="jasper-compiler-jdt-${jasper-version}.jar" />
                    <include name="commons-el-${commons-el-version}.jar" />
                    <include name="xercesImpl-${xerces-version}.jar" />
@@ -70,7 +70,7 @@
                 </artifactItem>
                 <artifactItem>
                   <groupId>org.slf4j</groupId>
-                  <artifactId>jcl104-over-slf4j</artifactId>
+                  <artifactId>slf4j-jcl</artifactId>
                   <version>${slf4j-version}</version>
                 </artifactItem>
                 <artifactItem>
@@ -130,7 +130,7 @@
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>
-      <artifactId>jcl104-over-slf4j</artifactId>
+      <artifactId>slf4j-jcl</artifactId>
       <version>${slf4j-version}</version>
       <scope>runtime</scope>
     </dependency>