Cleanup SD REST Starbucks example.

This commit is contained in:
Oliver Drotbohm
2024-08-15 16:00:29 +02:00
parent f14747a56d
commit c6a0e2e346
6 changed files with 11 additions and 14 deletions

View File

@@ -22,6 +22,7 @@
<dependency>
<groupId>de.flapdoodle.embed</groupId>
<artifactId>de.flapdoodle.embed.mongo</artifactId>
<version>4.16.2</version>
<scope>runtime</scope>
</dependency>
@@ -69,14 +70,14 @@
<dependency>
<groupId>org.webjars</groupId>
<artifactId>jquery</artifactId>
<version>2.1.3</version>
<version>3.7.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>bootstrap</artifactId>
<version>3.3.4</version>
<version>5.3.3</version>
<scope>runtime</scope>
</dependency>