tigergraph / ecosys

TigerGraph Ecosystem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maven can not find the driver

sittingbool opened this issue · comments

I cloned the repo, went to dir ecosys/tools/etl/tg-jdbc-driver/tg-jdbc-examples and ran a mvn compile

Which results in

Failed to execute goal on project tg-jdbc-examples: Could not resolve dependencies for project com.tigergraph:tg-jdbc-examples:jar:1.2: Could not find artifact com.tigergraph:tg-jdbc-driver:jar:1.2 in central (https://repo.maven.apache.org/maven2)

@sittingbool Please compile JDBC at dir ecosys/tools/etl/tg-jdbc-driver/, instead of ecosys/tools/etl/tg-jdbc-driver/tg-jdbc-examples.

The latter is only used when running examples.

@sittingbool was this resolved?