On 09/16/2017 11:40 PM, Shawn McKinney wrote: > Hello, > > This is an FYI not a bug (yet)... > > The ldap api has a dependency on xml-apis jar. I can verify this by running > mvn dependency:tree > > [INFO] | | +- org.apache.directory.api:api-all:jar:1.0.0:compile > [INFO] | | | +- xml-apis:xml-apis:jar:1.0.b2:compile
I assume that's because api-all also contains the DSML engine and parser. If you don't need them in Fortress you can try to only use dependency api-ldap-client-all instead of api-all. Kind Regards, Stefan
