Skip to content

Commit

Permalink
exclude dependency, use current wicket-bootstrap webjar version
Browse files Browse the repository at this point in the history
  • Loading branch information
r1gm committed Sep 10, 2024
1 parent 181af71 commit d9c98f7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions bootstrap-themes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,15 @@
<artifactId>bootstrap-italia</artifactId>
<version>${bootstrap-italia.version}</version>
<exclusions>
<exclusion> <!-- exclude dependency, use current wicket-bootstrap webjar version -->
<groupId>org.webjars.npm</groupId>
<artifactId>bootstrap</artifactId>
</exclusion>
<exclusion> <!-- exclude dependency, because causing dependency conflict -->
<groupId>org.webjars.npm</groupId>
<artifactId>video.js</artifactId>
</exclusion>
<exclusion> <!-- exclude dependency, no versions available -->
<groupId>org.webjars.npm</groupId>
<artifactId>design-tokens-italia</artifactId>
</exclusion>

</exclusions>
</dependency>

Expand Down

0 comments on commit d9c98f7

Please sign in to comment.