diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2023-09-27 18:06:56 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2023-09-27 18:06:56 +0200 |
commit | be4764837a880d193de52d42f428dfb46f0c7bf9 (patch) | |
tree | bdf6abab7234b7b77f5a7292165b173cc291efb8 /examples/spring-boot/pom.xml | |
parent | de94ccc360ac549453e592af81e2aaa08b4fa0a8 (diff) |
fix(docs): Deal with TomcatURLStreamHandlerFactory conflict.
Change-Id: Iab1bf00ad122464b8c770301d2c33406ece072e0
Diffstat (limited to 'examples/spring-boot/pom.xml')
-rw-r--r-- | examples/spring-boot/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/spring-boot/pom.xml b/examples/spring-boot/pom.xml index f786b12..9b26ee3 100644 --- a/examples/spring-boot/pom.xml +++ b/examples/spring-boot/pom.xml @@ -70,6 +70,11 @@ SPDX-License-Identifier: GPL-3.0-or-later <version>3.0.2.Final</version> </dependency> <dependency> + <groupId>org.jboss.logmanager</groupId> + <artifactId>jboss-logmanager-embedded</artifactId> + <version>1.2.0.Final</version> + </dependency> + <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> |