You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by kt...@apache.org on 2018/10/30 20:53:32 UTC

[accumulo] branch 1.9 updated: Revert commons-vfs2 version (#728)

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

kturner pushed a commit to branch 1.9
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/1.9 by this push:
     new 1d35788  Revert commons-vfs2 version (#728)
1d35788 is described below

commit 1d357884107f009b39a78b80a7fa3e62188f6ca6
Author: matthpeterson <mp...@appliedtech-group.com>
AuthorDate: Tue Oct 30 16:53:27 2018 -0400

    Revert commons-vfs2 version (#728)
    
    Roll back to commons-vfs2 version 2.1 due to bugs with 2.2.  See dev mailing list thread: "commons-vfs2.jar 2.2 buggy"
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2bf3e26..ca28c12 100644
--- a/pom.xml
+++ b/pom.xml
@@ -367,7 +367,8 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-vfs2</artifactId>
-        <version>2.2</version>
+        <!-- commons-vfs2 version 2.2 has defects that impacts changing Accumulo classpath contexts. -->
+        <version>2.1</version>
       </dependency>
       <dependency>
         <groupId>org.apache.curator</groupId>