[Java] add maven repo (#10109)

This commit is contained in:
chaokunyang
2020-08-14 11:31:01 -07:00
committed by GitHub
parent d0c2e90577
commit 7ffb37f711
4 changed files with 24 additions and 0 deletions
+1
View File
@@ -23,6 +23,7 @@ def gen_java_deps():
"net.java.dev.jna:jna:5.5.0",
],
repositories = [
"https://repo.spring.io/plugins-release/",
"https://repo1.maven.org/maven2/",
],
)