You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ha...@apache.org on 2011/03/09 01:48:01 UTC

svn commit: r1079622 - /camel/trunk/tooling/maven/maven-html-to-pdf/pom.xml

Author: hadrian
Date: Wed Mar  9 00:48:00 2011
New Revision: 1079622

URL: http://svn.apache.org/viewvc?rev=1079622&view=rev
Log:
CAMEL-3770. Add missing dependencies that caused the plugin to fail on download

Modified:
    camel/trunk/tooling/maven/maven-html-to-pdf/pom.xml

Modified: camel/trunk/tooling/maven/maven-html-to-pdf/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tooling/maven/maven-html-to-pdf/pom.xml?rev=1079622&r1=1079621&r2=1079622&view=diff
==============================================================================
--- camel/trunk/tooling/maven/maven-html-to-pdf/pom.xml (original)
+++ camel/trunk/tooling/maven/maven-html-to-pdf/pom.xml Wed Mar  9 00:48:00 2011
@@ -43,6 +43,13 @@
       <artifactId>plexus-utils</artifactId>
       <version>1.5.6</version>
     </dependency>
-
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+    </dependency>
   </dependencies>
 </project>