Keycloak 16.0.0/15.1.0 not on maven central
See original GitHub issueDescribe the bug
Keycloak 15.1.0 is not available on maven central
https://mvnrepository.com/artifact/org.keycloak/keycloak-core
Version
15.1.0
Expected behavior
Keycloak jars should be on maven central like all other versions before.
Actual behavior
[INFO] Scanning for projects...
Downloading from central: https://repo.maven.apache.org/maven2/org/keycloak/keycloak-parent/15.1.0/keycloak-parent-15.1.0.pom
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Non-resolvable import POM: Could not find artifact org.keycloak:keycloak-parent:pom:15.1.0 in central (https://repo.maven.apache.org/maven2) @ line 113, column 25
[ERROR] 'dependencies.dependency.version' for org.keycloak:keycloak-admin-client:jar is missing. @ line 162, column 21
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project de.adorsys.keycloak:keycloak-config-cli:4.4.1-SNAPSHOT (/Users/jan/IdeaProjects/keycloak-config-cli/pom.xml) has 2 errors
[ERROR] Non-resolvable import POM: Could not find artifact org.keycloak:keycloak-parent:pom:15.1.0 in central (https://repo.maven.apache.org/maven2) @ line 113, column 25 -> [Help 2]
[ERROR] 'dependencies.dependency.version' for org.keycloak:keycloak-admin-client:jar is missing. @ line 162, column 21
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
How to Reproduce?
No response
Anything else?
No response
Issue Analytics
- State:
- Created 2 years ago
- Reactions:3
- Comments:7 (7 by maintainers)
Top Results From Across the Web
[keycloak-dev] Keycloak artifacts not in Maven Central
Bill, I'm researching what happened that not all AS7 artifacts are synced to Maven Central, as this not a problem of Keycloak nor...
Read more >keycloak-dependencies-server-min : 16.1.0 - Maven Central ...
Keycloak Dependencies Server Min.
Read more >Keycloak Common - Maven Repository
Version Vulnerabilities Repository Usages Date
20.0.x 20.0.1 Central 25 Nov 07, 2022
20.0.0 20.0.x Central 23 Nov 01, 2022
19.0.x 20.0.x 19.0.3 Central 26 Oct 06,...
Read more >Keycloak build failure due to missing artifact ... - Google Groups
This error occurs when the corresponding dependency does not already exist in the local maven repository, before the build is started.
Read more >aerogear/keycloak-metrics-spi - Release to Maven Central
Would be great if you could release JARs to Maven Central. Any plans to do so?
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
That’s failing for the same reason as the GH action can’t download the keycloak-admin-ui from Maven central.
Looks like its fixed now
Great news!