This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-examples.git
commit cdede533e7fa12d385eef7b2e4082cc4ab076d2f Author: Claus Ibsen <[email protected]> AuthorDate: Thu Jun 30 08:05:19 2022 +0200 CAMEL-9627: camel-cxf splitup --- examples/cxf-tomcat/pom.xml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/examples/cxf-tomcat/pom.xml b/examples/cxf-tomcat/pom.xml index 6b117aeb..676adde2 100644 --- a/examples/cxf-tomcat/pom.xml +++ b/examples/cxf-tomcat/pom.xml @@ -178,22 +178,4 @@ <!-- Test dependencies END --> </dependencies> - <profiles> - <profile> - <id>Tomcat7</id> - <activation> - <activeByDefault>true</activeByDefault> - </activation> - <properties> - <tomcat.url>http://localhost:8080/manager/text</tomcat.url> - </properties> - </profile> - <profile> - <id>Tomcat6</id> - <properties> - <tomcat.url>http://localhost:8080/manager</tomcat.url> - </properties> - </profile> - </profiles> - </project>
