Skip to content

Commit

Permalink
try updating nexus
Browse files Browse the repository at this point in the history
Signed-off-by: Rémi Verchère <remi.verchere@accenture.com>
  • Loading branch information
rverchere-acn committed Nov 27, 2023
1 parent fd9ab94 commit 215f16d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.github.flytreeleft</groupId>
<artifactId>nexus3-keycloak-plugin</artifactId>
<version>0.8.5-5</version>
<version>0.8.5-6</version>
<name>${project.groupId}:${project.artifactId}</name>
<packaging>bundle</packaging>

Expand Down Expand Up @@ -94,6 +94,11 @@
</contributors>

<dependencies>
<dependency>
<groupId>com.sun.activation</groupId>
<artifactId>jakarta.activation</artifactId>
<version>2.0.1</version>
</dependency>
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-core</artifactId>
Expand Down

0 comments on commit 215f16d

Please sign in to comment.