Skip to content

Commit

Permalink
Adds javax bind to hopefully compile.
Browse files Browse the repository at this point in the history
Signed-off-by: asjervanasten <[email protected]>
  • Loading branch information
appiepollo14 committed Nov 13, 2023
1 parent 0f0855a commit 6602d59
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sample-apps/quarkus-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,13 @@
<version>0.9.2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/javax.json.bind/javax.json.bind-api -->
<dependency>
<groupId>javax.json.bind</groupId>
<artifactId>javax.json.bind-api</artifactId>
<version>1.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>postgresql</artifactId>
Expand Down

0 comments on commit 6602d59

Please sign in to comment.