Skip to content

Commit

Permalink
add support for quarkus deployment features
Browse files Browse the repository at this point in the history
  • Loading branch information
sboeckelmann committed Jun 19, 2024
1 parent 5045d56 commit 5ec9693
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,11 @@
<artifactId>quarkus-document-converter</artifactId>
<version>${project.parent.version}</version>
</dependency>

<dependency>
<groupId>io.openepcis.quarkus</groupId>
<artifactId>quarkus-document-validation-service</artifactId>
<version>${project.parent.version}</version>
</dependency>
<!-- Jackson ObjectMapper dependency-->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down
4 changes: 4 additions & 0 deletions testdata-generator-quarkus-rest-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,10 @@
<groupId>io.openepcis.quarkus</groupId>
<artifactId>quarkus-document-converter</artifactId>
</dependency>
<dependency>
<groupId>io.openepcis.quarkus</groupId>
<artifactId>quarkus-document-validation-service</artifactId>
</dependency>
<dependency>
<groupId>io.openepcis</groupId>
<artifactId>openepcis-document-validation-rest-api</artifactId>
Expand Down

0 comments on commit 5ec9693

Please sign in to comment.