Skip to content

Commit

Permalink
cxf proxy example
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/camel/trunk@1001412 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
davsclaus committed Sep 26, 2010
1 parent 8b2cc56 commit e6c3a61
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions examples/camel-example-cxf-proxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@
<artifactId>camel-http</artifactId>
</dependency>

<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-soap</artifactId>
</dependency>

<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-cxf</artifactId>
Expand All @@ -63,12 +58,12 @@
<artifactId>cxf-rt-core</artifactId>
<version>${cxf-version}</version>
</dependency>
<!-- used by the real web service -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
<version>${cxf-version}</version>
</dependency>

<!-- regular http transport -->
<dependency>
<groupId>org.apache.cxf</groupId>
Expand Down Expand Up @@ -143,14 +138,6 @@
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>${jetty-version}</version>
<configuration>
<connectors>
<connector implementation="org.eclipse.jetty.server.nio.SelectChannelConnector">
<port>9080</port>
<maxIdleTime>60000</maxIdleTime>
</connector>
</connectors>
</configuration>
</plugin>

</plugins>
Expand Down

0 comments on commit e6c3a61

Please sign in to comment.