mirror of https://github.com/apache/cloudstack.git
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.
This commit is contained in:
parent
c9c68e1928
commit
f09d981c3e
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue