Skip to content

Commit

Permalink
➖ : excluding transitive dependencies for webjars
Browse files Browse the repository at this point in the history
as we only need the builded JS or CSS !
  • Loading branch information
juwit committed Dec 17, 2019
1 parent 86f63c3 commit 3f0a542
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,12 @@
<groupId>org.webjars.npm</groupId>
<artifactId>bootstrap-vue</artifactId>
<version>2.0.4</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.webjars.npm</groupId>
Expand Down Expand Up @@ -172,6 +178,12 @@
<groupId>org.webjars.bower</groupId>
<artifactId>messenger</artifactId>
<version>1.5.0</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit 3f0a542

Please sign in to comment.