Skip to content

Can not find dependency when using DBeaver (在使用DBeaver连接IoTDB时无法找到对应的Maven依赖) #5650

Answered by HTHou
Theyoungwolf1201 asked this question in Q&A
Discussion options

You must be logged in to vote

可以下载0.13.0版本的源代码https://github.com/apache/iotdb/releases/download/v0.13.0/apache-iotdb-0.13.0-source-release.zip ,然后解压执行mvn clean package -pl jdbc -am -DskipTests -P get-jar-with-dependencies 后,在jdbc/target/ 下找到并添加名为iotdb-jdbc-0.13.0-jar-with-dependencies.jar的包。 只需要添加这一个包就行。官网的图有点没说清楚,我们之后更新一下!

You can download the source code (https://github.com/apache/iotdb/releases/download/v0.13.0/apache-iotdb-0.13.0-source-release.zip), unzip, and run mvn clean package -pl jdbc -am -DskipTests -P get-jar-with-dependencies. Then you can find iotdb-jdbc-0.13.0-jar-with-dependencies.jar under folder jdbc/target

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Theyoungwolf1201
Comment options

Answer selected by Theyoungwolf1201
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants