Skip to content

Commit

Permalink
remove epoll dependency from module-info (#29509)
Browse files Browse the repository at this point in the history
* 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 authored Jun 23, 2022
1 parent ced7a14 commit 01d144a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions sdk/cosmos/azure-cosmos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#### Bugs Fixed

#### Other Changes
* Remove `requires io.netty.transport.epoll` from `module-info`.

### 4.31.0 (2022-06-08)

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 01d144a

Please sign in to comment.