mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:25:49 +00:00
remove unused dependencies
This commit is contained in:
parent
ba80e41d38
commit
3aeefe8ba9
1 changed files with 3 additions and 7 deletions
10
pom.xml
10
pom.xml
|
@ -27,13 +27,9 @@
|
|||
<webjars-bootstrap.version>3.3.6</webjars-bootstrap.version>
|
||||
<webjars-jquery-ui.version>1.11.4</webjars-jquery-ui.version>
|
||||
<webjars-jquery.version>2.2.4</webjars-jquery.version>
|
||||
<wro4j.version>1.9.0</wro4j.version>
|
||||
|
||||
|
||||
<webjars-stomp-websocket.version>2.3.3-1</webjars-stomp-websocket.version>
|
||||
<webjars-sockjs-client.version>1.1.2</webjars-sockjs-client.version>
|
||||
<webjars-webjars-locator.version>0.40</webjars-webjars-locator.version>
|
||||
<webjars-webjars-locator-core.version>0.46</webjars-webjars-locator-core.version>
|
||||
<wro4j.version>1.9.0</wro4j.version>
|
||||
<checkstyle.version>8.32</checkstyle.version>
|
||||
|
||||
<jacoco.version>0.8.5</jacoco.version>
|
||||
|
@ -126,13 +122,13 @@
|
|||
<dependency>
|
||||
<groupId>org.webjars</groupId>
|
||||
<artifactId>webjars-locator</artifactId>
|
||||
<version>${webjars-webjars-locator.version}</version>
|
||||
<version>0.40</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.webjars</groupId>
|
||||
<artifactId>webjars-locator-core</artifactId>
|
||||
<version>${webjars-webjars-locator-core.version}</version>
|
||||
<version>0.46</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.webjars</groupId>
|
||||
|
|
Loading…
Reference in a new issue