This commit is contained in:
32
build.gradle
32
build.gradle
@@ -126,19 +126,43 @@ catalog {
|
||||
library('h2', 'com.h2database', 'h2').versionRef('h2')
|
||||
library('jcommander', 'com.beust', 'jcommander').versionRef('jcommander')
|
||||
library('netty-common', 'io.netty', 'netty-common').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-resolver', 'io.netty', 'netty-resolver').versionRef('netty')
|
||||
library('netty-handler-proxy', 'io.netty', 'netty-handler-proxy').versionRef('netty')
|
||||
library('netty-handler-ssl-ocsp', 'io.netty', 'netty-handler-ssl-ocsp').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-http', 'io.netty', 'netty-codec-http').versionRef('netty')
|
||||
library('netty-codec-http2', 'io.netty', 'netty-codec-http2').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-codec-memcache', 'io.netty', 'netty-codec-memcache').versionRef('netty')
|
||||
library('netty-codec-redis', 'io.netty', 'netty-codec-redis').versionRef('netty')
|
||||
library('netty-codec-dns', 'io.netty', 'netty-codec-dns').versionRef('netty')
|
||||
library('netty-codec-socks', 'io.netty', 'netty-codec-socks').versionRef('netty')
|
||||
library('netty-codec-mqtt', 'io.netty', 'netty-codec-socks').versionRef('netty')
|
||||
library('netty-codec-compression', 'io.netty', 'netty-codec-compression').versionRef('netty')
|
||||
library('netty-codec-protobuf', 'io.netty', 'netty-codec-compression').versionRef('netty')
|
||||
library('netty-codec-marshalling', 'io.netty', 'netty-codec-marshalling').versionRef('netty')
|
||||
|
||||
|
||||
library('netty-transport', 'io.netty', 'netty-transport').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('netty-transport-sctp', 'io.netty', 'netty-transport-sctp').versionRef('netty')
|
||||
library('netty-transport-native-epoll', 'io.netty', 'netty-transport-native-epoll').versionRef('netty')
|
||||
library('netty-transport-native-kqueue', 'io.netty', 'netty-transport-native-kqueue').versionRef('netty')
|
||||
library('netty-transport-native-io_uring', 'io.netty', 'netty-transport-native-io_uring').versionRef('netty')
|
||||
library('netty-tcnative-boringssl-static', 'io.netty', 'netty-tcnative-boringssl-static').versionRef('netty')
|
||||
library('netty-transport-native-unix-common', 'io.netty', 'netty-transport-native-unix-common').versionRef('netty')
|
||||
|
||||
library('netty-handler-proxy', 'io.netty', 'netty-handler-proxy').versionRef('netty')
|
||||
library('netty-resolver-dns', 'io.netty', 'netty-resolver-dns').versionRef('netty')
|
||||
|
||||
library('netty-transport-native-unix-common', 'io.netty', 'netty-transport-native-unix-common').versionRef('netty')
|
||||
library('netty-transport-native-unix-common', 'io.netty', 'netty-transport-native-unix-common').versionRef('netty')
|
||||
|
||||
library('jgroups', 'org.jgroups', 'jgroups').versionRef('jgroups')
|
||||
library('jaxb-api', 'javax.xml.bind', 'jaxb-api').versionRef('jaxb-api')
|
||||
|
||||
|
@@ -1,3 +1,3 @@
|
||||
lys.catalog.version = 2025.01.25
|
||||
lys.catalog.version = 2025.01.31
|
||||
gitea.maven.url = https://gitea.woggioni.net/api/packages/woggioni/maven
|
||||
|
||||
|
Reference in New Issue
Block a user