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

svn commit: r737352 - /camel/trunk/examples/camel-example-reportincident/pom.xml

Author: ningjiang
Date: Sat Jan 24 12:48:02 2009
New Revision: 737352

URL: http://svn.apache.org/viewvc?rev=737352&view=rev
Log:
Fixed the camel-example-reportincident jetty:run error 

Modified:
    camel/trunk/examples/camel-example-reportincident/pom.xml

Modified: camel/trunk/examples/camel-example-reportincident/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-reportincident/pom.xml?rev=737352&r1=737351&r2=737352&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-reportincident/pom.xml (original)
+++ camel/trunk/examples/camel-example-reportincident/pom.xml Sat Jan 24 12:48:02 2009
@@ -15,7 +15,7 @@
     <description>An example based on real life use case for reporting incidents using webservice that are transformed
         and send as emails to a backing system
     </description>
-    <packaging>war</packaging>
+    
 
     <dependencies>
         <dependency>
@@ -56,17 +56,11 @@
         </dependency>
 
         <!-- regular http transport -->
-        <!--dependency>
-            <groupId>org.apache.cxf</groupId>
-            <artifactId>cxf-rt-transports-http</artifactId>
-            <version>${cxf-version}</version>
-        </dependency-->
-        <!-- use jetty http transport if you use CXF in Jetty -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
-            <artifactId>cxf-rt-transports-http-jetty</artifactId>
+            <artifactId>cxf-rt-transports-http</artifactId>
             <version>${cxf-version}</version>
-        </dependency>
+        </dependency>       
 
         <!-- logging -->
         <dependency>
@@ -79,8 +73,7 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>${cxf-version}</version>
-            <scope>test</scope>
+            <version>${cxf-version}</version>            
         </dependency>
 
         <dependency>