Skip to content

Commit

Permalink
Changed: updated oauth2-oidc-sdk and excluded builtin-users-spi from …
Browse files Browse the repository at this point in the history
…tests
  • Loading branch information
GPortas committed Feb 12, 2025
1 parent 92aaa91 commit 169aa75
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>oauth2-oidc-sdk</artifactId>
<version>10.13.2</version>
<version>11.22.1</version>
</dependency>
<!-- Caching library, current main use case is for OIDC authentication -->
<dependency>
Expand Down Expand Up @@ -974,6 +974,9 @@
<excludedGroups>${testsToExclude}</excludedGroups>
<skip>${skipUnitTests}</skip>
<argLine>${surefire.jacoco.args} ${argLine}</argLine>
<excludes>
<exclude>**/builtin-users-spi/**</exclude>
</excludes>
</configuration>
</plugin>
<!-- Run mvn verify to execute these Testcontainers based integration tests. Needs Docker! -->
Expand Down

0 comments on commit 169aa75

Please sign in to comment.