Skip to content

Commit

Permalink
Set default slf4j version, override in profiles, to fix gradle issue …
Browse files Browse the repository at this point in the history
…where profiles are apparently not properly applied.
  • Loading branch information
brettwooldridge committed Jan 25, 2021
1 parent 112a11a commit cdd6b04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<pax.url.version>2.5.4</pax.url.version>
<postgresql.version>42.1.4</postgresql.version>
<log4j.version>2.14.0</log4j.version>
<slf4j.version>1.7.30</slf4j.version>
<commons.csv.version>1.5</commons.csv.version>
<h2.version>1.4.196</h2.version>
<junit.version>4.13.1</junit.version>
Expand Down

0 comments on commit cdd6b04

Please sign in to comment.