data-platform team mailing list archive
-
data-platform team
-
Mailing list archive
-
Message #00428
[Merge] soss/+source/hadoop:release-3.3.6-ubuntu6-commons-beanutils into soss/+source/hadoop:release-3.3.6-ubuntu6
Fabian Toepfer has proposed merging soss/+source/hadoop:release-3.3.6-ubuntu6-commons-beanutils into soss/+source/hadoop:release-3.3.6-ubuntu6.
Requested reviews:
Canonical Data Platform (data-platform)
For more details, see:
https://code.launchpad.net/~data-platform/soss/+source/hadoop/+git/hadoop/+merge/488192
--
Your team Canonical Data Platform is requested to review the proposed merge of soss/+source/hadoop:release-3.3.6-ubuntu6-commons-beanutils into soss/+source/hadoop:release-3.3.6-ubuntu6.
diff --git a/hadoop-common-project/hadoop-common/pom.xml b/hadoop-common-project/hadoop-common/pom.xml
index 4470a55..09a35cd 100644
--- a/hadoop-common-project/hadoop-common/pom.xml
+++ b/hadoop-common-project/hadoop-common/pom.xml
@@ -213,11 +213,6 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>commons-beanutils</groupId>
- <artifactId>commons-beanutils</artifactId>
- <scope>compile</scope>
- </dependency>
- <dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-configuration2</artifactId>
<scope>compile</scope>
diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index afb7003..4bb018c 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -121,7 +121,6 @@
<ldap-api.version>1.0.0-M33</ldap-api.version>
<!-- Apache Commons dependencies -->
- <commons-beanutils.version>1.9.4</commons-beanutils.version>
<commons-cli.version>1.2</commons-cli.version>
<commons-codec.version>1.15</commons-codec.version>
<commons-collections.version>3.2.2</commons-collections.version>
@@ -1209,11 +1208,6 @@
<version>${commons-collections.version}</version>
</dependency>
<dependency>
- <groupId>commons-beanutils</groupId>
- <artifactId>commons-beanutils</artifactId>
- <version>${commons-beanutils.version}</version>
- </dependency>
- <dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-configuration2</artifactId>
<version>2.10.1</version>
@@ -1574,10 +1568,6 @@
<artifactId>httpclient</artifactId>
</exclusion>
<exclusion>
- <groupId>commons-beanutils</groupId>
- <artifactId>commons-beanutils</artifactId>
- </exclusion>
- <exclusion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</exclusion>