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/02/04 22:31:18 UTC

svn commit: r1067291 - /camel/trunk/components/camel-web/pom.xml

Author: hadrian
Date: Fri Feb  4 21:31:17 2011
New Revision: 1067291

URL: http://svn.apache.org/viewvc?rev=1067291&view=rev
Log:
Fix broken build due to missing dependency

Modified:
    camel/trunk/components/camel-web/pom.xml

Modified: camel/trunk/components/camel-web/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-web/pom.xml?rev=1067291&r1=1067290&r2=1067291&view=diff
==============================================================================
--- camel/trunk/components/camel-web/pom.xml (original)
+++ camel/trunk/components/camel-web/pom.xml Fri Feb  4 21:31:17 2011
@@ -146,6 +146,10 @@
         <!-- log4j needed by mvn jetty:run -->
         <dependency>
             <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
             <artifactId>slf4j-log4j12</artifactId>
         </dependency>
         <dependency>
@@ -251,7 +255,7 @@
                         </systemProperty>
                     </systemProperties>
                     <!--
-                                        <scanIntervalSeconds>10</scanIntervalSeconds>
+                    <scanIntervalSeconds>10</scanIntervalSeconds>
                     -->
                 </configuration>
             </plugin>
@@ -292,9 +296,6 @@
                             <goal>javadoc</goal>
                         </goals>
                         <phase>package</phase>
-                        <!--
-                                    <phase>compile</phase>
-                        -->
                     </execution>
                 </executions>
 
@@ -318,10 +319,10 @@
                             <version>${jersey-version}</version>
                         </docletArtifact>
                         <!--
-                                  Also specify jersey and xerces as doclet artifacts as the
-                                  ResourceDoclet uses classes provided by them to generate the
-                                  resourcedoc.
-                              -->
+                            Also specify jersey and xerces as doclet artifacts as the
+                            ResourceDoclet uses classes provided by them to generate the
+                            resourcedoc.
+                        -->
                         <docletArtifact>
                             <groupId>com.sun.jersey</groupId>
                             <artifactId>jersey-server</artifactId>