Skip to content

Commit

Permalink
Fix HttpSecurityProcessor compilation by importing Singleton
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvavrik committed Nov 12, 2023
1 parent 80c11e9 commit a94eb39
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 a94eb39

Please sign in to comment.