Skip to content

Commit b34d7d9

Browse files
committed
Update 'unique_modules'
1 parent eda29d3 commit b34d7d9

File tree

2 files changed

+175
-14
lines changed

2 files changed

+175
-14
lines changed

src/main/resources/org/gradlex/javamodule/dependencies/modules.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,9 @@ io.netty.codec=io.netty:netty-codec
2020
io.netty.common=io.netty:netty-common
2121
io.netty.handler=io.netty:netty-handler
2222
io.netty.resolver=io.netty:netty-resolver
23-
io.netty.transport.classes.epoll=io.netty:netty-transport-classes-epoll
2423
io.netty.transport.epoll.linux.aarch_64=io.netty:netty-transport-native-epoll|linux-aarch_64
2524
io.netty.transport.epoll.linux.x86_64=io.netty:netty-transport-native-epoll|linux-x86_64
2625
io.netty.transport.epoll=io.netty:netty-transport-native-epoll
27-
io.netty.transport.unix.common=io.netty:netty-transport-native-unix-common
2826
io.netty.transport=io.netty:netty-transport
2927
io.swagger.v3.oas.annotations=io.swagger.core.v3:swagger-annotations
3028
io.swagger.v3.oas.models=io.swagger.core.v3:swagger-models
@@ -54,6 +52,7 @@ org.apache.httpcomponents.httpmime=org.apache.httpcomponents:httpmime
5452
org.apache.logging.log4j.slf4j=org.apache.logging.log4j:log4j-slf4j2-impl
5553
org.apache.pdfbox.tools=org.apache.pdfbox:pdfbox-tools
5654
org.apache.pdfbox=org.apache.pdfbox:pdfbox
55+
org.checkerframework.dataflow.nullaway=org.checkerframework:dataflow-nullaway
5756
org.codehaus.stax2=org.codehaus.woodstox:stax2-api
5857
org.eclipse.jetty.websocket.javax.websocket.server=org.eclipse.jetty.websocket:javax-websocket-server-impl
5958
org.hamcrest=org.hamcrest:hamcrest

0 commit comments

Comments
 (0)