dominicqi opened a new issue #4860: URL: https://github.com/apache/skywalking/issues/4860
Please answer these questions before submitting your issue. - Why do you submit this issue? - [x] Question - What happen? I found the maven dependency tree is worng 。 es7 dist use elasticsearch client 6.x run `./mvnw dependency:tree` output ``` [INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ apache-skywalking-apm-es7 --- [INFO] org.apache.skywalking:apache-skywalking-apm-es7:pom:8.0.0-SNAPSHOT [INFO] +- org.apache.skywalking:apm-agent:jar:8.0.0-SNAPSHOT:compile [INFO] | \- org.apache.skywalking:apm-agent-core:jar:8.0.0-SNAPSHOT:compile [INFO] | +- org.apache.skywalking:apm-network:jar:8.0.0-SNAPSHOT:compile [INFO] | | +- io.grpc:grpc-netty:jar:1.26.0:compile [INFO] | | | +- io.netty:netty-codec-http2:jar:4.1.42.Final:compile (version selected from constraint [4.1.42.Final,4.1.42.Final]) [INFO] | | | \- io.netty:netty-handler-proxy:jar:4.1.42.Final:compile [INFO] | | | \- io.netty:netty-codec-socks:jar:4.1.42.Final:compile [INFO] | | +- io.grpc:grpc-protobuf:jar:1.26.0:compile [INFO] | | | +- io.grpc:grpc-api:jar:1.26.0:compile [INFO] | | | | \- io.grpc:grpc-context:jar:1.26.0:compile [INFO] | | | +- com.google.protobuf:protobuf-java:jar:3.11.0:compile [INFO] | | | +- com.google.api.grpc:proto-google-common-protos:jar:1.12.0:compile [INFO] | | | \- io.grpc:grpc-protobuf-lite:jar:1.26.0:compile [INFO] | | +- io.grpc:grpc-stub:jar:1.26.0:compile [INFO] | | \- io.netty:netty-tcnative-boringssl-static:jar:2.0.26.Final:compile [INFO] | +- org.apache.skywalking:apm-util:jar:8.0.0-SNAPSHOT:compile [INFO] | +- net.bytebuddy:byte-buddy:jar:1.10.7:compile [INFO] | \- org.apache.skywalking:apm-datacarrier:jar:8.0.0-SNAPSHOT:compile [INFO] +- org.apache.skywalking:server-starter-es7:jar:8.0.0-SNAPSHOT:compile [INFO] | +- org.apache.skywalking:server-bootstrap:jar:8.0.0-SNAPSHOT:compile [INFO] | | +- org.apache.skywalking:server-core:jar:8.0.0-SNAPSHOT:compile [INFO] | | | +- org.yaml:snakeyaml:jar:1.18:compile [INFO] | | | +- org.apache.skywalking:library-module:jar:8.0.0-SNAPSHOT:compile [INFO] | | | +- org.apache.skywalking:telemetry-api:jar:8.0.0-SNAPSHOT:compile [INFO] | | | +- org.apache.skywalking:configuration-api:jar:8.0.0-SNAPSHOT:compile [INFO] | | | +- org.apache.skywalking:library-util:jar:8.0.0-SNAPSHOT:compile [INFO] | | | | +- joda-time:joda-time:jar:2.10.5:compile [INFO] | | | | \- com.google.protobuf:protobuf-java-util:jar:3.11.4:compile [INFO] | | | +- org.apache.skywalking:library-client:jar:8.0.0-SNAPSHOT:compile [INFO] | | | | +- com.zaxxer:HikariCP:jar:3.1.0:compile [INFO] | | | | +- commons-dbcp:commons-dbcp:jar:1.4:compile [INFO] | | | | | \- commons-pool:commons-pool:jar:1.5.4:compile [INFO] | | | | +- org.elasticsearch.client:elasticsearch-rest-high-level-client:jar:6.3.2:compile ``` But i found the es client lib in `oap-server/server-starter-es7/target/skywalking-oap-assembly/skywalking-oap/libs` is 7.0.0 。 I m confused. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
