You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2019/06/05 17:54:17 UTC

[tinkerpop] 01/06: Bump to commons-io 2.6 CTR

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

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 4ef5a3ff742c3247d73f217d044e9ead4d441857
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Wed Jun 5 08:24:27 2019 -0400

    Bump to commons-io 2.6 CTR
---
 gremlin-tools/gremlin-io-test/pom.xml | 12 ++++++++----
 pom.xml                               |  2 +-
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/gremlin-tools/gremlin-io-test/pom.xml b/gremlin-tools/gremlin-io-test/pom.xml
index 828a2b2..f6f7131 100644
--- a/gremlin-tools/gremlin-io-test/pom.xml
+++ b/gremlin-tools/gremlin-io-test/pom.xml
@@ -21,17 +21,21 @@
             <artifactId>tinkergraph-gremlin</artifactId>
             <version>${project.version}</version>
         </dependency>
-        <!-- gremlin-test needs to be compile scope as it provides commons-io -->
         <dependency>
-            <groupId>org.apache.tinkerpop</groupId>
-            <artifactId>gremlin-test</artifactId>
-            <version>${project.version}</version>
+            <groupId>commons-io</groupId>
+            <artifactId>commons-io</artifactId>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-log4j12</artifactId>
             <optional>true</optional>
         </dependency>
+        <dependency>
+            <groupId>org.apache.tinkerpop</groupId>
+            <artifactId>gremlin-test</artifactId>
+            <version>${project.version}</version>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
     <build>
diff --git a/pom.xml b/pom.xml
index 9df8361..259a4a1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -736,7 +736,7 @@ limitations under the License.
             <dependency>
                 <groupId>commons-io</groupId>
                 <artifactId>commons-io</artifactId>
-                <version>2.5</version>
+                <version>2.6</version>
             </dependency>
             <dependency>
                 <groupId>commons-codec</groupId>