Skip to content

Commit ad79012

Browse files
committed
Fix native build
1 parent 3055185 commit ad79012

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,10 @@
7070
<groupId>org.iris-events</groupId>
7171
<artifactId>quarkus-iris</artifactId>
7272
</dependency>
73-
73+
<dependency>
74+
<groupId>io.quarkus</groupId>
75+
<artifactId>quarkus-smallrye-jwt</artifactId>
76+
</dependency>
7477
<dependency>
7578
<groupId>io.quarkus</groupId>
7679
<artifactId>quarkus-redis-client</artifactId>

0 commit comments

Comments
 (0)