You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by al...@apache.org on 2013/04/09 00:24:09 UTC

[02/12] git commit: updated refs/heads/internallb to e665f2a

Switching netscaler to the maven location of the
netscaler.nitro jar.

If it's there we might as well use it.

This fixes build problems for people with old netscaler jars as the
version was not updated in the jar.


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/3041385a
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/3041385a
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/3041385a

Branch: refs/heads/internallb
Commit: 3041385a1419fb3d47be528c190ba1cc8e54df77
Parents: 79488f1
Author: Hugo Trippaers <ht...@schubergphilis.com>
Authored: Mon Apr 8 12:34:57 2013 +0200
Committer: Alena Prokharchyk <al...@citrix.com>
Committed: Mon Apr 8 15:23:55 2013 -0700

----------------------------------------------------------------------
 plugins/network-elements/netscaler/pom.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/3041385a/plugins/network-elements/netscaler/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/network-elements/netscaler/pom.xml b/plugins/network-elements/netscaler/pom.xml
index 1eb73a2..d5c7cdc 100644
--- a/plugins/network-elements/netscaler/pom.xml
+++ b/plugins/network-elements/netscaler/pom.xml
@@ -28,9 +28,9 @@
   </parent>
   <dependencies>
     <dependency>
-      <groupId>com.cloud.com.citrix</groupId>
-      <artifactId>netscaler</artifactId>
-      <version>1.0</version>
+        <groupId>com.citrix.netscaler.nitro</groupId>
+        <artifactId>nitro</artifactId>
+        <version>10.0.e</version>
     </dependency>
     <dependency>
       <groupId>com.cloud.com.citrix</groupId>