xmemcached icon indicating copy to clipboard operation
xmemcached copied to clipboard

Spring dependency should be optional and not provided.

Open ryber opened this issue 2 years ago • 0 comments

It appears that the only use of Spring is with the XMemcachedClientFactoryBean, so your core functionality does not require Spring be provided for the core functionality of the lib. In this case it's recommended that the dependency have a scope of "optional" instead of "provided".

I would be happy to issue a PR if you agree.

Thanks!

ryber avatar Aug 04 '22 21:08 ryber