Skip to content

Commit

Permalink
chore(deps): add Extension API module to Dataverse webapp deps IQSS#9175
Browse files Browse the repository at this point in the history
  • Loading branch information
poikilotherm committed Dec 20, 2022
1 parent 2b5c486 commit bd2bfa9
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 @@ -53,6 +53,12 @@
-->
<!-- TODO: Housekeeping is utterly needed. -->
<dependencies>

<dependency>
<groupId>io.gdcc</groupId>
<artifactId>extension-api</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>

<!-- This dependency ensures the lib is on the classpath. That way, anything coming from
SLF4J should flow through our usual ways of using java.util.logging.
Expand Down

0 comments on commit bd2bfa9

Please sign in to comment.