Author: davsclaus
Date: Mon Aug  2 12:53:35 2010
New Revision: 981492

URL: http://svn.apache.org/viewvc?rev=981492&view=rev
Log:
CAMEL-3018: Fixed building with maven 3. Thanks to Norman Mauer for patch.

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

Modified: camel/trunk/apache-camel/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/apache-camel/pom.xml?rev=981492&r1=981491&r2=981492&view=diff
==============================================================================
--- camel/trunk/apache-camel/pom.xml (original)
+++ camel/trunk/apache-camel/pom.xml Mon Aug  2 12:53:35 2010
@@ -318,10 +318,6 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
-      <artifactId>camel-snmp</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.camel</groupId>
       <artifactId>camel-spring</artifactId>
     </dependency>      
     <dependency>

Modified: camel/trunk/components/camel-web/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/camel-web/pom.xml?rev=981492&r1=981491&r2=981492&view=diff
==============================================================================
--- camel/trunk/components/camel-web/pom.xml (original)
+++ camel/trunk/components/camel-web/pom.xml Mon Aug  2 12:53:35 2010
@@ -826,16 +826,7 @@
                                        <optional>true</optional>
                                        <scope>provided</scope>
                                </dependency>
-                               <dependency>
-                                       <groupId>org.slf4j</groupId>
-                                       <artifactId>slf4j-api</artifactId>
-                                       <scope>provided</scope>
-                               </dependency>
-                               <dependency>
-                                       <groupId>org.slf4j</groupId>
-                                       <artifactId>slf4j-log4j12</artifactId>
-                                       <scope>provided</scope>
-                               </dependency>
+
 
                                <!--  Required jars in WEB-INF/lib folder -->
                                <dependency>

Modified: camel/trunk/parent/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=981492&r1=981491&r2=981492&view=diff
==============================================================================
--- camel/trunk/parent/pom.xml (original)
+++ camel/trunk/parent/pom.xml Mon Aug  2 12:53:35 2010
@@ -1086,13 +1086,6 @@
         <version>${httpcore4-version}</version>
       </dependency>
 
-      <!-- optional old http client -->
-      <dependency>
-         <groupId>commons-httpclient</groupId> 
-         <artifactId>commons-httpclient</artifactId>
-         <version>3.1</version>
-      </dependency>        
-
       <!-- optional scripting support -->
       <dependency>
         <groupId>org.codehaus.groovy</groupId>


Reply via email to