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 2023/07/17 07:48:27 UTC

[camel] 01/04: Remove old tomcat7 maven plugin not in use

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.git

commit 9fff8bdb14e4eb7fdaa20de23b6e642a78ff3c87
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Jul 17 09:32:03 2023 +0200

    Remove old tomcat7 maven plugin not in use
---
 parent/pom.xml | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index bc027186230..080a573003d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -3104,15 +3104,6 @@
                     <artifactId>depends-maven-plugin</artifactId>
                     <version>1.2</version>
                 </plugin>
-                <plugin>
-                    <groupId>org.apache.tomcat.maven</groupId>
-                    <artifactId>tomcat7-maven-plugin</artifactId>
-                    <version>2.1</version>
-                    <configuration>
-                        <path>/</path>
-                        <useSeparateTomcatClassLoader>true</useSeparateTomcatClassLoader>
-                    </configuration>
-                </plugin>
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>build-helper-maven-plugin</artifactId>