You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by ga...@apache.org on 2016/05/21 17:19:49 UTC

jclouds git commit: [JCLOUDS-1115] Make sure filesystem API dependency is included when using Java 8 or higher

Repository: jclouds
Updated Branches:
  refs/heads/master 981b882f5 -> 18cba94fa


[JCLOUDS-1115] Make sure filesystem API dependency is included when using Java 8 or higher


Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/18cba94f
Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/18cba94f
Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/18cba94f

Branch: refs/heads/master
Commit: 18cba94fab010152f00396439c3d1a8bfd9d7681
Parents: 981b882
Author: Gerrit Janssen <ge...@icloud.com>
Authored: Sat May 21 16:29:22 2016 +0200
Committer: Gerrit Janssen <ge...@icloud.com>
Committed: Sat May 21 16:29:22 2016 +0200

----------------------------------------------------------------------
 allblobstore/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds/blob/18cba94f/allblobstore/pom.xml
----------------------------------------------------------------------
diff --git a/allblobstore/pom.xml b/allblobstore/pom.xml
index a515899..d49c8a6 100644
--- a/allblobstore/pom.xml
+++ b/allblobstore/pom.xml
@@ -68,7 +68,7 @@
     <profile>
       <id>jre1.7</id>
       <activation>
-        <jdk>1.7</jdk>
+        <jdk>[1.7,)</jdk>
       </activation>
       <dependencies>
         <dependency>