<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-server-overlay</artifactId>
<version>1.2.0.CR1</version>
<type>zip</type>
</dependency>
I’m not able to build it because this transitive dependency is missing in repo: org.keycloak:keycloak-jboss-modules:zip:1.2.0.CR1
Workaround is to build it locally from KC sources.
Can you upload it to maven central repo please?