killme2008 / xmemcached

High performance, easy to use multithreaded memcached client in java.
http://fnil.net/xmemcached
Apache License 2.0
757 stars 281 forks source link

Spring dependency should be optional and not provided. #136

Open ryber opened 2 years ago

ryber commented 2 years ago

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!