Skip to content

Commit

Permalink
Include logback12 from logback module (#5139)
Browse files Browse the repository at this point in the history
Motivation:

@ikhoon pointed out that the `logback` module doesn't bring in the
`logback12` module in the pom.

Modifications:

- Modified so that the `logback` module correctly declares the
dependency.

Result:

- `logback` module contains the correct dependencies
- Describe the consequences that a user will face after this PR is
merged.

<!--
Visit this URL to learn more about how to write a pull request
description:

https://armeria.dev/community/developer-guide#how-to-write-pull-request-description
-->
  • Loading branch information
jrhee17 authored Aug 23, 2023
1 parent bee716f commit d4c3b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logback/logback/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dependencies {
// Logback
api libs.logback12
api project(':logback12')
}

0 comments on commit d4c3b38

Please sign in to comment.