No need for jquery

This commit is contained in:
Dave Syer 2021-11-19 14:53:52 +00:00 committed by Dave Syer
parent 1095a15f0e
commit 4d4727fce1
2 changed files with 1 additions and 16 deletions

13
pom.xml
View file

@ -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>

View file

@ -87,9 +87,7 @@
</div>
</div>
<script th:src="@{/webjars/jquery/jquery.js}"></script>
<script th:src="@{/webjars/jquery-ui/jquery-ui.js}"></script>
<script th:src="@{/webjars/bootstrap/dist/js/bootstrap.min.js}"></script>
<script th:src="@{/webjars/bootstrap/dist/js/bootstrap.bundle.min.js}"></script>
</body>