mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 20:06:31 +08:00
[Java] add maven repo (#10109)
This commit is contained in:
@@ -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/",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -36,6 +36,17 @@
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>spring</id>
|
||||
<url>https://repo.spring.io/plugins-release/</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>central</id>
|
||||
<url>https://repo1.maven.org/maven2/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<modules>
|
||||
<module>api</module>
|
||||
<module>runtime</module>
|
||||
|
||||
Reference in New Issue
Block a user