Skip to content

Commit

Permalink
gh-47 missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknow0 committed Jul 4, 2024
1 parent 4c64d21 commit 6bc19a4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,12 @@
<version>${prometheus.version}</version>
</dependency>

<dependency>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
<version>5.2.1</version>
</dependency>

<dependency>
<groupId>io.protostuff</groupId>
<artifactId>protostuff-bom</artifactId>
Expand Down

0 comments on commit 6bc19a4

Please sign in to comment.