Repository: jclouds-labs Updated Branches: refs/heads/master 9a8b346ca -> 5bd8447b2
Remove missed commons-lang dep from profitbricks pom Project: http://git-wip-us.apache.org/repos/asf/jclouds-labs/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-labs/commit/5bd8447b Tree: http://git-wip-us.apache.org/repos/asf/jclouds-labs/tree/5bd8447b Diff: http://git-wip-us.apache.org/repos/asf/jclouds-labs/diff/5bd8447b Branch: refs/heads/master Commit: 5bd8447b28fe8b0b7a2b85b03270de643a6a62c0 Parents: 9a8b346 Author: Reijhanniel Jearl Campos <[email protected]> Authored: Tue Feb 23 20:35:59 2016 +0800 Committer: Reijhanniel Jearl Campos <[email protected]> Committed: Tue Feb 23 20:35:59 2016 +0800 ---------------------------------------------------------------------- profitbricks-rest/pom.xml | 7 ------- 1 file changed, 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-labs/blob/5bd8447b/profitbricks-rest/pom.xml ---------------------------------------------------------------------- diff --git a/profitbricks-rest/pom.xml b/profitbricks-rest/pom.xml index 7c04c2f..d676d88 100644 --- a/profitbricks-rest/pom.xml +++ b/profitbricks-rest/pom.xml @@ -65,13 +65,6 @@ <artifactId>jclouds-okhttp</artifactId> <version>${jclouds.version}</version> </dependency> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-lang3</artifactId> - <version>3.5-SNAPSHOT</version> - <scope>test</scope> - <type>jar</type> - </dependency> <!-- Test dependencies --> <dependency> <groupId>org.apache.jclouds</groupId>
