This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git
commit 2804b28672ad43b5e806b78dea5c49eeed194664 Author: Martin Desruisseaux <martin.desruisse...@geomatys.com> AuthorDate: Tue Feb 7 10:51:04 2023 +0100 Remove `commons-compress` dependency because it is not used by SIS code base. It was used by a Maven plugin only. --- core/sis-build-helper/pom.xml | 1 + pom.xml | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/core/sis-build-helper/pom.xml b/core/sis-build-helper/pom.xml index 5cd3ef6ee7..e672a1d22b 100644 --- a/core/sis-build-helper/pom.xml +++ b/core/sis-build-helper/pom.xml @@ -143,6 +143,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> + <version>1.22</version> </dependency> </dependencies> diff --git a/pom.xml b/pom.xml index 273d02a1f1..48bb7a056b 100644 --- a/pom.xml +++ b/pom.xml @@ -470,11 +470,6 @@ <version>2.3.7</version> <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-compress</artifactId> - <version>1.22</version> - </dependency> <!-- Databases --> <dependency>