Skip to content

Commit

Permalink
Declare commons-logging dependency at top level
Browse files Browse the repository at this point in the history
  • Loading branch information
dgault committed Apr 3, 2024
1 parent aa22866 commit ce1eed0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.2</version>
</dependency>
</dependencies>

<properties>
Expand Down

0 comments on commit ce1eed0

Please sign in to comment.