Solved
Not able to use Auth0 in my AEM application
Hi Team,
I am trying to use this dependency
<dependency>
<groupId>com.auth0</groupId>
<artifactId>mvc-auth-commons</artifactId>
<version>[1.0, 2.0)</version>
</dependency>
when I use this dependency in pom it is getting conlict with this import statement
"import org.jetbrains.annotations.NotNull" from org.jetbrains.annotations and build is failed with error "package org.jetbrains.annotations does not exist". How to fix this issue?
Thanks Bala.