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 <[email protected]> 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>-->
