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 <claus.ib...@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>

Reply via email to