Skip to content

Commit

Permalink
Merge pull request #37030 from michalvavrik/feature/fix-http-sec-proc…
Browse files Browse the repository at this point in the history
…-compilation

Fix HttpSecurityProcessor compilation by importing Singleton
  • Loading branch information
phillip-kruger committed Nov 13, 2023
2 parents 80c11e9 + a94eb39 commit d61be87
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
import java.util.stream.Collectors;

import jakarta.enterprise.context.ApplicationScoped;
import jakarta.inject.Singleton;

import org.jboss.jandex.DotName;
import org.jboss.jandex.MethodInfo;
Expand Down

0 comments on commit d61be87

Please sign in to comment.