Skip to content

Commit 78f8a4c

Browse files
committed
Fix webjar problem which resulted in broken JavaScript
1 parent 87eb875 commit 78f8a4c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@
7171
<artifactId>bootstrap</artifactId>
7272
<version>${webjars-bootstrap.version}</version>
7373
</dependency>
74+
<dependency>
75+
<groupId>org.webjars</groupId>
76+
<artifactId>webjars-locator</artifactId>
77+
<version>0.30</version>
78+
</dependency>
7479
<dependency>
7580
<groupId>org.springframework.boot</groupId>
7681
<artifactId>spring-boot-devtools</artifactId>

0 commit comments

Comments
 (0)