Skip to content

Commit

Permalink
make sure native image builds
Browse files Browse the repository at this point in the history
  • Loading branch information
nastra committed Jun 24, 2021
1 parent fc2afba commit 18cfc8c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions servers/quarkus-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-hibernate-validator</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-jgit</artifactId>
</dependency>
<dependency>
<groupId>jakarta.validation</groupId>
<artifactId>jakarta.validation-api</artifactId>
Expand Down Expand Up @@ -93,6 +97,10 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-apache-httpclient</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-junit5</artifactId>
Expand Down

0 comments on commit 18cfc8c

Please sign in to comment.