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/06/09 19:40:59 UTC

[camel-spring-boot] branch main updated (d467d7e9b76 -> fd9f68ec9f3)

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


    from d467d7e9b76 Regen
     new e3dd0753b3d Upgrade maven plugins
     new fd9f68ec9f3 Remove hadoop stuff not in use

The 2 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:
 pom.xml                              | 11 +++++------
 tooling/camel-starter-parent/pom.xml | 32 --------------------------------
 2 files changed, 5 insertions(+), 38 deletions(-)


[camel-spring-boot] 02/02: Remove hadoop stuff 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-spring-boot.git

commit fd9f68ec9f3b5f50eac5338a07126244023d9fad
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Jun 9 21:39:20 2023 +0200

    Remove hadoop stuff not in use
---
 pom.xml                              |  1 -
 tooling/camel-starter-parent/pom.xml | 32 --------------------------------
 2 files changed, 33 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4a1c1ee3f5b..727c8acba8d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,7 +121,6 @@
         <avro-version>1.11.0</avro-version>
         <glassfish-jaxb-runtime-version>${jakarta-jaxb-version}</glassfish-jaxb-runtime-version>
         <groovy-version>4.0.12</groovy-version>
-        <hadoop2-version>2.10.0</hadoop2-version>
         <jakarta-jaxb-version>4.0.0</jakarta-jaxb-version>
         <jaxb-version>2.3.0</jaxb-version>
         <jetty9-version>9.4.45.v20220203</jetty9-version>
diff --git a/tooling/camel-starter-parent/pom.xml b/tooling/camel-starter-parent/pom.xml
index 4f329b0cbbf..efd4ba101c7 100644
--- a/tooling/camel-starter-parent/pom.xml
+++ b/tooling/camel-starter-parent/pom.xml
@@ -65,38 +65,6 @@
                 <scope>import</scope>
             </dependency>
 
-            <!-- Forcing Hadoop in starters -->
-            <dependency>
-                <groupId>org.apache.hadoop</groupId>
-                <artifactId>hadoop-common</artifactId>
-                <version>${hadoop2-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.hadoop</groupId>
-                <artifactId>hadoop-auth</artifactId>
-                <version>${hadoop2-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.hadoop</groupId>
-                <artifactId>hadoop-mapreduce-client-core</artifactId>
-                <version>${hadoop2-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.hadoop</groupId>
-                <artifactId>hadoop-yarn-common</artifactId>
-                <version>${hadoop2-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.hadoop</groupId>
-                <artifactId>hadoop-annotations</artifactId>
-                <version>${hadoop2-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.hadoop</groupId>
-                <artifactId>hadoop-hdfs</artifactId>
-                <version>${hadoop2-version}</version>
-            </dependency>
-
             <!-- Netty cannot be forced at the moment -->
 
             <!--<dependency>-->


[camel-spring-boot] 01/02: Upgrade maven plugins

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

commit e3dd0753b3d5f7af720e405ddf332e4b4f927398
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Jun 9 21:37:43 2023 +0200

    Upgrade maven plugins
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1fe3feb0749..4a1c1ee3f5b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,19 +120,19 @@
         <asciidoctorj-version>2.5.5</asciidoctorj-version>
         <avro-version>1.11.0</avro-version>
         <glassfish-jaxb-runtime-version>${jakarta-jaxb-version}</glassfish-jaxb-runtime-version>
-        <groovy-version>4.0.9</groovy-version>
+        <groovy-version>4.0.12</groovy-version>
         <hadoop2-version>2.10.0</hadoop2-version>
         <jakarta-jaxb-version>4.0.0</jakarta-jaxb-version>
         <jaxb-version>2.3.0</jaxb-version>
         <jetty9-version>9.4.45.v20220203</jetty9-version>
-        <maven-compiler-plugin-version>3.10.1</maven-compiler-plugin-version>
-        <maven-javadoc-plugin-version>3.2.0</maven-javadoc-plugin-version>
-        <maven-surefire-plugin-version>3.0.0-M4</maven-surefire-plugin-version>
+        <maven-compiler-plugin-version>3.11.0</maven-compiler-plugin-version>
+        <maven-javadoc-plugin-version>3.4.1</maven-javadoc-plugin-version>
+        <maven-surefire-plugin-version>3.1.0</maven-surefire-plugin-version>
         <mycila-license-version>3.0</mycila-license-version>
         <springdoc-version>1.6.6</springdoc-version>
         <surefire.version>${maven-surefire-plugin-version}</surefire.version>
         <swagger-parser-v3-version>2.1.10</swagger-parser-v3-version>
-	<cyclonedx-maven-plugin-version>2.7.9</cyclonedx-maven-plugin-version>
+	    <cyclonedx-maven-plugin-version>2.7.9</cyclonedx-maven-plugin-version>
     </properties>