Skip to content

Commit

Permalink
add sax converter
Browse files Browse the repository at this point in the history
  • Loading branch information
sboeckelmann committed May 7, 2024
1 parent bd7e02c commit c6c0f8c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions testdata-generator-quarkus-rest-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,11 @@
<artifactId>openepcis-document-converter</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.openepcis</groupId>
<artifactId>openepcis-document-converter-sax</artifactId>
<version>${project.version}</version>
</dependency>


<!-- additional native build dependencies -->
Expand Down

0 comments on commit c6c0f8c

Please sign in to comment.