Skip to content

Commit

Permalink
Merge pull request #89 from LakshanSS/laki-d
Browse files Browse the repository at this point in the history
[2201.4.1] Exclude micrometer from the jar
  • Loading branch information
LakshanSS authored Apr 19, 2023
2 parents 3a6ee0d + df31bdd commit a9d75d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosmosdb-native/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jar {
'io/netty/channel/group/**', 'io/netty/channel/local/**', 'io/netty/channel/embedded/**',
'io/netty/channel/oio/**', 'io/netty/channel/internal/**', 'io/netty/bootstrap/**', 'io/netty/util/**',
'io/netty/buffer/**', 'javax/activation/**', 'org/codehaus/stax2/**', 'org/HdrHistogram/**', 'com/ctc/wstx/**',
'org/slf4j/**', 'io/netty/**', 'reactor/netty/**'
'org/slf4j/**', 'io/netty/**', 'reactor/netty/**', 'io/micrometer/**'
}
}

0 comments on commit a9d75d6

Please sign in to comment.