From db10acd8b38c6618fbe98ac76e552951e2cee09a Mon Sep 17 00:00:00 2001 From: Murali Reddy Date: Fri, 10 Jan 2014 21:59:25 +0530 Subject: [PATCH] CLOUDSTACK-5647 Adding F5 device to network service provider fails with NoClassDefFoundError adding back missing (removed from 4.3) dependency 'commons-discovery' --- plugins/network-elements/f5/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugins/network-elements/f5/pom.xml b/plugins/network-elements/f5/pom.xml index 760b610a837..305e736e7e6 100644 --- a/plugins/network-elements/f5/pom.xml +++ b/plugins/network-elements/f5/pom.xml @@ -36,5 +36,10 @@ org.apache.axis axis + + commons-discovery + commons-discovery + 0.5 +