Skip to content

Commit

Permalink
Merge branch '1.11.x' into 1.12.x
Browse files Browse the repository at this point in the history
  • Loading branch information
shakuzen committed Mar 11, 2024
2 parents 04e4fd9 + 37bfdfd commit 52075c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions micrometer-commons/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jar {
bnd '''\
Import-Package: \
org.aspectj.*;resolution:=dynamic,\
javax.annotation.*;resolution:=optional;version="${@}",\
*
'''.stripIndent()
}
Expand Down
1 change: 1 addition & 0 deletions micrometer-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jar {
rx.*;resolution:=dynamic;version="${@}",\
javax.persistence.*;resolution:=dynamic;version="${@}",\
io.netty.*;resolution:=dynamic;version="${@}",\
javax.annotation.*;resolution:=optional;version="${@}",\
*
'''.stripIndent()
}
Expand Down

0 comments on commit 52075c6

Please sign in to comment.