Skip to content

Commit

Permalink
Remove obsolete Eclipse collections dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed May 11, 2023
1 parent 17b8638 commit 42f502c
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@

<module.name>${project.groupId}.echarts</module.name>

<eclipse-collections.version>9.2.0</eclipse-collections.version>

<echarts-build-trends.version>4.3.0</echarts-build-trends.version>

</properties>
Expand All @@ -45,16 +43,6 @@
</developers>

<dependencies>
<dependency>
<groupId>org.eclipse.collections</groupId>
<artifactId>eclipse-collections-api</artifactId>
<version>${eclipse-collections.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.collections</groupId>
<artifactId>eclipse-collections</artifactId>
<version>${eclipse-collections.version}</version>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>plugin-util-api</artifactId>
Expand Down

0 comments on commit 42f502c

Please sign in to comment.