betfair / cougar

Cougar is a framework for making building network exposed service interfaces easy.
http://betfair.github.io/cougar
Apache License 2.0
27 stars 18 forks source link

Exclude commons logging dependencies in cougar dependencies #23

Closed eswdd closed 10 years ago

eswdd commented 10 years ago

Cougar has a dependency on jcl-over-log4j, which causes problems when co-existing on classpath with commons-logging (since both expose same classes). We should exclude commons-logging when depending on libraries that have transitive dependencies to it.