refactored jclouds-location to separate project
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/3e4b62dc Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/tree/3e4b62dc Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/diff/3e4b62dc Branch: refs/heads/0.5.0 Commit: 3e4b62dc6d65966840d1109b43a257c5d5cb2ea6 Parents: 52afc87 Author: Alex Heneveld <[email protected]> Authored: Wed Feb 20 12:53:48 2013 +0000 Committer: Alex Heneveld <[email protected]> Committed: Wed Feb 20 12:53:48 2013 +0000 ---------------------------------------------------------------------- usage/jsgui/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/3e4b62dc/usage/jsgui/pom.xml ---------------------------------------------------------------------- diff --git a/usage/jsgui/pom.xml b/usage/jsgui/pom.xml index bb0a39d..f5ec303 100644 --- a/usage/jsgui/pom.xml +++ b/usage/jsgui/pom.xml @@ -45,6 +45,12 @@ </dependency> <dependency> <groupId>io.brooklyn</groupId> + <artifactId>brooklyn-locations-jclouds</artifactId> + <version>${brooklyn.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>io.brooklyn</groupId> <artifactId>brooklyn-software-webapp</artifactId> <version>${project.version}</version> <scope>test</scope>
