This is an automated email from the ASF dual-hosted git repository. jackietien pushed a commit to branch rc/2.0.6 in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 914430555c4c418a308998fb26330a94a425a06e Author: JackieTien97 <[email protected]> AuthorDate: Wed Dec 17 15:15:19 2025 +0800 Correct the dependencies.json --- dependencies.json | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/dependencies.json b/dependencies.json index dd439e372d4..7da90c749e0 100644 --- a/dependencies.json +++ b/dependencies.json @@ -28,24 +28,20 @@ "com.google.guava:listenablefuture", "com.google.j2objc:j2objc-annotations", "com.h2database:h2-mvstore", + "com.lmax:disruptor", "com.nimbusds:content-type", "com.nimbusds:lang-tag", "com.nimbusds:nimbus-jose-jwt", "com.nimbusds:oauth2-oidc-sdk", "com.sun.istack:istack-commons-runtime", - "org.apache.ratis:ratis-client", - "org.apache.ratis:ratis-common", - "org.apache.ratis:ratis-grpc", - "org.apache.ratis:ratis-metrics-api", - "org.apache.ratis:ratis-proto", - "org.apache.ratis:ratis-server", - "org.apache.ratis:ratis-server-api", "com.zaxxer:HikariCP", "commons-cli:commons-cli", "commons-codec:commons-codec", - "commons-codec:commons-codec", + "commons-io:commons-io", "commons-logging:commons-logging", "io.airlift:airline", + "io.airlift:concurrent", + "io.airlift:log", "io.airlift:units", "io.dropwizard.metrics:metrics-core", "io.jsonwebtoken:jjwt-api", @@ -56,6 +52,7 @@ "io.netty:netty-codec", "io.netty:netty-codec-dns", "io.netty:netty-codec-http", + "io.netty:netty-codec-http", "io.netty:netty-codec-http2", "io.netty:netty-codec-mqtt", "io.netty:netty-codec-socks", @@ -98,14 +95,21 @@ "net.minidev:accessors-smart", "net.minidev:json-smart", "org.antlr:antlr4-runtime", + "org.apache.commons:commons-collections4", "org.apache.commons:commons-csv", "org.apache.commons:commons-jexl3", "org.apache.commons:commons-lang3", - "org.apache.commons:commons-lang3", "org.apache.commons:commons-math3", "org.apache.commons:commons-pool2", "org.apache.httpcomponents:httpclient", "org.apache.httpcomponents:httpcore", + "org.apache.ratis:ratis-client", + "org.apache.ratis:ratis-common", + "org.apache.ratis:ratis-grpc", + "org.apache.ratis:ratis-metrics-api", + "org.apache.ratis:ratis-proto", + "org.apache.ratis:ratis-server", + "org.apache.ratis:ratis-server-api", "org.apache.ratis:ratis-thirdparty-misc", "org.apache.thrift:libthrift", "org.apache.tsfile:common", @@ -114,7 +118,6 @@ "org.bouncycastle:bcprov-jdk18on", "org.bouncycastle:bcutil-jdk18on", "org.checkerframework:checker-qual", - "org.checkerframework:checker-qual", "org.eclipse.collections:eclipse-collections", "org.eclipse.collections:eclipse-collections-api", "org.eclipse.jetty:jetty-http", @@ -161,6 +164,7 @@ "org.osgi:osgi.core", "org.ow2.asm:asm", "org.reactivestreams:reactive-streams", + "org.reflections:reflections", "org.slf4j:slf4j-api", "org.slf4j:slf4j-reload4j", "org.tukaani:xz", @@ -168,4 +172,4 @@ "org.yaml:snakeyaml", "pl.edu.icm:JLargeArrays" ] -} +} \ No newline at end of file
