> @@ -97,6 +97,15 @@ > </execution> > </executions> > </plugin> > + <plugin> > + <groupId>org.codehaus.mojo</groupId> > + <artifactId>animal-sniffer-maven-plugin</artifactId> > + <configuration> > + <!-- The filesystem provider only works with Java 7, and it is only
how about just changing to java 7 signatures? That way, java 8 won't sneak in unintentionally. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/617/files#r21004229
