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:26 UTC

[camel] branch main updated (e9b038cbc77 -> 381237ea953)

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    from e9b038cbc77 CAMEL-19465 - Move Apache snapshots repository to a separate Maven (#10694)
     new 9fff8bdb14e Remove old tomcat7 maven plugin not in use
     new 7a96bedc379 Remove org.jvnet.jaxb2.maven2:maven-jaxb2-plugin not in use
     new 2bb624c9ef0 Upgrade gmavenplus-plugin 3.0.0
     new 381237ea953 Remove depends-maven-plugin not in use

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 parent/pom.xml | 51 +--------------------------------------------------
 1 file changed, 1 insertion(+), 50 deletions(-)


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

Posted by da...@apache.org.
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>


[camel] 04/04: Remove depends-maven-plugin not in use

Posted by da...@apache.org.
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 381237ea953be592a01182e06082f9e19b9a5403
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Jul 17 09:40:03 2023 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 0ddba02d2e8..f4ad02afcef 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -127,7 +127,6 @@
         <datasonnet-mapper-version>2.5.2-jakarta4</datasonnet-mapper-version>
         <debezium-version>2.3.0.Final</debezium-version>
         <debezium-mysql-connector-version>8.0.33</debezium-mysql-connector-version>
-        <depends-maven-plugin-version>1.4.0</depends-maven-plugin-version>
         <derby-version>10.14.2.0</derby-version>
         <digitalocean-api-client-version>2.17</digitalocean-api-client-version>
         <directory-watcher-version>0.18.0</directory-watcher-version>
@@ -3099,11 +3098,6 @@
                     <artifactId>maven-surefire-report-plugin</artifactId>
                     <version>${maven-surefire-report-plugin-version}</version>
                 </plugin>
-                <plugin>
-                    <groupId>org.apache.servicemix.tooling</groupId>
-                    <artifactId>depends-maven-plugin</artifactId>
-                    <version>1.2</version>
-                </plugin>
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>build-helper-maven-plugin</artifactId>


[camel] 03/04: Upgrade gmavenplus-plugin 3.0.0

Posted by da...@apache.org.
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 2bb624c9ef0279d555632360f224b89e65952bf8
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Jul 17 09:39:18 2023 +0200

    Upgrade gmavenplus-plugin 3.0.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index ead43671417..0ddba02d2e8 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -173,7 +173,7 @@
         <jakarta-json-bind-api-version>3.0.0</jakarta-json-bind-api-version>
         <jakarta-transaction-api-version>2.0.1</jakarta-transaction-api-version>
         <jakarta-jws-api-version>3.0.0</jakarta-jws-api-version>
-        <gmavenplus-plugin-version>2.1.0</gmavenplus-plugin-version>
+        <gmavenplus-plugin-version>3.0.0</gmavenplus-plugin-version>
         <google-auth-library-oauth2-http-version>1.7.0</google-auth-library-oauth2-http-version>
         <google-api-client-version>1.35.2</google-api-client-version>
         <google-api-services-drive-version>v2-rev20220110-1.32.1</google-api-services-drive-version>


[camel] 02/04: Remove org.jvnet.jaxb2.maven2:maven-jaxb2-plugin not in use

Posted by da...@apache.org.
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 7a96bedc379e7ea6c6020ef811fb954fd57831ac
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Jul 17 09:36:25 2023 +0200

    Remove org.jvnet.jaxb2.maven2:maven-jaxb2-plugin not in use
---
 parent/pom.xml | 34 ----------------------------------
 1 file changed, 34 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 080a573003d..ead43671417 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -3160,40 +3160,6 @@
                         <path>/</path>
                     </configuration>
                 </plugin>
-                <plugin>
-                    <groupId>org.jvnet.jaxb2.maven2</groupId>
-                    <artifactId>maven-jaxb2-plugin</artifactId>
-                    <version>0.8.3</version>
-                    <executions>
-                        <execution>
-                            <goals>
-                                <goal>generate</goal>
-                            </goals>
-                        </execution>
-                    </executions>
-                    <configuration>
-                        <strict>false</strict>
-                        <extension>true</extension>
-                        <args>
-                            <arg>-no-header</arg>
-                            <arg>-Xfluent-api</arg>
-                        </args>
-                        <plugins>
-                            <plugin>
-                                <groupId>net.java.dev.jaxb2-commons</groupId>
-                                <artifactId>jaxb-fluent-api</artifactId>
-                                <version>2.1.8</version>
-                            </plugin>
-                        </plugins>
-                    </configuration>
-                    <dependencies>
-                        <dependency>
-                            <groupId>xerces</groupId>
-                            <artifactId>xercesImpl</artifactId>
-                            <version>${xerces-version}</version>
-                        </dependency>
-                    </dependencies>
-                </plugin>
                 <plugin>
                     <groupId>${jetty-runner-groupId}</groupId>
                     <artifactId>jetty-maven-plugin</artifactId>