You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/06/30 06:05:38 UTC

[camel-examples] 02/03: CAMEL-9627: camel-cxf splitup

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 <cl...@gmail.com>
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>