Skip to content

Commit

Permalink
Merge pull request #43 from hazendaz/main
Browse files Browse the repository at this point in the history
[pom] Adjustments for logback access as changing repos
  • Loading branch information
hazendaz authored Feb 17, 2024
2 parents d4d1ce9 + 26ed34a commit 8ffd42f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@

<!-- Override for Latest Versions -->
<logback.version>1.5.0</logback.version>
<logback-access.version>1.4.14</logback-access.version>
<slf4j.version>2.0.12</slf4j.version>

<!-- Logstash Json Encoder -->
Expand Down Expand Up @@ -115,9 +116,10 @@
</dependency>

<dependency>
<!-- TODO: Group id is changing to 'ch.qos.logback.access' -->
<groupId>ch.qos.logback</groupId>
<artifactId>logback-access</artifactId>
<version>${logback.version}</version>
<version>${logback-access.version}</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
Expand Down

0 comments on commit 8ffd42f

Please sign in to comment.