We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e48a70 commit 3165435Copy full SHA for 3165435
deps/install-non-oss.sh
@@ -16,7 +16,12 @@
16
# specific language governing permissions and limitations
17
# under the License.
18
19
+# From https://devcentral.f5.com
20
+# Version: unknown
21
mvn install:install-file -Dfile=cloud-iControl.jar -DgroupId=com.cloud.com.f5 -DartifactId=icontrol -Dversion=1.0 -Dpackaging=jar
22
+
23
+# From Citrix
24
25
mvn install:install-file -Dfile=cloud-netscaler-sdx.jar -DgroupId=com.cloud.com.citrix -DartifactId=netscaler-sdx -Dversion=1.0 -Dpackaging=jar
26
27
# From http://support.netapp.com/ (not available online, contact your support representative)
0 commit comments