Skip to content

Commit

Permalink
Fix maven compile warning (apache#3322)
Browse files Browse the repository at this point in the history
  • Loading branch information
biyuhao authored and ralf0131 committed Jan 24, 2019
1 parent 33f1726 commit 4d78772
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
1 change: 1 addition & 0 deletions dubbo-dependencies-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>19</version>
<relativePath></relativePath>
</parent>

<groupId>org.apache.dubbo</groupId>
Expand Down
9 changes: 0 additions & 9 deletions dubbo-metadata-report/dubbo-metadata-report-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,5 @@
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</dependency>
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-metadata-definition</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</dependency>
</dependencies>
</project>

0 comments on commit 4d78772

Please sign in to comment.