You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gn...@apache.org on 2022/05/19 08:01:09 UTC

[maven-build-cache-extension] branch master updated: Remove build warning

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

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-build-cache-extension.git


The following commit(s) were added to refs/heads/master by this push:
     new b2b7a5d  Remove build warning
b2b7a5d is described below

commit b2b7a5d0888d9b144d00c70e881d5cff1d579b12
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Thu May 19 09:32:19 2022 +0200

    Remove build warning
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c0b042f..191de69 100644
--- a/pom.xml
+++ b/pom.xml
@@ -119,7 +119,7 @@ under the License.
             <version>${commonsLangVersion}</version>
         </dependency>
         <dependency>
-            <groupId>org.apache.commons</groupId>
+            <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
             <version>1.3.2</version>
         </dependency>