Why getting java.lang.ClassNotFoundException: com.unboundid.ldap.sdk.LDAPException
in SpringBoot even added unboundid-ldapsdk
maven dependency in pom.xml
<!-- https://mvnrepository.com/artifact/com.unboundid/unboundid-ldapsdk -->
<dependency>
<groupId>com.unboundid</groupId>
<artifactId>unboundid-ldapsdk</artifactId>
<version>4.0.10</version>
<scope>test</scope>
</dependency>
Can anyone please help me on this?