Skip to content

Commit

Permalink
Replace aspectjweaver with aspectjrt in micrometer-commons (#5398)
Browse files Browse the repository at this point in the history
  • Loading branch information
izeye committed Aug 27, 2024
1 parent d0e40ac commit 600e8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micrometer-commons/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies {
optionalApi 'ch.qos.logback:logback-classic'

// Aspects
optionalApi libs.aspectjweaver
optionalApi libs.aspectjrt

// JUnit 5
testImplementation 'org.junit.jupiter:junit-jupiter'
Expand Down

0 comments on commit 600e8d4

Please sign in to comment.