On 23.03.2012, at 13:06, Bertrand Delacretaz wrote: > 1) Checking the (very cool) DEPENDENCIES-BY-LICENSE file I notice this: > > GNU Lesser General Public License (LGPL), Version 2.1 : > * JAX-RS provider for JSON content type > (org.codehaus.jackson:jackson-jaxrs:1.7.1 - > http://jackson.codehaus.org) > * Xml Compatibility extensions for Jackson > (org.codehaus.jackson:jackson-xc:1.7.1 - http://jackson.codehaus.org)
both such jackson libs are dual licensed under Apache License 2.0 and LGPL. Therefore they are listed under both * Apache Software License, Version 2.0 and * GNU Lesser General Public License (LGPL), Version 2.1 : within the DEPENDENCIES-BY-LICENSE file > * XOM (xom:xom:1.2.5 - http://xom.nu) this is in fact LGPL dependency that needs to be replaced. best Rupert
