You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by mu...@apache.org on 2014/01/10 17:35:34 UTC

git commit: updated refs/heads/master to be49a2f

Updated Branches:
  refs/heads/master 9486a9652 -> be49a2fa6


CLOUDSTACK-5647 Adding F5 device to network service provider fails with
NoClassDefFoundError

adding back missing (removed from 4.3) dependency 'commons-discovery'


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

Branch: refs/heads/master
Commit: be49a2fa6d08e2fa682affb20270cf8b0a992b84
Parents: 9486a96
Author: Murali Reddy <mu...@gmail.com>
Authored: Fri Jan 10 21:59:25 2014 +0530
Committer: Murali Reddy <mu...@gmail.com>
Committed: Fri Jan 10 22:05:22 2014 +0530

----------------------------------------------------------------------
 plugins/network-elements/f5/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/be49a2fa/plugins/network-elements/f5/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/network-elements/f5/pom.xml b/plugins/network-elements/f5/pom.xml
index d1a8cda..a2c7b6b 100644
--- a/plugins/network-elements/f5/pom.xml
+++ b/plugins/network-elements/f5/pom.xml
@@ -36,5 +36,10 @@
       <groupId>org.apache.axis</groupId>
       <artifactId>axis</artifactId>
     </dependency>
+   <dependency>
+      <groupId>commons-discovery</groupId>
+       <artifactId>commons-discovery</artifactId>
+       <version>0.5</version>
+   </dependency>
   </dependencies>
 </project>