Skip to content

Commit

Permalink
fix reactor#1470 Add Micrometer to OSGI optional bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbasle committed Dec 20, 2018
1 parent 408b9bf commit 510a0fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ ext {

bundleImportPackages = ['org.slf4j;resolution:=optional;version="[1.5.4,2)"',
'kotlin.*;resolution:=optional',
'io.micrometer.*;resolution:=optional',
'!javax.annotation',
'!javax.annotation.meta',
'*']
Expand Down

0 comments on commit 510a0fa

Please sign in to comment.