Skip to content

Commit

Permalink
βž– : remove webjars dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cdubuisson committed Apr 9, 2020
1 parent b10c2bf commit b8c40c8
Showing 1 changed file with 0 additions and 68 deletions.
68 changes: 0 additions & 68 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,38 +97,6 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.webjars</groupId>
<artifactId>bootstrap</artifactId>
<version>4.4.1</version>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>vue</artifactId>
<version>2.6.11</version>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>font-awesome</artifactId>
<version>5.12.0</version>
</dependency>
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>bootstrap-vue</artifactId>
<version>2.4.0</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>marked</artifactId>
<version>0.8.0</version>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
Expand Down Expand Up @@ -164,25 +132,6 @@
<version>0.9.6</version>
</dependency>

<!-- better toasts https://github.com/HubSpot/messenger -->
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>messenger</artifactId>
<version>1.5.0</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>vue-multiselect</artifactId>
<version>2.1.6</version>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
Expand Down Expand Up @@ -223,23 +172,6 @@
<scope>test</scope>
</dependency>

<!-- typeahead component -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>corejs-typeahead</artifactId>
<version>1.2.1</version>
<!--
need to exclude it. get trouble to download it from maven.
not really needed because jquery 3+ is already coming from another dependency
-->
<exclusions>
<exclusion>
<groupId>org.webjars.npm</groupId>
<artifactId>jquery</artifactId>
</exclusion>
</exclusions>
</dependency>

</dependencies>

<dependencyManagement>
Expand Down

0 comments on commit b8c40c8

Please sign in to comment.