kezhenxu94 commented on a change in pull request #7766:
URL: https://github.com/apache/skywalking/pull/7766#discussion_r742876708
##########
File path: tools/dependencies/known-oap-backend-dependencies.txt
##########
@@ -61,17 +61,26 @@ httpclient-4.5.13.jar
httpcore-4.4.13.jar
httpcore-nio-4.4.13.jar
influxdb-java-2.15.jar
+iotdb-session-0.13.0-SNAPSHOT.jar
+iotdb-thrift-0.13.0-SNAPSHOT.jar
+istack-commons-runtime-4.0.0.jar
jackson-annotations-2.12.2.jar
jackson-core-2.12.2.jar
jackson-databind-2.12.2.jar
jackson-datatype-guava-2.9.10.jar
jackson-datatype-jdk8-2.9.10.jar
jackson-module-afterburner-2.12.2.jar
jackson-module-kotlin-2.8.8.jar
+jakarta.activation-2.0.0.jar
+jakarta.xml.bind-api-3.0.0.jar
Review comment:
I think it is your local cache that cause this issue, because when maven
downloads a SNAPSHOT package it will firstly check whether it exists in your
local repository (typically `~/.m2/repository`), and if exists it will be used
directly, but SNAPSHOT can be overrode in remote repository so you might be
using an old revision locally, as I check the latest revision of this
iotdb-session SNAPSHOT is `iotdb-session-0.13.0-20211102.115555-1.jar Tue Nov
02 14:07:09 UTC 2021 67297` (the same revision GitHub Action is using) so you
might want to update the local SNAPSHOT and repackage to see the changes,
generally adding `-U` will do the trick (`./mvnw -U ....`)
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]