[Java][Bazel] Refine auto-generated pom files (#4780)

This commit is contained in:
Hao Chen
2019-05-16 11:19:31 +08:00
committed by GitHub
parent cb1a195ca2
commit 643f62dc43
13 changed files with 186 additions and 201 deletions
+2 -4
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
{auto_gen_header}
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
@@ -22,14 +22,12 @@
<artifactId>ray-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.ray</groupId>
<artifactId>ray-runtime</artifactId>
<version>${project.version}</version>
</dependency>
{generated_bzl_deps}
{generated_bzl_deps}
</dependencies>
<build>
<plugins>