Skip to content

Commit

Permalink
fix dependency of extension-signature in container module
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddavidgit committed Oct 7, 2024
1 parent 9903483 commit 1e82acf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions container/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.inventage.keycloak.extensions</groupId>
<artifactId>signature</artifactId>
<version>1.0.0-SNAPSHOT</version>
<groupId>com.inventage.keycloak.signature</groupId>
<artifactId>keycloak-signature</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 1e82acf

Please sign in to comment.