diff --git a/deployment-commons/src/test/java/com/github/mcollovati/quarkus/hilla/deployment/SpringReplacementsTest.java b/deployment-commons/src/test/java/com/github/mcollovati/quarkus/hilla/deployment/SpringReplacementsTest.java index 6c5bbaf3..954569e1 100644 --- a/deployment-commons/src/test/java/com/github/mcollovati/quarkus/hilla/deployment/SpringReplacementsTest.java +++ b/deployment-commons/src/test/java/com/github/mcollovati/quarkus/hilla/deployment/SpringReplacementsTest.java @@ -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));