aservo / ldap-crowd-adapter

An LDAP server that delegates request to Atlassian Crowd
Apache License 2.0
2 stars 3 forks source link

Remove duplicate crowd rest client #37

Closed peterhoepfl closed 7 months ago

peterhoepfl commented 7 months ago

There are two rest clients in the pom.xml, which worked in the past. But now in Azure environment an initialization error occurs: Caused by: java.lang.NoSuchMethodError: 'com.atlassian.crowd.service.client.AuthenticationMethod com.atlassian.crowd.service.client.ClientProperties.getAuthenticationMethod()'

This happens because two ClientProperties in the classpath exist but the wrong is chosen. This fix removes the old rest client lib from crowd.