mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-12-27 19:07:28 +00:00
No need for jquery
This commit is contained in:
parent
1095a15f0e
commit
4d4727fce1
2 changed files with 1 additions and 16 deletions
13
pom.xml
13
pom.xml
|
|
@ -24,9 +24,6 @@
|
|||
<!-- Web dependencies -->
|
||||
<webjars-bootstrap.version>5.1.3</webjars-bootstrap.version>
|
||||
<font-awesome.version>4.7.0</font-awesome.version>
|
||||
<jquery.version>3.4.1</jquery.version>
|
||||
<jquery-ui.version>1.13.0</jquery-ui.version>
|
||||
<wro4j.version>1.8.0</wro4j.version>
|
||||
|
||||
<jacoco.version>0.8.5</jacoco.version>
|
||||
<node.version>v8.11.1</node.version>
|
||||
|
|
@ -100,16 +97,6 @@
|
|||
<groupId>org.webjars</groupId>
|
||||
<artifactId>webjars-locator-core</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.webjars</groupId>
|
||||
<artifactId>jquery</artifactId>
|
||||
<version>${jquery.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.webjars</groupId>
|
||||
<artifactId>jquery-ui</artifactId>
|
||||
<version>${jquery-ui.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.webjars.npm</groupId>
|
||||
<artifactId>bootstrap</artifactId>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue