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

NoClassDefFoundError

adding back missing (removed from 4.3) dependency 'commons-discovery'
This commit is contained in:
Murali Reddy 2014-01-10 21:59:25 +05:30
parent 9486a9652e
commit be49a2fa6d
1 changed files with 5 additions and 0 deletions

View File

@ -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>