Skip to content

Commit 08a69f4

Browse files
committed
Prevent warnings for missing deps
1 parent e8a9836 commit 08a69f4

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,17 @@
293293
<groupId>org.webjars.bower</groupId>
294294
<artifactId>bootstrap-social</artifactId>
295295
<version>5.1.1</version>
296+
<exclusions>
297+
<!-- These dependencies are already included and would otherwise produce some warnings -->
298+
<exclusion>
299+
<groupId>org.webjars.bower</groupId>
300+
<artifactId>bootstrap</artifactId>
301+
</exclusion>
302+
<exclusion>
303+
<groupId>org.webjars.bower</groupId>
304+
<artifactId>font-awesome</artifactId>
305+
</exclusion>
306+
</exclusions>
296307
</dependency>
297308
<dependency>
298309
<groupId>org.webjars.bower</groupId>

0 commit comments

Comments
 (0)