File pom.patch of Package slf4j
Index: slf4j-ext/pom.xml
===================================================================
--- slf4j-ext/pom.xml.orig
+++ slf4j-ext/pom.xml
@@ -32,6 +32,7 @@
<dependency>
<groupId>ch.qos.cal10n</groupId>
<artifactId>cal10n-api</artifactId>
+ <version>0.7.2</version>
</dependency>
<dependency>
<groupId>javassist</groupId>
@@ -102,4 +103,4 @@
</plugins>
</reporting>
-</project>
\ No newline at end of file
+</project>
Index: pom.xml
===================================================================
--- pom.xml.orig
+++ pom.xml
@@ -121,20 +121,6 @@
</excludes>
</configuration>
</plugin>
-<!--
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-source-plugin</artifactId>
- <executions>
- <execution>
- <phase>package</phase>
- <goals>
- <goal>jar</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
--->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -179,7 +165,7 @@
<!-- as suggested in http://bugzilla.slf4j.org/show_bug.cgi?id=152 -->
- <plugin>
+<!-- <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<executions>
@@ -190,7 +176,7 @@
</goals>
</execution>
</executions>
- </plugin>
+ </plugin>-->
</plugins>
</build>
Index: slf4j-api/pom.xml
===================================================================
--- slf4j-api/pom.xml.orig
+++ slf4j-api/pom.xml
@@ -63,7 +63,7 @@
</executions>
</plugin>
- <plugin>
+<!-- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
@@ -80,7 +80,7 @@
<delete dir="target/classes/org/slf4j/impl"/>
</tasks>
</configuration>
- </plugin>
+ </plugin>-->
</plugins>