Skip to content

Commit

Permalink
chore: add explicit logging dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sranka committed Sep 4, 2022
1 parent 8ca6dd8 commit a702a33
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,17 @@
<artifactId>commons-dbcp2</artifactId>
<version>2.1.1</version>
</dependency>
<!-- logging -->
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.2</version>
</dependency>
<!-- tests -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit a702a33

Please sign in to comment.