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 f9ca17b commit fcb6742
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
<changelist>-SNAPSHOT</changelist>
<module.name>${project.groupId}.bootstrap5</module.name>

<plugin-util-api.version>3.1.0</plugin-util-api.version>
<font-awesome-api.version>6.3.0-1</font-awesome-api.version>

</properties>

<licenses>
Expand All @@ -43,21 +40,10 @@
</developer>
</developers>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>plugin-util-api</artifactId>
<version>${plugin-util-api.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>font-awesome-api</artifactId>
<version>${font-awesome-api.version}</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit fcb6742

Please sign in to comment.