This is an automated email from the ASF dual-hosted git repository.
jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git
The following commit(s) were added to refs/heads/master by this push:
new 17b8cfee4 Remove spurious dependency causing release failure.
17b8cfee4 is described below
commit 17b8cfee4d6fed566dc5eac1ce316dc1cd61fb17
Author: James Bognar <[email protected]>
AuthorDate: Mon May 12 12:28:46 2025 -0400
Remove spurious dependency causing release failure.
---
juneau-rest/juneau-rest-server-springboot/pom.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/juneau-rest/juneau-rest-server-springboot/pom.xml
b/juneau-rest/juneau-rest-server-springboot/pom.xml
index 59ab98883..f8271b0d8 100644
--- a/juneau-rest/juneau-rest-server-springboot/pom.xml
+++ b/juneau-rest/juneau-rest-server-springboot/pom.xml
@@ -35,10 +35,6 @@
<artifactId>juneau-rest-server</artifactId>
<version>${project.version}</version>
</dependency>
- <dependency>
- <groupId>jakarta.servlet</groupId>
- <artifactId>jakarta.servlet-api</artifactId>
- </dependency>
<!-- Spring Boot dependencies-->
<dependency>