Skip to content

Commit

Permalink
[MISC] remove vectorgraphics2d from xchart (#4083)
Browse files Browse the repository at this point in the history
Remove vectorgraphcis2d dependency from xchart due to GPL license issue
  • Loading branch information
weiting-chen authored Dec 19, 2023
1 parent ecf765d commit 9f6af14
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gluten-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,12 @@
<artifactId>xchart</artifactId>
<version>3.6.5</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>de.erichseifert.vectorgraphics2d</groupId>
<artifactId>VectorGraphics2D</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.glutenproject</groupId>
Expand Down

0 comments on commit 9f6af14

Please sign in to comment.