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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git


The following commit(s) were added to refs/heads/master by this push:
     new 06bff76  Move dependency up.
06bff76 is described below

commit 06bff760d0d721f8bce555ce2c8d253ceff5b350
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Mar 3 08:17:49 2021 -0500

    Move dependency up.
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index c413cb0..e49ea0b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -542,6 +542,11 @@
         <artifactId>mail</artifactId>
         <version>1.4.7</version>
       </dependency>
+      <dependency>
+        <groupId>org.apache.commons</groupId>
+        <artifactId>commons-lang3</artifactId>
+        <version>3.12.0</version>
+      </dependency>
       <!-- HDFS -->
       <dependency>
         <groupId>org.apache.hadoop</groupId>
@@ -581,11 +586,6 @@
         <artifactId>mockito-core</artifactId>
         <version>3.8.0</version>
       </dependency>
-      <dependency>
-        <groupId>org.apache.commons</groupId>
-        <artifactId>commons-lang3</artifactId>
-        <version>3.12.0</version>
-      </dependency>
       <!-- Test FTP with Apache FTP Server (MINA) -->
       <dependency>
         <groupId>org.apache.ftpserver</groupId>

Reply via email to