Skip to content

Commit

Permalink
Added reposis_common as runtime dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
xaher committed May 28, 2024
1 parent 614ae92 commit 742e5b2
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 @@ -103,6 +103,12 @@
<groupId>com.sun.activation</groupId>
<artifactId>jakarta.activation</artifactId>
</dependency>
<dependency>
<groupId>de.gbv.reposis</groupId>
<artifactId>reposis_common</artifactId>
<version>2022.06-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
Expand Down

0 comments on commit 742e5b2

Please sign in to comment.