Skip to content

Commit be49a2f

Browse files
committed
CLOUDSTACK-5647 Adding F5 device to network service provider fails with
NoClassDefFoundError adding back missing (removed from 4.3) dependency 'commons-discovery'
1 parent 9486a96 commit be49a2f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

plugins/network-elements/f5/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,10 @@
3636
<groupId>org.apache.axis</groupId>
3737
<artifactId>axis</artifactId>
3838
</dependency>
39+
<dependency>
40+
<groupId>commons-discovery</groupId>
41+
<artifactId>commons-discovery</artifactId>
42+
<version>0.5</version>
43+
</dependency>
3944
</dependencies>
4045
</project>

0 commit comments

Comments
 (0)