We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8a9836 commit 08a69f4Copy full SHA for 08a69f4
1 file changed
pom.xml
@@ -293,6 +293,17 @@
293
<groupId>org.webjars.bower</groupId>
294
<artifactId>bootstrap-social</artifactId>
295
<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
303
304
+ <artifactId>font-awesome</artifactId>
305
306
+ </exclusions>
307
</dependency>
308
<dependency>
309
0 commit comments