Skip to content

Commit 1db8453

Browse files
committed
Get versions of dependencies from BOM.
1 parent f6019d0 commit 1db8453

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@
2424
<json-unit-assertj.version>2.37.0</json-unit-assertj.version>
2525
<module.name>${project.groupId}.datatables</module.name>
2626

27-
<jquery3-api.version>3.6.3-1</jquery3-api.version>
28-
<plugin-util-api.version>3.1.0</plugin-util-api.version>
29-
<bootstrap5-api.version>5.2.2-1</bootstrap5-api.version>
30-
<font-awesome-api.version>6.3.0-1</font-awesome-api.version>
31-
3227
</properties>
3328

3429
<licenses>
@@ -51,22 +46,18 @@
5146
<dependency>
5247
<groupId>io.jenkins.plugins</groupId>
5348
<artifactId>plugin-util-api</artifactId>
54-
<version>${plugin-util-api.version}</version>
5549
</dependency>
5650
<dependency>
5751
<groupId>io.jenkins.plugins</groupId>
5852
<artifactId>jquery3-api</artifactId>
59-
<version>${jquery3-api.version}</version>
6053
</dependency>
6154
<dependency>
6255
<groupId>io.jenkins.plugins</groupId>
6356
<artifactId>bootstrap5-api</artifactId>
64-
<version>${bootstrap5-api.version}</version>
6557
</dependency>
6658
<dependency>
6759
<groupId>io.jenkins.plugins</groupId>
6860
<artifactId>font-awesome-api</artifactId>
69-
<version>${font-awesome-api.version}</version>
7061
</dependency>
7162
<dependency>
7263
<groupId>org.jenkins-ci.plugins</groupId>

0 commit comments

Comments
 (0)