Skip to content

Commit

Permalink
Get versions of dependencies from BOM.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Mar 26, 2023
1 parent 8c3ee6c commit 5660b88
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@
<eclipse-collections.version>9.2.0</eclipse-collections.version>

<echarts-build-trends.version>4.3.0</echarts-build-trends.version>
<jquery3-api.version>3.6.3-1</jquery3-api.version>
<plugin-util-api.version>3.1.0</plugin-util-api.version>
<bootstrap5-api.version>5.2.2-1</bootstrap5-api.version>
<font-awesome-api.version>6.3.0-1</font-awesome-api.version>

</properties>

Expand Down Expand Up @@ -62,22 +58,18 @@
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>plugin-util-api</artifactId>
<version>${plugin-util-api.version}</version>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>font-awesome-api</artifactId>
<version>${font-awesome-api.version}</version>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>bootstrap5-api</artifactId>
<version>${bootstrap5-api.version}</version>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>jquery3-api</artifactId>
<version>${jquery3-api.version}</version>
</dependency>
<dependency>
<groupId>edu.hm.hafner</groupId>
Expand Down

0 comments on commit 5660b88

Please sign in to comment.