Skip to content

Commit dd21b5c

Browse files
committed
Remove Bootstrap WebJars dependency.
1 parent e154290 commit dd21b5c

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

pom.xml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,8 @@
5555
</dependency>
5656
</dependencies>
5757
</dependencyManagement>
58-
<dependencies>
59-
<dependency>
60-
<groupId>org.webjars</groupId>
61-
<artifactId>bootstrap</artifactId>
62-
<version>${bootstrap.version}</version>
63-
<scope>provided</scope>
64-
</dependency>
6558

66-
<!-- WebJars Dependencies - bundled as API plugins -->
59+
<dependencies>
6760
<dependency>
6861
<groupId>io.jenkins.plugins</groupId>
6962
<artifactId>popper2-api</artifactId>
@@ -74,7 +67,6 @@
7467
<artifactId>font-awesome-api</artifactId>
7568
<version>${font-awesome-api.version}</version>
7669
</dependency>
77-
7870
</dependencies>
7971

8072
<build>

0 commit comments

Comments
 (0)