Skip to content

Commit

Permalink
Migrate commons-logging-api lib
Browse files Browse the repository at this point in the history
Migrate to commons-logging
  • Loading branch information
mosfet80 authored Feb 19, 2025
1 parent 608b684 commit 63af3d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protege-editor-owl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@

<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging-api</artifactId>
<version>1.1</version>
<artifactId>commons-logging</artifactId>
<version>1.1.3</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit 63af3d6

Please sign in to comment.