Skip to content

Commit

Permalink
remove commons-logging from application
Browse files Browse the repository at this point in the history
  • Loading branch information
andi-huber committed Mar 10, 2024
1 parent 52fe46f commit 89547cb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions globodiet/schema/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@
<dependency>
<groupId>at.ac.univie.nutrition.dita</groupId>
<artifactId>dita-tooling</artifactId>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>

</dependencies>
Expand Down

0 comments on commit 89547cb

Please sign in to comment.