added netty modules

This commit is contained in:
2023-07-31 17:38:22 +08:00
parent 337012d34e
commit a0f33ebeb8
2 changed files with 14 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ catalog {
version('junit.jupiter', '5.9.3') version('junit.jupiter', '5.9.3')
version('kotlin', '1.9.0') version('kotlin', '1.9.0')
version('log4j', '2.20.0') version('log4j', '2.20.0')
version('netty', '4.1.94.Final') version('netty', '4.1.96.Final')
version('parsson', '1.1.2') version('parsson', '1.1.2')
version('picocli', '4.7.4') version('picocli', '4.7.4')
version('postgresql', '42.5.4') version('postgresql', '42.5.4')
@@ -98,6 +98,18 @@ catalog {
library('h2', 'com.h2database', 'h2').versionRef('h2') library('h2', 'com.h2database', 'h2').versionRef('h2')
library('jcommander', 'com.beust', 'jcommander').versionRef('jcommander') library('jcommander', 'com.beust', 'jcommander').versionRef('jcommander')
library('netty-codec-http', 'io.netty', 'netty-codec-http').versionRef('netty') 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('jgroups', 'org.jgroups', 'jgroups').versionRef('jgroups')
library('jaxb-api', 'javax.xml.bind', 'jaxb-api').versionRef('jaxb-api') library('jaxb-api', 'javax.xml.bind', 'jaxb-api').versionRef('jaxb-api')

View File

@@ -1 +1 @@
lys.catalog.version = 2023.07.28 lys.catalog.version = 2023.07.31