added netty modules
This commit is contained in:
14
build.gradle
14
build.gradle
@@ -53,7 +53,7 @@ catalog {
|
||||
version('junit.jupiter', '5.9.3')
|
||||
version('kotlin', '1.9.0')
|
||||
version('log4j', '2.20.0')
|
||||
version('netty', '4.1.94.Final')
|
||||
version('netty', '4.1.96.Final')
|
||||
version('parsson', '1.1.2')
|
||||
version('picocli', '4.7.4')
|
||||
version('postgresql', '42.5.4')
|
||||
@@ -98,6 +98,18 @@ catalog {
|
||||
library('h2', 'com.h2database', 'h2').versionRef('h2')
|
||||
library('jcommander', 'com.beust', 'jcommander').versionRef('jcommander')
|
||||
library('netty-codec-http', 'io.netty', 'netty-codec-http').versionRef('netty')
|
||||
library('netty-codec-http2', 'io.netty', 'netty-codec-http2').versionRef('netty')
|
||||
library('netty-buffer', 'io.netty', 'netty-buffer').versionRef('netty')
|
||||
library('netty-transport', 'io.netty', 'netty-transport').versionRef('netty')
|
||||
library('netty-handler-proxy', 'io.netty', 'netty-handler-proxy').versionRef('netty')
|
||||
library('netty-resolver', 'io.netty', 'netty-resolver').versionRef('netty')
|
||||
library('netty-codec', 'io.netty', 'netty-codec').versionRef('netty')
|
||||
library('netty-all', 'io.netty', 'netty-all').versionRef('netty')
|
||||
library('netty-codec-smtp', 'io.netty', 'netty-codec-smtp').versionRef('netty')
|
||||
library('netty-codec-xml', 'io.netty', 'netty-codec-xml').versionRef('netty')
|
||||
library('netty-codec-stomp', 'io.netty', 'netty-codec-stomp').versionRef('netty')
|
||||
library('netty-transport-udt', 'io.netty', 'netty-transport-udt').versionRef('netty')
|
||||
library('netty-handler-ssl-ocsp', 'io.netty', 'netty-handler-ssl-ocsp').versionRef('netty')
|
||||
library('jgroups', 'org.jgroups', 'jgroups').versionRef('jgroups')
|
||||
library('jaxb-api', 'javax.xml.bind', 'jaxb-api').versionRef('jaxb-api')
|
||||
|
||||
|
@@ -1 +1 @@
|
||||
lys.catalog.version = 2023.07.28
|
||||
lys.catalog.version = 2023.07.31
|
||||
|
Reference in New Issue
Block a user