> @@ -135,6 +135,12 @@ > </exclusion> > </exclusions> > </dependency> > + <dependency> > + <groupId>org.apache.commons</groupId> > + <artifactId>commons-lang3</artifactId> > + <version>3.4</version> > + </dependency>
This is added only to join a string. Remove the dependency and use Guava's `Joiner`. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/291/files/8a39037237f5cccc7d100bc58a9a82bdb89924b1#r67878964
