Skip to content

Commit 9903483

Browse files
committed
fix dependency of extension-signature in server module
1 parent 5810672 commit 9903483

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
<artifactId>quarkus-bootstrap-runner</artifactId>
2828
</dependency>
2929
<dependency>
30-
<groupId>com.inventage.keycloak.extensions</groupId>
31-
<artifactId>signature</artifactId>
30+
<groupId>com.inventage.keycloak.signature</groupId>
31+
<artifactId>keycloak-signature</artifactId>
3232
<version>${project.version}</version>
3333
</dependency>
3434
</dependencies>

0 commit comments

Comments
 (0)