> + org.jclouds*;version="${jclouds.version}",
> + *
> + </jclouds.osgi.import>
> + </properties>
> +
> + <dependencies>
> + <dependency>
> + <groupId>org.apache.jclouds</groupId>
> + <artifactId>jclouds-core</artifactId>
> + <version>${jclouds.version}</version>
> + </dependency>
> + <dependency>
> + <groupId>org.apache.jclouds.driver</groupId>
> + <artifactId>jclouds-okhttp</artifactId>
> + <version>${jclouds.version}</version>
> + </dependency>
Is there any need to force a concrete HTTP driver? Remove this dependency if
possible.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/194/files#r35618836