You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by al...@apache.org on 2016/12/13 15:58:59 UTC

[05/13] brooklyn-server git commit: add azurecompute* deps to locations/jclouds/pom.xml

add azurecompute* deps to locations/jclouds/pom.xml


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/a5e56523
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/a5e56523
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/a5e56523

Branch: refs/heads/master
Commit: a5e565233854dccba309e01f22887443a4bd456a
Parents: 959cd30
Author: Andrea Turli <an...@gmail.com>
Authored: Tue Nov 8 14:05:38 2016 +0100
Committer: Andrea Turli <an...@gmail.com>
Committed: Tue Dec 6 15:30:45 2016 +0100

----------------------------------------------------------------------
 locations/jclouds/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/a5e56523/locations/jclouds/pom.xml
----------------------------------------------------------------------
diff --git a/locations/jclouds/pom.xml b/locations/jclouds/pom.xml
index 347e2be..76effcb 100644
--- a/locations/jclouds/pom.xml
+++ b/locations/jclouds/pom.xml
@@ -135,6 +135,16 @@
             <artifactId>jclouds-allcompute</artifactId>
             <version>${jclouds.version}</version>
         </dependency>
+        <dependency>
+            <groupId>${jclouds.groupId}.labs</groupId>
+            <artifactId>azurecompute</artifactId>
+            <version>${jclouds.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>${jclouds.groupId}.labs</groupId>
+            <artifactId>azurecompute-arm</artifactId>
+            <version>${jclouds.version}</version>
+        </dependency>
 
         <!-- these two seem needed here to prevent Eclipse IDE from getting wrong version of logback-core -->
         <dependency>