Yes, exactly. It usually takes some time until it appears here. Another
thing is, that Web UI of maven central repository might be a bit stale
and you can download artifacts even if they are not yet available in the
Web UI.
If you still see issues with maven central, I suggest to add jboss
public repository, which should contain the artifacts for sure.
Something like this in your pom.xml:
<repositories> <repository>
<id>jboss</id>
<
url>https://repository.jboss.org/nexus/content/groups/public/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories> Marek
On 01/08/18 16:11, Matthias Kesternich wrote:
Thanks for your work!
I've already found the docker image, but maven central still lists 4.1.0.Final as
latest version:
http://repo1.maven.org/maven2/org/keycloak/keycloak-core/ . Will it take
some time for the artifacts to appear due to sync delays or something?
Am 01.08.18, 15:56 schrieb "keycloak-user-bounces(a)lists.jboss.org im Auftrag von
Marek Posolda" <keycloak-user-bounces(a)lists.jboss.org im Auftrag von
mposolda(a)redhat.com>:
See details on the blog:
http://blog.keycloak.org/2018/08/keycloak-420final-released.html
_______________________________________________
keycloak-user mailing list
keycloak-user(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/keycloak-user