Skip to content

Commit

Permalink
rebase again
Browse files Browse the repository at this point in the history
remove epoll dependency from module-info (Azure#29509)

* remove epoll dependency from module-info

Co-authored-by: annie-mac <[email protected]>
Co-authored-by: annie-mac <[email protected]>
Co-authored-by: annie-mac <[email protected]>
Co-authored-by: annie-mac <[email protected]>
  • Loading branch information
5 people committed Jun 24, 2022
1 parent f3a676b commit 60e7bbb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion sdk/cosmos/azure-cosmos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
* Remove requires io.netty.transport.epoll from module-info.
* Converted from `durationInMicroSec` to `durationInMilliSecs` in `CosmosDiagnostics` - See [PR 29643](https://github.com/Azure/azure-sdk-for-java/pull/29643)


### 4.31.0 (2022-06-08)

#### Bugs Fixed
Expand Down
1 change: 0 additions & 1 deletion sdk/cosmos/azure-cosmos/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
requires io.netty.resolver;
requires io.netty.codec.http;
requires io.netty.codec.http2;
requires io.netty.transport.epoll;
requires io.netty.transport.classes.epoll;
requires io.netty.handler.proxy;
requires reactor.netty.core;
Expand Down

0 comments on commit 60e7bbb

Please sign in to comment.