Author: hadrian
Date: Wed Sep 24 09:22:17 2008
New Revision: 698631

URL: http://svn.apache.org/viewvc?rev=698631&view=rev
Log:
Dependency fix and minor cleanup.

Modified:
    activemq/camel/trunk/tests/camel-itest/pom.xml
    activemq/camel/trunk/tests/camel-itest/src/test/resources/log4j.properties

Modified: activemq/camel/trunk/tests/camel-itest/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/camel/trunk/tests/camel-itest/pom.xml?rev=698631&r1=698630&r2=698631&view=diff
==============================================================================
--- activemq/camel/trunk/tests/camel-itest/pom.xml (original)
+++ activemq/camel/trunk/tests/camel-itest/pom.xml Wed Sep 24 09:22:17 2008
@@ -35,22 +35,36 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-core</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-core</artifactId>
+      <type>test-jar</type>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-jms</artifactId>
+      <scope>test</scope>
     </dependency>
     <dependency>
-       <groupId>org.apache.camel</groupId>
-       <artifactId>camel-spring</artifactId>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-spring</artifactId>
+      <scope>test</scope>
     </dependency>
     <dependency>
-       <groupId>org.apache.camel</groupId>
-       <artifactId>camel-cxf</artifactId>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-cxf</artifactId>
+      <scope>test</scope>
     </dependency>
     <dependency>
-       <groupId>org.apache.camel</groupId>
-       <artifactId>camel-jetty</artifactId>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-jetty</artifactId>
+      <scope>test</scope>
     </dependency>
 
-    <!-- testing -->
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
@@ -61,12 +75,6 @@
       <artifactId>activemq-core</artifactId>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>org.apache.camel</groupId>
-      <artifactId>camel-core</artifactId>
-      <type>test-jar</type>
-      <scope>test</scope>
-    </dependency>
      <dependency>
       <groupId>org.apache.xbean</groupId>
       <artifactId>xbean-spring</artifactId>
@@ -100,10 +108,7 @@
     </dependency>
   </dependencies>
 
-
-
   <build>
-
     <plugins>
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
@@ -116,25 +121,25 @@
        <artifactId>cxf-codegen-plugin</artifactId>
        <version>${cxf-version}</version>
        <executions>
-               <execution>
-                       <id>generate-sources</id>
-                       <phase>generate-sources</phase>
-                       <configuration>
-                           
<sourceRoot>${basedir}/target/generated/src/main/java</sourceRoot>
-                               <wsdlOptions>
-                                       <wsdlOption>
-                                               
<wsdl>${basedir}/src/main/resources/wsdl/CustomerService-1.0.0.wsdl</wsdl>
-                                       </wsdlOption>
-                                       <wsdlOption>
-                                               
<wsdl>${basedir}/src/main/resources/wsdl/hello_world.wsdl</wsdl>
-                                       </wsdlOption>
-                               </wsdlOptions>
-                       </configuration>
-                       <goals>
-                               <goal>wsdl2java</goal>
-                       </goals>
-               </execution>
-       </executions>
+         <execution>
+               <id>generate-sources</id>
+               <phase>generate-sources</phase>
+               <configuration>
+             <sourceRoot>${basedir}/target/generated/src/main/java</sourceRoot>
+               <wsdlOptions>
+                  <wsdlOption>
+                    
<wsdl>${basedir}/src/main/resources/wsdl/CustomerService-1.0.0.wsdl</wsdl>
+                  </wsdlOption>
+                <wsdlOption>
+                    
<wsdl>${basedir}/src/main/resources/wsdl/hello_world.wsdl</wsdl>
+                  </wsdlOption>
+                </wsdlOptions>
+               </configuration>
+              <goals>
+                <goal>wsdl2java</goal>
+              </goals>
+          </execution>
+        </executions>
       </plugin>
     </plugins>
   </build>

Modified: 
activemq/camel/trunk/tests/camel-itest/src/test/resources/log4j.properties
URL: 
http://svn.apache.org/viewvc/activemq/camel/trunk/tests/camel-itest/src/test/resources/log4j.properties?rev=698631&r1=698630&r2=698631&view=diff
==============================================================================
--- activemq/camel/trunk/tests/camel-itest/src/test/resources/log4j.properties 
(original)
+++ activemq/camel/trunk/tests/camel-itest/src/test/resources/log4j.properties 
Wed Sep 24 09:22:17 2008
@@ -18,7 +18,7 @@
 #
 # The logging properties used for eclipse testing, We want to see debug output 
on the console.
 #
-log4j.rootLogger=INFO, out
+log4j.rootLogger=WARN, out
 
 log4j.logger.org.springframework=WARN
 log4j.logger.org.apache.activemq=WARN


Reply via email to