Description
When using Registry.getServiceIds() the Spring framework must be in the classpath. This may be confirmed by calling Registry.getServiceIds() without Spring in the classpath which should cause an error (I think it is looking for BeanFactory or something like that).
It would be preferable to not have this requirement.