Skip to content

Commit 3b7c388

Browse files
committed
Remove versions for plugins that are in BOM.
1 parent 0d90aa3 commit 3b7c388

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@
2222
<revision>5.1.3-7</revision>
2323
<changelist>-SNAPSHOT</changelist>
2424
<module.name>${project.groupId}.bootstrap5</module.name>
25-
26-
<popper2-api.version>2.11.5-2</popper2-api.version>
27-
<font-awesome-api.version>6.0.0-1</font-awesome-api.version>
28-
<plugin-util-api.version>2.16.0</plugin-util-api.version>
29-
3025
</properties>
3126

3227
<licenses>
@@ -49,7 +44,6 @@
4944
<dependency>
5045
<groupId>io.jenkins.plugins</groupId>
5146
<artifactId>plugin-util-api</artifactId>
52-
<version>${plugin-util-api.version}</version>
5347
</dependency>
5448
</dependencies>
5549
</dependencyManagement>
@@ -58,12 +52,10 @@
5852
<dependency>
5953
<groupId>io.jenkins.plugins</groupId>
6054
<artifactId>popper2-api</artifactId>
61-
<version>${popper2-api.version}</version>
6255
</dependency>
6356
<dependency>
6457
<groupId>io.jenkins.plugins</groupId>
6558
<artifactId>font-awesome-api</artifactId>
66-
<version>${font-awesome-api.version}</version>
6759
</dependency>
6860
</dependencies>
6961

0 commit comments

Comments
 (0)