Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need a pure jar package #1202

Open
fushoujiang opened this issue Nov 29, 2024 · 5 comments
Open

Need a pure jar package #1202

fushoujiang opened this issue Nov 29, 2024 · 5 comments

Comments

@fushoujiang
Copy link

This package is too large, with over a hundred jar packages, which affects the deployment service.

@yhmo
Copy link
Contributor

yhmo commented Nov 29, 2024

If we don't use BulkWriter tool, we can exclude these dependencies:

    <dependencies>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-api</artifactId>
            <version>1.7.36</version>
        </dependency>
        <dependency>
            <groupId>io.milvus</groupId>
            <artifactId>milvus-sdk-java</artifactId>
            <version>2.5.0</version>
            <exclusions>
                <exclusion>
                    <groupId>com.konghq</groupId>
                    <artifactId>unirest-java</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>org.apache.hadoop</groupId>
                    <artifactId>hadoop-client</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>org.apache.parquet</groupId>
                    <artifactId>parquet-avro</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>org.apache.parquet</groupId>
                    <artifactId>parquet-hadoop</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>com.squareup.okhttp3</groupId>
                    <artifactId>okhttp</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>com.amazonaws</groupId>
                    <artifactId>aws-java-sdk-s3</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>com.amazonaws</groupId>
                    <artifactId>aws-java-sdk-sts</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>io.minio</groupId>
                    <artifactId>minio</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>com.azure</groupId>
                    <artifactId>azure-storage-blob</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>com.azure</groupId>
                    <artifactId>azure-identity</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>org.codehaus.plexus</groupId>
                    <artifactId>plexus-utils</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
    </dependencies>

@yhmo
Copy link
Contributor

yhmo commented Nov 29, 2024

The dependency tree will be simplified to:


[INFO] +- org.slf4j:slf4j-api:jar:1.7.36:compile
[INFO] \- io.milvus:milvus-sdk-java:jar:2.5.0:compile
[INFO]    +- io.grpc:grpc-netty-shaded:jar:1.59.1:compile
[INFO]    |  +- com.google.guava:guava:jar:32.0.1-android:compile (scope not updated to compile)
[INFO]    |  |  +- com.google.guava:failureaccess:jar:1.0.1:compile
[INFO]    |  |  +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile
[INFO]    |  |  +- (com.google.code.findbugs:jsr305:jar:3.0.2:compile - omitted for duplicate)
[INFO]    |  |  +- org.checkerframework:checker-qual:jar:3.33.0:compile
[INFO]    |  |  +- (com.google.errorprone:error_prone_annotations:jar:2.18.0:compile - omitted for conflict with 2.20.0)
[INFO]    |  |  \- com.google.j2objc:j2objc-annotations:jar:2.8:compile
[INFO]    |  +- com.google.errorprone:error_prone_annotations:jar:2.20.0:compile
[INFO]    |  +- io.perfmark:perfmark-api:jar:0.26.0:runtime
[INFO]    |  \- io.grpc:grpc-core:jar:1.59.1:compile
[INFO]    |     +- (io.grpc:grpc-api:jar:1.59.1:compile - omitted for duplicate)
[INFO]    |     +- com.google.android:annotations:jar:4.1.1.4:runtime
[INFO]    |     +- org.codehaus.mojo:animal-sniffer-annotations:jar:1.23:runtime
[INFO]    |     +- (com.google.errorprone:error_prone_annotations:jar:2.20.0:runtime - omitted for duplicate)
[INFO]    |     +- (com.google.guava:guava:jar:32.0.1-android:runtime - omitted for duplicate)
[INFO]    |     +- io.grpc:grpc-context:jar:1.59.1:runtime
[INFO]    |     |  \- (io.grpc:grpc-api:jar:1.59.1:runtime - omitted for duplicate)
[INFO]    |     \- io.grpc:grpc-util:jar:1.59.1:runtime
[INFO]    |        +- (org.codehaus.mojo:animal-sniffer-annotations:jar:1.23:runtime - omitted for duplicate)
[INFO]    |        \- (com.google.guava:guava:jar:32.0.1-android:runtime - omitted for duplicate)
[INFO]    +- io.grpc:grpc-protobuf:jar:1.59.1:compile
[INFO]    |  +- io.grpc:grpc-api:jar:1.59.1:compile (scope not updated to compile)
[INFO]    |  |  +- (com.google.code.findbugs:jsr305:jar:3.0.2:compile - omitted for duplicate)
[INFO]    |  |  +- (com.google.errorprone:error_prone_annotations:jar:2.20.0:compile - omitted for duplicate)
[INFO]    |  |  \- (com.google.guava:guava:jar:32.0.1-android:runtime - omitted for duplicate)
[INFO]    |  +- com.google.code.findbugs:jsr305:jar:3.0.2:compile
[INFO]    |  +- (com.google.protobuf:protobuf-java:jar:3.24.0:compile - omitted for duplicate)
[INFO]    |  +- com.google.api.grpc:proto-google-common-protos:jar:2.22.0:compile
[INFO]    |  |  \- (com.google.protobuf:protobuf-java:jar:3.23.2:compile - omitted for conflict with 3.24.0)
[INFO]    |  +- io.grpc:grpc-protobuf-lite:jar:1.59.1:compile
[INFO]    |  |  +- (io.grpc:grpc-api:jar:1.59.1:compile - omitted for duplicate)
[INFO]    |  |  +- (com.google.code.findbugs:jsr305:jar:3.0.2:runtime - omitted for duplicate)
[INFO]    |  |  \- (com.google.guava:guava:jar:32.0.1-android:runtime - omitted for duplicate)
[INFO]    |  \- (com.google.guava:guava:jar:32.0.1-android:runtime - omitted for duplicate)
[INFO]    +- io.grpc:grpc-stub:jar:1.59.1:compile
[INFO]    |  +- (io.grpc:grpc-api:jar:1.59.1:compile - omitted for duplicate)
[INFO]    |  +- (com.google.guava:guava:jar:32.0.1-android:compile - omitted for duplicate)
[INFO]    |  \- (com.google.errorprone:error_prone_annotations:jar:2.20.0:runtime - omitted for duplicate)
[INFO]    +- com.google.protobuf:protobuf-java:jar:3.24.0:compile
[INFO]    +- org.apache.commons:commons-text:jar:1.10.0:compile
[INFO]    |  \- org.apache.commons:commons-lang3:jar:3.12.0:compile
[INFO]    +- org.apache.commons:commons-collections4:jar:4.3:compile
[INFO]    +- com.google.code.gson:gson:jar:2.10.1:compile
[INFO]    \- org.apache.commons:commons-pool2:jar:2.12.0:compile



@yhmo
Copy link
Contributor

yhmo commented Nov 29, 2024

The original dependency tree of milvus-java-sdk:


[INFO] +- org.slf4j:slf4j-api:jar:1.7.36:compile
[INFO] \- io.milvus:milvus-sdk-java:jar:2.5.0:compile
[INFO]    +- io.grpc:grpc-netty-shaded:jar:1.59.1:compile
[INFO]    |  +- com.google.guava:guava:jar:32.0.1-android:compile (scope not updated to compile)
[INFO]    |  |  +- com.google.guava:failureaccess:jar:1.0.1:compile
[INFO]    |  |  +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile
[INFO]    |  |  +- (com.google.code.findbugs:jsr305:jar:3.0.2:compile - omitted for duplicate)
[INFO]    |  |  +- org.checkerframework:checker-qual:jar:3.33.0:compile
[INFO]    |  |  +- (com.google.errorprone:error_prone_annotations:jar:2.18.0:compile - omitted for conflict with 2.20.0)
[INFO]    |  |  \- com.google.j2objc:j2objc-annotations:jar:2.8:compile
[INFO]    |  +- com.google.errorprone:error_prone_annotations:jar:2.20.0:compile
[INFO]    |  +- io.perfmark:perfmark-api:jar:0.26.0:runtime
[INFO]    |  \- io.grpc:grpc-core:jar:1.59.1:compile
[INFO]    |     +- (io.grpc:grpc-api:jar:1.59.1:compile - omitted for duplicate)
[INFO]    |     +- com.google.android:annotations:jar:4.1.1.4:runtime
[INFO]    |     +- org.codehaus.mojo:animal-sniffer-annotations:jar:1.23:runtime
[INFO]    |     +- (com.google.errorprone:error_prone_annotations:jar:2.20.0:runtime - omitted for duplicate)
[INFO]    |     +- (com.google.guava:guava:jar:32.0.1-android:runtime - omitted for duplicate)
[INFO]    |     +- io.grpc:grpc-context:jar:1.59.1:runtime
[INFO]    |     |  \- (io.grpc:grpc-api:jar:1.59.1:runtime - omitted for duplicate)
[INFO]    |     \- io.grpc:grpc-util:jar:1.59.1:runtime
[INFO]    |        +- (org.codehaus.mojo:animal-sniffer-annotations:jar:1.23:runtime - omitted for duplicate)
[INFO]    |        \- (com.google.guava:guava:jar:32.0.1-android:runtime - omitted for duplicate)
[INFO]    +- io.grpc:grpc-protobuf:jar:1.59.1:compile
[INFO]    |  +- io.grpc:grpc-api:jar:1.59.1:compile (scope not updated to compile)
[INFO]    |  |  +- (com.google.code.findbugs:jsr305:jar:3.0.2:compile - omitted for duplicate)
[INFO]    |  |  +- (com.google.errorprone:error_prone_annotations:jar:2.20.0:compile - omitted for duplicate)
[INFO]    |  |  \- (com.google.guava:guava:jar:32.0.1-android:runtime - omitted for duplicate)
[INFO]    |  +- com.google.code.findbugs:jsr305:jar:3.0.2:compile
[INFO]    |  +- (com.google.protobuf:protobuf-java:jar:3.24.0:compile - omitted for duplicate)
[INFO]    |  +- com.google.api.grpc:proto-google-common-protos:jar:2.22.0:compile
[INFO]    |  |  \- (com.google.protobuf:protobuf-java:jar:3.23.2:compile - omitted for conflict with 3.24.0)
[INFO]    |  +- io.grpc:grpc-protobuf-lite:jar:1.59.1:compile
[INFO]    |  |  +- (io.grpc:grpc-api:jar:1.59.1:compile - omitted for duplicate)
[INFO]    |  |  +- (com.google.code.findbugs:jsr305:jar:3.0.2:runtime - omitted for duplicate)
[INFO]    |  |  \- (com.google.guava:guava:jar:32.0.1-android:runtime - omitted for duplicate)
[INFO]    |  \- (com.google.guava:guava:jar:32.0.1-android:runtime - omitted for duplicate)
[INFO]    +- io.grpc:grpc-stub:jar:1.59.1:compile
[INFO]    |  +- (io.grpc:grpc-api:jar:1.59.1:compile - omitted for duplicate)
[INFO]    |  +- (com.google.guava:guava:jar:32.0.1-android:compile - omitted for duplicate)
[INFO]    |  \- (com.google.errorprone:error_prone_annotations:jar:2.20.0:runtime - omitted for duplicate)
[INFO]    +- com.google.protobuf:protobuf-java:jar:3.24.0:compile
[INFO]    +- org.apache.commons:commons-text:jar:1.10.0:compile
[INFO]    |  \- org.apache.commons:commons-lang3:jar:3.12.0:compile
[INFO]    +- org.apache.commons:commons-collections4:jar:4.3:compile
[INFO]    +- com.squareup.okhttp3:okhttp:jar:4.12.0:compile
[INFO]    |  +- com.squareup.okio:okio:jar:3.6.0:compile
[INFO]    |  |  \- com.squareup.okio:okio-jvm:jar:3.6.0:compile
[INFO]    |  |     +- (org.jetbrains.kotlin:kotlin-stdlib-jdk8:jar:1.9.10:compile - omitted for conflict with 1.8.21)
[INFO]    |  |     \- org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.9.10:compile
[INFO]    |  \- org.jetbrains.kotlin:kotlin-stdlib-jdk8:jar:1.8.21:compile
[INFO]    |     +- org.jetbrains.kotlin:kotlin-stdlib:jar:1.8.21:compile
[INFO]    |     |  +- (org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.8.21:compile - omitted for conflict with 1.9.10)
[INFO]    |     |  \- org.jetbrains:annotations:jar:13.0:compile
[INFO]    |     \- org.jetbrains.kotlin:kotlin-stdlib-jdk7:jar:1.8.21:compile
[INFO]    |        \- (org.jetbrains.kotlin:kotlin-stdlib:jar:1.8.21:compile - omitted for duplicate)
[INFO]    +- org.codehaus.plexus:plexus-utils:jar:3.0.24:compile
[INFO]    +- com.google.code.gson:gson:jar:2.10.1:compile
[INFO]    +- org.apache.parquet:parquet-avro:jar:1.13.1:compile
[INFO]    |  +- org.apache.parquet:parquet-column:jar:1.13.1:compile
[INFO]    |  |  +- (org.apache.parquet:parquet-common:jar:1.13.1:compile - omitted for duplicate)
[INFO]    |  |  +- org.apache.parquet:parquet-encoding:jar:1.13.1:compile
[INFO]    |  |  |  +- (org.apache.parquet:parquet-common:jar:1.13.1:compile - omitted for duplicate)
[INFO]    |  |  |  \- (org.slf4j:slf4j-api:jar:1.7.22:compile - omitted for conflict with 1.7.36)
[INFO]    |  |  +- (org.apache.yetus:audience-annotations:jar:0.13.0:compile - omitted for duplicate)
[INFO]    |  |  \- (org.slf4j:slf4j-api:jar:1.7.22:compile - omitted for conflict with 1.7.36)
[INFO]    |  +- (org.apache.parquet:parquet-hadoop:jar:1.13.1:compile - omitted for duplicate)
[INFO]    |  +- org.apache.parquet:parquet-common:jar:1.13.1:compile
[INFO]    |  |  +- (org.apache.parquet:parquet-format-structures:jar:1.13.1:compile - omitted for duplicate)
[INFO]    |  |  \- (org.slf4j:slf4j-api:jar:1.7.22:compile - omitted for conflict with 1.7.36)
[INFO]    |  +- org.apache.avro:avro:jar:1.11.1:compile
[INFO]    |  |  +- (com.fasterxml.jackson.core:jackson-core:jar:2.12.7:compile - omitted for conflict with 2.15.3)
[INFO]    |  |  +- (com.fasterxml.jackson.core:jackson-databind:jar:2.12.7:compile - omitted for conflict with 2.15.3)
[INFO]    |  |  +- (org.apache.commons:commons-compress:jar:1.21:compile - omitted for conflict with 1.24.0)
[INFO]    |  |  \- (org.slf4j:slf4j-api:jar:1.7.36:compile - omitted for duplicate)
[INFO]    |  \- (org.slf4j:slf4j-api:jar:1.7.22:compile - omitted for conflict with 1.7.36)
[INFO]    +- org.apache.parquet:parquet-hadoop:jar:1.13.1:compile
[INFO]    |  +- (org.apache.parquet:parquet-column:jar:1.13.1:compile - omitted for duplicate)
[INFO]    |  +- org.apache.parquet:parquet-format-structures:jar:1.13.1:compile
[INFO]    |  +- (org.apache.parquet:parquet-common:jar:1.13.1:compile - omitted for duplicate)
[INFO]    |  +- org.apache.parquet:parquet-jackson:jar:1.13.1:runtime
[INFO]    |  +- org.xerial.snappy:snappy-java:jar:1.1.8.3:compile
[INFO]    |  +- io.airlift:aircompressor:jar:0.21:compile
[INFO]    |  +- commons-pool:commons-pool:jar:1.6:compile
[INFO]    |  +- com.github.luben:zstd-jni:jar:1.5.0-1:compile
[INFO]    |  +- (org.slf4j:slf4j-api:jar:1.7.22:compile - omitted for conflict with 1.7.36)
[INFO]    |  \- org.apache.yetus:audience-annotations:jar:0.13.0:compile
[INFO]    +- com.konghq:unirest-java:jar:3.13.10:compile
[INFO]    |  +- org.apache.httpcomponents:httpclient:jar:4.5.13:compile
[INFO]    |  |  +- org.apache.httpcomponents:httpcore:jar:4.4.13:compile
[INFO]    |  |  +- commons-logging:commons-logging:jar:1.2:compile
[INFO]    |  |  \- (commons-codec:commons-codec:jar:1.11:compile - omitted for conflict with 1.15)
[INFO]    |  +- org.apache.httpcomponents:httpmime:jar:4.5.13:compile
[INFO]    |  |  \- (org.apache.httpcomponents:httpclient:jar:4.5.13:compile - omitted for duplicate)
[INFO]    |  +- org.apache.httpcomponents:httpcore-nio:jar:4.4.13:compile
[INFO]    |  |  \- (org.apache.httpcomponents:httpcore:jar:4.4.13:compile - omitted for duplicate)
[INFO]    |  +- org.apache.httpcomponents:httpasyncclient:jar:4.1.5:compile
[INFO]    |  |  \- (commons-logging:commons-logging:jar:1.2:compile - omitted for duplicate)
[INFO]    |  +- commons-codec:commons-codec:jar:1.15:compile
[INFO]    |  \- (com.google.code.gson:gson:jar:2.9.0:compile - omitted for conflict with 2.10.1)
[INFO]    +- org.apache.hadoop:hadoop-client:jar:3.3.6:compile
[INFO]    |  +- org.apache.hadoop:hadoop-common:jar:3.3.6:compile
[INFO]    |  |  +- org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_7:jar:1.1.1:compile
[INFO]    |  |  +- (org.apache.hadoop:hadoop-annotations:jar:3.3.6:compile - omitted for duplicate)
[INFO]    |  |  +- org.apache.hadoop.thirdparty:hadoop-shaded-guava:jar:1.1.1:compile
[INFO]    |  |  +- (com.google.guava:guava:jar:27.0-jre:compile - omitted for conflict with 32.0.1-android)
[INFO]    |  |  +- commons-cli:commons-cli:jar:1.2:compile
[INFO]    |  |  +- org.apache.commons:commons-math3:jar:3.1.1:compile
[INFO]    |  |  +- (org.apache.httpcomponents:httpclient:jar:4.5.13:compile - omitted for duplicate)
[INFO]    |  |  +- (commons-codec:commons-codec:jar:1.15:compile - omitted for duplicate)
[INFO]    |  |  +- commons-io:commons-io:jar:2.8.0:compile
[INFO]    |  |  +- commons-net:commons-net:jar:3.9.0:compile
[INFO]    |  |  +- commons-collections:commons-collections:jar:3.2.2:compile
[INFO]    |  |  +- jakarta.activation:jakarta.activation-api:jar:1.2.1:compile
[INFO]    |  |  +- org.eclipse.jetty:jetty-servlet:jar:9.4.51.v20230217:compile
[INFO]    |  |  |  +- org.eclipse.jetty:jetty-security:jar:9.4.51.v20230217:compile
[INFO]    |  |  |  \- org.eclipse.jetty:jetty-util-ajax:jar:9.4.51.v20230217:compile
[INFO]    |  |  +- org.eclipse.jetty:jetty-webapp:jar:9.4.51.v20230217:compile
[INFO]    |  |  |  +- org.eclipse.jetty:jetty-xml:jar:9.4.51.v20230217:compile
[INFO]    |  |  |  \- (org.eclipse.jetty:jetty-servlet:jar:9.4.51.v20230217:compile - omitted for duplicate)
[INFO]    |  |  +- javax.servlet.jsp:jsp-api:jar:2.1:runtime
[INFO]    |  |  +- com.sun.jersey:jersey-servlet:jar:1.19.4:compile
[INFO]    |  |  +- (commons-logging:commons-logging:jar:1.1.3:compile - omitted for conflict with 1.2)
[INFO]    |  |  +- commons-beanutils:commons-beanutils:jar:1.9.4:compile
[INFO]    |  |  |  +- (commons-logging:commons-logging:jar:1.2:compile - omitted for duplicate)
[INFO]    |  |  |  \- (commons-collections:commons-collections:jar:3.2.2:compile - omitted for duplicate)
[INFO]    |  |  +- org.apache.commons:commons-configuration2:jar:2.8.0:compile
[INFO]    |  |  |  +- (org.apache.commons:commons-text:jar:1.9:compile - omitted for conflict with 1.10.0)
[INFO]    |  |  |  \- (commons-logging:commons-logging:jar:1.2:compile - omitted for duplicate)
[INFO]    |  |  +- (org.apache.commons:commons-lang3:jar:3.12.0:compile - omitted for duplicate)
[INFO]    |  |  +- (org.apache.commons:commons-text:jar:1.10.0:compile - omitted for duplicate)
[INFO]    |  |  +- (org.slf4j:slf4j-api:jar:1.7.36:compile - omitted for duplicate)
[INFO]    |  |  +- (org.apache.avro:avro:jar:1.7.7:compile - omitted for conflict with 1.11.1)
[INFO]    |  |  +- com.google.re2j:re2j:jar:1.1:compile
[INFO]    |  |  +- (com.google.protobuf:protobuf-java:jar:2.5.0:compile - omitted for conflict with 3.24.0)
[INFO]    |  |  +- (com.google.code.gson:gson:jar:2.9.0:compile - omitted for conflict with 2.10.1)
[INFO]    |  |  +- org.apache.hadoop:hadoop-auth:jar:3.3.6:compile
[INFO]    |  |  |  +- (org.slf4j:slf4j-api:jar:1.7.36:compile - omitted for duplicate)
[INFO]    |  |  |  +- (commons-codec:commons-codec:jar:1.15:compile - omitted for duplicate)
[INFO]    |  |  |  +- (org.apache.httpcomponents:httpclient:jar:4.5.13:compile - omitted for duplicate)
[INFO]    |  |  |  +- (io.dropwizard.metrics:metrics-core:jar:3.2.4:compile - omitted for duplicate)
[INFO]    |  |  |  +- org.apache.curator:curator-framework:jar:5.2.0:compile
[INFO]    |  |  |  |  \- (org.apache.curator:curator-client:jar:5.2.0:compile - omitted for duplicate)
[INFO]    |  |  |  +- org.apache.kerby:kerb-simplekdc:jar:1.0.1:compile
[INFO]    |  |  |  |  +- org.apache.kerby:kerb-client:jar:1.0.1:compile
[INFO]    |  |  |  |  |  +- org.apache.kerby:kerby-config:jar:1.0.1:compile
[INFO]    |  |  |  |  |  |  \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for conflict with 1.7.36)
[INFO]    |  |  |  |  |  +- (org.apache.kerby:kerb-core:jar:1.0.1:compile - omitted for duplicate)
[INFO]    |  |  |  |  |  +- org.apache.kerby:kerb-common:jar:1.0.1:compile
[INFO]    |  |  |  |  |  |  +- (org.apache.kerby:kerby-config:jar:1.0.1:compile - omitted for duplicate)
[INFO]    |  |  |  |  |  |  +- org.apache.kerby:kerb-crypto:jar:1.0.1:compile
[INFO]    |  |  |  |  |  |  |  +- (org.apache.kerby:kerby-util:jar:1.0.1:compile - omitted for duplicate)
[INFO]    |  |  |  |  |  |  |  \- (org.apache.kerby:kerb-core:jar:1.0.1:compile - omitted for duplicate)
[INFO]    |  |  |  |  |  |  \- (commons-io:commons-io:jar:2.5:compile - omitted for conflict with 2.8.0)
[INFO]    |  |  |  |  |  +- org.apache.kerby:kerb-util:jar:1.0.1:compile
[INFO]    |  |  |  |  |  |  +- (org.apache.kerby:kerby-config:jar:1.0.1:compile - omitted for duplicate)
[INFO]    |  |  |  |  |  |  +- (org.apache.kerby:kerb-core:jar:1.0.1:compile - omitted for duplicate)
[INFO]    |  |  |  |  |  |  \- (org.apache.kerby:kerb-crypto:jar:1.0.1:compile - omitted for duplicate)
[INFO]    |  |  |  |  |  \- org.apache.kerby:token-provider:jar:1.0.1:compile
[INFO]    |  |  |  |  |     \- (org.apache.kerby:kerb-core:jar:1.0.1:compile - omitted for duplicate)
[INFO]    |  |  |  |  \- org.apache.kerby:kerb-admin:jar:1.0.1:compile
[INFO]    |  |  |  |     +- org.apache.kerby:kerb-server:jar:1.0.1:compile
[INFO]    |  |  |  |     |  +- (org.apache.kerby:kerb-common:jar:1.0.1:compile - omitted for duplicate)
[INFO]    |  |  |  |     |  \- org.apache.kerby:kerb-identity:jar:1.0.1:compile
[INFO]    |  |  |  |     |     +- (org.apache.kerby:kerby-config:jar:1.0.1:compile - omitted for duplicate)
[INFO]    |  |  |  |     |     \- (org.apache.kerby:kerb-core:jar:1.0.1:compile - omitted for duplicate)
[INFO]    |  |  |  |     +- (org.apache.kerby:kerb-util:jar:1.0.1:compile - omitted for duplicate)
[INFO]    |  |  |  |     \- org.apache.kerby:kerby-xdr:jar:1.0.1:compile
[INFO]    |  |  |  \- (org.apache.hadoop.thirdparty:hadoop-shaded-guava:jar:1.1.1:compile - omitted for duplicate)
[INFO]    |  |  +- org.apache.curator:curator-client:jar:5.2.0:compile
[INFO]    |  |  +- org.apache.curator:curator-recipes:jar:5.2.0:compile
[INFO]    |  |  |  \- (org.apache.curator:curator-framework:jar:5.2.0:compile - omitted for duplicate)
[INFO]    |  |  +- (com.google.code.findbugs:jsr305:jar:3.0.2:compile - omitted for duplicate)
[INFO]    |  |  +- io.dropwizard.metrics:metrics-core:jar:3.2.4:compile
[INFO]    |  |  |  \- (org.slf4j:slf4j-api:jar:1.7.22:compile - omitted for conflict with 1.7.36)
[INFO]    |  |  +- (org.apache.commons:commons-compress:jar:1.21:compile - omitted for conflict with 1.24.0)
[INFO]    |  |  +- org.apache.kerby:kerb-core:jar:1.0.1:compile
[INFO]    |  |  |  \- org.apache.kerby:kerby-pkix:jar:1.0.1:compile
[INFO]    |  |  |     +- org.apache.kerby:kerby-asn1:jar:1.0.1:compile
[INFO]    |  |  |     +- org.apache.kerby:kerby-util:jar:1.0.1:compile
[INFO]    |  |  |     \- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for conflict with 1.7.36)
[INFO]    |  |  +- (com.fasterxml.jackson.core:jackson-databind:jar:2.12.7.1:compile - omitted for conflict with 2.15.3)
[INFO]    |  |  +- org.codehaus.woodstox:stax2-api:jar:4.2.1:compile
[INFO]    |  |  +- dnsjava:dnsjava:jar:2.1.7:compile
[INFO]    |  |  \- (org.xerial.snappy:snappy-java:jar:1.1.8.2:compile - omitted for conflict with 1.1.8.3)
[INFO]    |  +- org.apache.hadoop:hadoop-hdfs-client:jar:3.3.6:compile
[INFO]    |  |  +- (com.fasterxml.jackson.core:jackson-annotations:jar:2.12.7:compile - omitted for conflict with 2.15.3)
[INFO]    |  |  \- (com.fasterxml.jackson.core:jackson-databind:jar:2.12.7.1:compile - omitted for conflict with 2.15.3)
[INFO]    |  +- org.apache.hadoop:hadoop-yarn-api:jar:3.3.6:compile
[INFO]    |  |  +- (org.apache.hadoop.thirdparty:hadoop-shaded-guava:jar:1.1.1:compile - omitted for duplicate)
[INFO]    |  |  +- javax.xml.bind:jaxb-api:jar:2.2.11:compile
[INFO]    |  |  +- (com.google.protobuf:protobuf-java:jar:2.5.0:compile - omitted for conflict with 3.24.0)
[INFO]    |  |  +- (org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_7:jar:1.1.1:compile - omitted for duplicate)
[INFO]    |  |  \- (com.fasterxml.jackson.core:jackson-annotations:jar:2.12.7:compile - omitted for conflict with 2.15.3)
[INFO]    |  +- org.apache.hadoop:hadoop-yarn-client:jar:3.3.6:compile
[INFO]    |  |  +- (org.apache.hadoop.thirdparty:hadoop-shaded-guava:jar:1.1.1:compile - omitted for duplicate)
[INFO]    |  |  +- org.eclipse.jetty.websocket:websocket-client:jar:9.4.51.v20230217:compile
[INFO]    |  |  |  +- org.eclipse.jetty:jetty-client:jar:9.4.51.v20230217:compile
[INFO]    |  |  |  |  +- org.eclipse.jetty:jetty-http:jar:9.4.51.v20230217:compile
[INFO]    |  |  |  |  |  +- (org.eclipse.jetty:jetty-util:jar:9.4.51.v20230217:compile - omitted for duplicate)
[INFO]    |  |  |  |  |  \- (org.eclipse.jetty:jetty-io:jar:9.4.51.v20230217:compile - omitted for duplicate)
[INFO]    |  |  |  |  \- (org.eclipse.jetty:jetty-io:jar:9.4.51.v20230217:compile - omitted for duplicate)
[INFO]    |  |  |  +- org.eclipse.jetty:jetty-util:jar:9.4.51.v20230217:compile
[INFO]    |  |  |  +- org.eclipse.jetty:jetty-io:jar:9.4.51.v20230217:compile
[INFO]    |  |  |  |  \- (org.eclipse.jetty:jetty-util:jar:9.4.51.v20230217:compile - omitted for duplicate)
[INFO]    |  |  |  \- org.eclipse.jetty.websocket:websocket-common:jar:9.4.51.v20230217:compile
[INFO]    |  |  |     +- org.eclipse.jetty.websocket:websocket-api:jar:9.4.51.v20230217:compile
[INFO]    |  |  |     +- (org.eclipse.jetty:jetty-util:jar:9.4.51.v20230217:compile - omitted for duplicate)
[INFO]    |  |  |     \- (org.eclipse.jetty:jetty-io:jar:9.4.51.v20230217:compile - omitted for duplicate)
[INFO]    |  |  \- org.jline:jline:jar:3.9.0:compile
[INFO]    |  +- org.apache.hadoop:hadoop-mapreduce-client-core:jar:3.3.6:compile
[INFO]    |  |  +- (org.apache.hadoop:hadoop-yarn-client:jar:3.3.6:compile - omitted for duplicate)
[INFO]    |  |  +- org.apache.hadoop:hadoop-yarn-common:jar:3.3.6:compile
[INFO]    |  |  |  +- (org.apache.hadoop:hadoop-hdfs-client:jar:3.3.6:compile - omitted for duplicate)
[INFO]    |  |  |  +- (org.apache.hadoop:hadoop-yarn-api:jar:3.3.6:compile - omitted for duplicate)
[INFO]    |  |  |  +- (org.apache.hadoop:hadoop-auth:jar:3.3.6:compile - omitted for duplicate)
[INFO]    |  |  |  +- (javax.xml.bind:jaxb-api:jar:2.2.11:compile - omitted for duplicate)
[INFO]    |  |  |  +- (org.apache.commons:commons-compress:jar:1.21:compile - omitted for conflict with 1.24.0)
[INFO]    |  |  |  +- javax.servlet:javax.servlet-api:jar:3.1.0:compile
[INFO]    |  |  |  +- (commons-codec:commons-codec:jar:1.15:compile - omitted for duplicate)
[INFO]    |  |  |  +- (org.eclipse.jetty:jetty-util:jar:9.4.51.v20230217:compile - omitted for duplicate)
[INFO]    |  |  |  +- com.sun.jersey:jersey-core:jar:1.19.4:compile
[INFO]    |  |  |  |  \- javax.ws.rs:jsr311-api:jar:1.1.1:compile
[INFO]    |  |  |  +- com.sun.jersey:jersey-client:jar:1.19.4:compile
[INFO]    |  |  |  |  \- (com.sun.jersey:jersey-core:jar:1.19.4:compile - omitted for duplicate)
[INFO]    |  |  |  +- (org.apache.hadoop.thirdparty:hadoop-shaded-guava:jar:1.1.1:compile - omitted for duplicate)
[INFO]    |  |  |  +- (commons-cli:commons-cli:jar:1.2:compile - omitted for duplicate)
[INFO]    |  |  |  +- (org.slf4j:slf4j-api:jar:1.7.36:compile - omitted for duplicate)
[INFO]    |  |  |  +- (com.google.protobuf:protobuf-java:jar:2.5.0:compile - omitted for conflict with 3.24.0)
[INFO]    |  |  |  +- (commons-io:commons-io:jar:2.8.0:compile - omitted for duplicate)
[INFO]    |  |  |  +- (com.fasterxml.jackson.core:jackson-core:jar:2.12.7:compile - omitted for conflict with 2.15.3)
[INFO]    |  |  |  +- (com.fasterxml.jackson.core:jackson-databind:jar:2.12.7.1:compile - omitted for conflict with 2.15.3)
[INFO]    |  |  |  +- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.12.7:compile
[INFO]    |  |  |  |  +- (com.fasterxml.jackson.core:jackson-annotations:jar:2.12.7:compile - omitted for conflict with 2.15.3)
[INFO]    |  |  |  |  +- (com.fasterxml.jackson.core:jackson-core:jar:2.12.7:compile - omitted for conflict with 2.15.3)
[INFO]    |  |  |  |  +- (com.fasterxml.jackson.core:jackson-databind:jar:2.12.7:compile - omitted for conflict with 2.15.3)
[INFO]    |  |  |  |  +- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2:compile
[INFO]    |  |  |  |  |  \- (jakarta.activation:jakarta.activation-api:jar:1.2.1:compile - omitted for duplicate)
[INFO]    |  |  |  |  \- (jakarta.activation:jakarta.activation-api:jar:1.2.1:compile - omitted for duplicate)
[INFO]    |  |  |  \- com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.12.7:compile
[INFO]    |  |  |     +- com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.12.7:compile
[INFO]    |  |  |     |  +- (com.fasterxml.jackson.core:jackson-core:jar:2.12.7:compile - omitted for conflict with 2.15.3)
[INFO]    |  |  |     |  \- (com.fasterxml.jackson.core:jackson-databind:jar:2.12.7:compile - omitted for conflict with 2.15.3)
[INFO]    |  |  |     \- (com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.12.7:compile - omitted for duplicate)
[INFO]    |  |  +- (org.apache.hadoop:hadoop-hdfs-client:jar:3.3.6:compile - omitted for duplicate)
[INFO]    |  |  +- (com.fasterxml.jackson.core:jackson-databind:jar:2.12.7.1:compile - omitted for conflict with 2.15.3)
[INFO]    |  |  +- (com.google.protobuf:protobuf-java:jar:2.5.0:compile - omitted for conflict with 3.24.0)
[INFO]    |  |  \- (org.slf4j:slf4j-api:jar:1.7.36:compile - omitted for duplicate)
[INFO]    |  +- org.apache.hadoop:hadoop-mapreduce-client-jobclient:jar:3.3.6:compile
[INFO]    |  |  +- org.apache.hadoop:hadoop-mapreduce-client-common:jar:3.3.6:compile
[INFO]    |  |  |  +- (org.apache.hadoop:hadoop-yarn-common:jar:3.3.6:compile - omitted for duplicate)
[INFO]    |  |  |  +- (org.apache.hadoop:hadoop-yarn-client:jar:3.3.6:compile - omitted for duplicate)
[INFO]    |  |  |  +- (org.apache.hadoop:hadoop-mapreduce-client-core:jar:3.3.6:compile - omitted for duplicate)
[INFO]    |  |  |  +- (com.google.protobuf:protobuf-java:jar:2.5.0:compile - omitted for conflict with 3.24.0)
[INFO]    |  |  |  \- (org.slf4j:slf4j-api:jar:1.7.36:compile - omitted for duplicate)
[INFO]    |  |  +- (com.google.protobuf:protobuf-java:jar:2.5.0:compile - omitted for conflict with 3.24.0)
[INFO]    |  |  \- (org.slf4j:slf4j-api:jar:1.7.36:compile - omitted for duplicate)
[INFO]    |  \- org.apache.hadoop:hadoop-annotations:jar:3.3.6:compile
[INFO]    +- com.amazonaws:aws-java-sdk-s3:jar:1.12.687:compile
[INFO]    |  +- com.amazonaws:aws-java-sdk-kms:jar:1.12.687:compile
[INFO]    |  |  +- (com.amazonaws:aws-java-sdk-core:jar:1.12.687:compile - omitted for duplicate)
[INFO]    |  |  \- (com.amazonaws:jmespath-java:jar:1.12.687:compile - omitted for duplicate)
[INFO]    |  +- com.amazonaws:aws-java-sdk-core:jar:1.12.687:compile
[INFO]    |  |  +- (commons-codec:commons-codec:jar:1.15:compile - omitted for duplicate)
[INFO]    |  |  +- (org.apache.httpcomponents:httpclient:jar:4.5.13:compile - omitted for duplicate)
[INFO]    |  |  +- (com.fasterxml.jackson.core:jackson-databind:jar:2.12.7.1:compile - omitted for conflict with 2.15.3)
[INFO]    |  |  +- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.12.6:compile
[INFO]    |  |  |  +- (com.fasterxml.jackson.core:jackson-databind:jar:2.12.6:compile - omitted for conflict with 2.15.3)
[INFO]    |  |  |  \- (com.fasterxml.jackson.core:jackson-core:jar:2.12.6:compile - omitted for conflict with 2.15.3)
[INFO]    |  |  \- joda-time:joda-time:jar:2.8.1:compile
[INFO]    |  \- com.amazonaws:jmespath-java:jar:1.12.687:compile
[INFO]    |     \- (com.fasterxml.jackson.core:jackson-databind:jar:2.12.7.1:compile - omitted for conflict with 2.15.3)
[INFO]    +- com.amazonaws:aws-java-sdk-sts:jar:1.12.687:compile
[INFO]    |  +- (com.amazonaws:aws-java-sdk-core:jar:1.12.687:compile - omitted for duplicate)
[INFO]    |  \- (com.amazonaws:jmespath-java:jar:1.12.687:compile - omitted for duplicate)
[INFO]    +- io.minio:minio:jar:8.5.7:compile
[INFO]    |  +- com.carrotsearch.thirdparty:simple-xml-safe:jar:2.7.1:compile
[INFO]    |  +- (com.google.guava:guava:jar:32.1.3-jre:compile - omitted for conflict with 32.0.1-android)
[INFO]    |  +- (com.squareup.okhttp3:okhttp:jar:4.12.0:compile - omitted for duplicate)
[INFO]    |  +- com.fasterxml.jackson.core:jackson-annotations:jar:2.15.3:compile
[INFO]    |  +- com.fasterxml.jackson.core:jackson-core:jar:2.15.3:compile
[INFO]    |  +- com.fasterxml.jackson.core:jackson-databind:jar:2.15.3:compile
[INFO]    |  |  +- (com.fasterxml.jackson.core:jackson-annotations:jar:2.15.3:compile - omitted for duplicate)
[INFO]    |  |  \- (com.fasterxml.jackson.core:jackson-core:jar:2.15.3:compile - omitted for duplicate)
[INFO]    |  +- org.bouncycastle:bcprov-jdk18on:jar:1.76:compile
[INFO]    |  +- org.apache.commons:commons-compress:jar:1.24.0:compile
[INFO]    |  \- (org.xerial.snappy:snappy-java:jar:1.1.10.5:compile - omitted for conflict with 1.1.8.3)
[INFO]    +- com.azure:azure-storage-blob:jar:12.25.3:compile
[INFO]    |  +- com.azure:azure-core:jar:1.47.0:compile
[INFO]    |  |  +- com.azure:azure-json:jar:1.1.0:compile
[INFO]    |  |  +- (com.fasterxml.jackson.core:jackson-annotations:jar:2.13.5:compile - omitted for conflict with 2.15.3)
[INFO]    |  |  +- (com.fasterxml.jackson.core:jackson-core:jar:2.13.5:compile - omitted for conflict with 2.15.3)
[INFO]    |  |  +- (com.fasterxml.jackson.core:jackson-databind:jar:2.13.5:compile - omitted for conflict with 2.15.3)
[INFO]    |  |  +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.13.5:compile
[INFO]    |  |  |  +- (com.fasterxml.jackson.core:jackson-annotations:jar:2.13.5:compile - omitted for conflict with 2.15.3)
[INFO]    |  |  |  +- (com.fasterxml.jackson.core:jackson-core:jar:2.13.5:compile - omitted for conflict with 2.15.3)
[INFO]    |  |  |  \- (com.fasterxml.jackson.core:jackson-databind:jar:2.13.5:compile - omitted for conflict with 2.15.3)
[INFO]    |  |  +- (org.slf4j:slf4j-api:jar:1.7.36:compile - omitted for duplicate)
[INFO]    |  |  \- io.projectreactor:reactor-core:jar:3.4.34:compile
[INFO]    |  |     \- org.reactivestreams:reactive-streams:jar:1.0.4:compile
[INFO]    |  +- com.azure:azure-core-http-netty:jar:1.14.1:compile
[INFO]    |  |  +- (com.azure:azure-core:jar:1.47.0:compile - omitted for duplicate)
[INFO]    |  |  +- io.netty:netty-handler:jar:4.1.101.Final:compile
[INFO]    |  |  |  +- (io.netty:netty-common:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |  +- io.netty:netty-resolver:jar:4.1.101.Final:compile
[INFO]    |  |  |  |  \- (io.netty:netty-common:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |  +- (io.netty:netty-buffer:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |  +- io.netty:netty-transport:jar:4.1.101.Final:compile
[INFO]    |  |  |  |  +- (io.netty:netty-common:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |  |  +- (io.netty:netty-buffer:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |  |  \- (io.netty:netty-resolver:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |  +- (io.netty:netty-transport-native-unix-common:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |  \- (io.netty:netty-codec:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  +- io.netty:netty-handler-proxy:jar:4.1.101.Final:compile
[INFO]    |  |  |  +- (io.netty:netty-common:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |  +- (io.netty:netty-buffer:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |  +- (io.netty:netty-transport:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |  +- (io.netty:netty-codec:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |  +- io.netty:netty-codec-socks:jar:4.1.101.Final:compile
[INFO]    |  |  |  |  +- (io.netty:netty-common:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |  |  +- (io.netty:netty-buffer:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |  |  +- (io.netty:netty-transport:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |  |  \- (io.netty:netty-codec:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |  \- (io.netty:netty-codec-http:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  +- io.netty:netty-buffer:jar:4.1.101.Final:compile
[INFO]    |  |  |  \- (io.netty:netty-common:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  +- io.netty:netty-codec:jar:4.1.101.Final:compile
[INFO]    |  |  |  +- (io.netty:netty-common:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |  +- (io.netty:netty-buffer:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |  \- (io.netty:netty-transport:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  +- io.netty:netty-codec-http:jar:4.1.101.Final:compile
[INFO]    |  |  |  +- (io.netty:netty-common:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |  +- (io.netty:netty-buffer:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |  +- (io.netty:netty-transport:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |  +- (io.netty:netty-codec:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |  \- (io.netty:netty-handler:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  +- io.netty:netty-codec-http2:jar:4.1.101.Final:compile
[INFO]    |  |  |  +- (io.netty:netty-common:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |  +- (io.netty:netty-buffer:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |  +- (io.netty:netty-transport:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |  +- (io.netty:netty-codec:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |  +- (io.netty:netty-handler:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |  \- (io.netty:netty-codec-http:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  +- io.netty:netty-transport-native-unix-common:jar:4.1.101.Final:compile
[INFO]    |  |  |  +- (io.netty:netty-common:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |  +- (io.netty:netty-buffer:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |  \- (io.netty:netty-transport:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  +- io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.101.Final:compile
[INFO]    |  |  |  +- (io.netty:netty-common:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |  +- (io.netty:netty-buffer:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |  +- (io.netty:netty-transport:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |  +- (io.netty:netty-transport-native-unix-common:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |  \- io.netty:netty-transport-classes-epoll:jar:4.1.101.Final:compile
[INFO]    |  |  |     +- (io.netty:netty-common:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |     +- (io.netty:netty-buffer:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |     +- (io.netty:netty-transport:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |     \- (io.netty:netty-transport-native-unix-common:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  +- io.netty:netty-transport-native-kqueue:jar:osx-x86_64:4.1.101.Final:compile
[INFO]    |  |  |  +- (io.netty:netty-common:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |  +- (io.netty:netty-buffer:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |  +- (io.netty:netty-transport:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |  +- (io.netty:netty-transport-native-unix-common:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |  \- io.netty:netty-transport-classes-kqueue:jar:4.1.101.Final:compile
[INFO]    |  |  |     +- (io.netty:netty-common:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |     +- (io.netty:netty-buffer:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |     +- (io.netty:netty-transport:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |     \- (io.netty:netty-transport-native-unix-common:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  +- io.netty:netty-tcnative-boringssl-static:jar:2.0.62.Final:compile
[INFO]    |  |  |  +- io.netty:netty-tcnative-classes:jar:2.0.62.Final:compile
[INFO]    |  |  |  +- io.netty:netty-tcnative-boringssl-static:jar:linux-x86_64:2.0.62.Final:compile
[INFO]    |  |  |  |  +- (io.netty:netty-tcnative-boringssl-static:jar:linux-aarch_64:2.0.62.Final:compile - omitted for duplicate)
[INFO]    |  |  |  |  +- (io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.62.Final:compile - omitted for duplicate)
[INFO]    |  |  |  |  +- (io.netty:netty-tcnative-boringssl-static:jar:osx-aarch_64:2.0.62.Final:compile - omitted for duplicate)
[INFO]    |  |  |  |  \- (io.netty:netty-tcnative-boringssl-static:jar:windows-x86_64:2.0.62.Final:compile - omitted for duplicate)
[INFO]    |  |  |  +- io.netty:netty-tcnative-boringssl-static:jar:linux-aarch_64:2.0.62.Final:compile
[INFO]    |  |  |  |  +- (io.netty:netty-tcnative-boringssl-static:jar:linux-x86_64:2.0.62.Final:compile - omitted for duplicate)
[INFO]    |  |  |  |  +- (io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.62.Final:compile - omitted for duplicate)
[INFO]    |  |  |  |  +- (io.netty:netty-tcnative-boringssl-static:jar:osx-aarch_64:2.0.62.Final:compile - omitted for duplicate)
[INFO]    |  |  |  |  \- (io.netty:netty-tcnative-boringssl-static:jar:windows-x86_64:2.0.62.Final:compile - omitted for duplicate)
[INFO]    |  |  |  +- io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.62.Final:compile
[INFO]    |  |  |  |  +- (io.netty:netty-tcnative-boringssl-static:jar:linux-x86_64:2.0.62.Final:compile - omitted for duplicate)
[INFO]    |  |  |  |  +- (io.netty:netty-tcnative-boringssl-static:jar:linux-aarch_64:2.0.62.Final:compile - omitted for duplicate)
[INFO]    |  |  |  |  +- (io.netty:netty-tcnative-boringssl-static:jar:osx-aarch_64:2.0.62.Final:compile - omitted for duplicate)
[INFO]    |  |  |  |  \- (io.netty:netty-tcnative-boringssl-static:jar:windows-x86_64:2.0.62.Final:compile - omitted for duplicate)
[INFO]    |  |  |  +- io.netty:netty-tcnative-boringssl-static:jar:osx-aarch_64:2.0.62.Final:compile
[INFO]    |  |  |  |  +- (io.netty:netty-tcnative-boringssl-static:jar:linux-x86_64:2.0.62.Final:compile - omitted for duplicate)
[INFO]    |  |  |  |  +- (io.netty:netty-tcnative-boringssl-static:jar:linux-aarch_64:2.0.62.Final:compile - omitted for duplicate)
[INFO]    |  |  |  |  +- (io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.62.Final:compile - omitted for duplicate)
[INFO]    |  |  |  |  \- (io.netty:netty-tcnative-boringssl-static:jar:windows-x86_64:2.0.62.Final:compile - omitted for duplicate)
[INFO]    |  |  |  \- io.netty:netty-tcnative-boringssl-static:jar:windows-x86_64:2.0.62.Final:compile
[INFO]    |  |  |     +- (io.netty:netty-tcnative-boringssl-static:jar:linux-x86_64:2.0.62.Final:compile - omitted for duplicate)
[INFO]    |  |  |     +- (io.netty:netty-tcnative-boringssl-static:jar:linux-aarch_64:2.0.62.Final:compile - omitted for duplicate)
[INFO]    |  |  |     +- (io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.62.Final:compile - omitted for duplicate)
[INFO]    |  |  |     \- (io.netty:netty-tcnative-boringssl-static:jar:osx-aarch_64:2.0.62.Final:compile - omitted for duplicate)
[INFO]    |  |  +- io.projectreactor.netty:reactor-netty-http:jar:1.0.40:compile
[INFO]    |  |  |  +- (io.netty:netty-codec-http:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |  +- (io.netty:netty-codec-http2:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |  +- io.netty:netty-resolver-dns:jar:4.1.101.Final:compile
[INFO]    |  |  |  |  +- (io.netty:netty-common:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |  |  +- (io.netty:netty-buffer:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |  |  +- (io.netty:netty-resolver:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |  |  +- (io.netty:netty-transport:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |  |  +- (io.netty:netty-codec:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |  |  +- io.netty:netty-codec-dns:jar:4.1.101.Final:compile
[INFO]    |  |  |  |  |  +- (io.netty:netty-common:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |  |  |  +- (io.netty:netty-buffer:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |  |  |  +- (io.netty:netty-transport:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |  |  |  \- (io.netty:netty-codec:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |  |  \- (io.netty:netty-handler:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |  +- io.netty:netty-resolver-dns-native-macos:jar:osx-x86_64:4.1.101.Final:compile
[INFO]    |  |  |  |  \- io.netty:netty-resolver-dns-classes-macos:jar:4.1.101.Final:compile
[INFO]    |  |  |  |     +- (io.netty:netty-common:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |  |     +- (io.netty:netty-resolver-dns:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |  |     \- (io.netty:netty-transport-native-unix-common:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |  +- (io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |  +- io.projectreactor.netty:reactor-netty-core:jar:1.0.40:compile
[INFO]    |  |  |  |  +- (io.netty:netty-handler:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |  |  +- (io.netty:netty-handler-proxy:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |  |  +- (io.netty:netty-resolver-dns:jar:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |  |  +- (io.netty:netty-resolver-dns-native-macos:jar:osx-x86_64:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |  |  +- (io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.101.Final:compile - omitted for duplicate)
[INFO]    |  |  |  |  \- (io.projectreactor:reactor-core:jar:3.4.34:compile - omitted for duplicate)
[INFO]    |  |  |  \- (io.projectreactor:reactor-core:jar:3.4.34:compile - omitted for duplicate)
[INFO]    |  |  \- io.netty:netty-common:jar:4.1.101.Final:compile
[INFO]    |  +- com.azure:azure-storage-common:jar:12.24.3:compile
[INFO]    |  |  +- (com.azure:azure-core:jar:1.47.0:compile - omitted for duplicate)
[INFO]    |  |  +- (com.azure:azure-core-http-netty:jar:1.14.1:compile - omitted for duplicate)
[INFO]    |  |  \- (com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.13.5:compile - omitted for duplicate)
[INFO]    |  +- com.azure:azure-storage-internal-avro:jar:12.10.3:compile
[INFO]    |  |  +- (com.azure:azure-core:jar:1.47.0:compile - omitted for duplicate)
[INFO]    |  |  +- (com.azure:azure-storage-common:jar:12.24.3:compile - omitted for duplicate)
[INFO]    |  |  \- (com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.13.5:compile - omitted for duplicate)
[INFO]    |  \- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.13.5:compile
[INFO]    |     +- (com.fasterxml.jackson.core:jackson-core:jar:2.13.5:compile - omitted for conflict with 2.15.3)
[INFO]    |     +- (com.fasterxml.jackson.core:jackson-annotations:jar:2.13.5:compile - omitted for conflict with 2.15.3)
[INFO]    |     +- (com.fasterxml.jackson.core:jackson-databind:jar:2.13.5:compile - omitted for conflict with 2.15.3)
[INFO]    |     +- (org.codehaus.woodstox:stax2-api:jar:4.2.1:compile - omitted for duplicate)
[INFO]    |     \- com.fasterxml.woodstox:woodstox-core:jar:6.4.0:compile
[INFO]    |        \- (org.codehaus.woodstox:stax2-api:jar:4.2.1:compile - omitted for duplicate)
[INFO]    +- com.azure:azure-identity:jar:1.10.1:compile
[INFO]    |  +- (com.azure:azure-core:jar:1.43.0:compile - omitted for conflict with 1.47.0)
[INFO]    |  +- (com.azure:azure-core-http-netty:jar:1.13.7:compile - omitted for conflict with 1.14.1)
[INFO]    |  +- com.microsoft.azure:msal4j:jar:1.13.9:compile
[INFO]    |  |  +- com.nimbusds:oauth2-oidc-sdk:jar:10.7.1:compile
[INFO]    |  |  |  +- com.github.stephenc.jcip:jcip-annotations:jar:1.0-1:compile
[INFO]    |  |  |  +- com.nimbusds:content-type:jar:2.2:compile
[INFO]    |  |  |  +- (net.minidev:json-smart:jar:2.4.10:compile - omitted for duplicate)
[INFO]    |  |  |  +- com.nimbusds:lang-tag:jar:1.7:compile
[INFO]    |  |  |  \- com.nimbusds:nimbus-jose-jwt:jar:9.30.2:compile
[INFO]    |  |  |     \- (com.github.stephenc.jcip:jcip-annotations:jar:1.0-1:compile - omitted for duplicate)
[INFO]    |  |  +- net.minidev:json-smart:jar:2.4.10:compile
[INFO]    |  |  |  \- net.minidev:accessors-smart:jar:2.4.9:compile
[INFO]    |  |  |     \- org.ow2.asm:asm:jar:9.3:compile
[INFO]    |  |  +- (org.slf4j:slf4j-api:jar:1.7.36:compile - omitted for duplicate)
[INFO]    |  |  \- (com.fasterxml.jackson.core:jackson-databind:jar:2.13.4.2:compile - omitted for conflict with 2.15.3)
[INFO]    |  \- com.microsoft.azure:msal4j-persistence-extension:jar:1.2.0:compile
[INFO]    |     +- (com.microsoft.azure:msal4j:jar:1.4.0:compile - omitted for conflict with 1.13.9)
[INFO]    |     +- net.java.dev.jna:jna:jar:5.13.0:compile
[INFO]    |     \- (org.slf4j:slf4j-api:jar:1.7.7:compile - omitted for conflict with 1.7.36)
[INFO]    \- org.apache.commons:commons-pool2:jar:2.12.0:compile

@yhmo
Copy link
Contributor

yhmo commented Nov 29, 2024

A proposal: split the code into 2 sub-modules

Root pom.xml:

    <groupId>io.milvus</groupId>
    <artifactId>milvus-sdk-java</artifactId>
    <version>${version}</version>

Sub module for core interfaces:

  <parent>
    <groupId>io.milvus</groupId>
    <artifactId>milvus-sdk-java</artifactId>
    <version>${version}</version>
    <relativePath>../pom.xml</relativePath>
  </parent>
  <artifactId>milvus-sdk-java-core</artifactId>

Sub module for BulkWriter:

  <parent>
    <groupId>io.milvus</groupId>
    <artifactId>milvus-sdk-java</artifactId>
    <version>${version}</version>
    <relativePath>../pom.xml</relativePath>
  </parent>
  <artifactId>milvus-sdk-java-bulkwriter</artifactId>

@yhmo
Copy link
Contributor

yhmo commented Dec 9, 2024

#1223
#1224

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants