i’m developing a TFG and is based in three custom authentication modules for OpenAM 14.8.4 from Open Identity Platform.
I finish my first module but i have a problem when i compile it with Maven:
ERROR] Failed to execute goal on project openam-auth-sample: Could not resolve dependencies for project org.forgerock.openam.examples:openam-auth-sample:jar:1.0.0-SNAPSHOT: Failed to collect dependencies at org.openidentityplatform.openam:openam-core:jar:14.8.4 -> org.openidentityplatform.external.com.sun.web.ui:cc:jar:2008-08-08: Failed to read artifact descriptor for org.openidentityplatform.external.com.sun.web.ui:cc:jar:2008-08-08: Could not transfer artifact org.openidentityplatform.external.com.sun.web.ui:cc:pom:2008-08-08 from/to forgerock-releases (https://maven.forgerock.org/artifactory/releases): Authentication failed for https://maven.forgerock.org/artifactory/releases/org/openidentityplatform/external/com/sun/web/ui/cc/2008-08-08/cc-2008-08-08.pom 401 Unauthorized
I have this problem during the develop of the code but i solve it picking the library indicate in the text and adding in the projet.
I don´t find anything on internet.
If someone can help me please write me.
Thanks!
I try exclude the library in my pom.xml file.
I try clean my maven cache.
I try move the library.
Alfredo Casero is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.