Skip to content

Commit

Permalink
test: add AuthData to test app to prevent classloading issues (#1085)
Browse files Browse the repository at this point in the history
(cherry picked from commit 4c9b92e)
  • Loading branch information
mcollovati authored and github-actions[bot] committed Nov 22, 2024
1 parent be67427 commit 3519967
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ class SpringReplacementsTest {
.overrideRuntimeConfigKey("quarkus.http.auth.proactive", "true")
.setArchiveProducer(() -> ShrinkWrap.create(JavaArchive.class)
.addClasses(
TestIdentityProvider.class,
IdentityMock.class,
AuthData.class,
TestIdentityProvider.class,
TestIdentityController.class,
TestUtils.class));

Expand Down

0 comments on commit 3519967

Please sign in to comment.