> On Sep 16, 2017, at 5:19 PM, Stefan Seelmann <[email protected]> wrote:
>
> 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.
Yes that could work if fortress wasn’t pulling in another dependency,
<dependency>
<groupId>org.openldap</groupId>
<artifactId>accelerator-impl</artifactId>
<version>${version.accelerator.impl}</version>
</dependency>
that is itself dependent on the api-all. Guess who’s code that is? :-) And
we haven’t had a new release in a few years there.
But I did run some tests anyway and it ’should' work once I get the other
transitive dependencies cleaned up.
Thanks for weighing in
Shawn