From 08dbe32624c2ef1f08ee8b83b0fdd94b38fdbb27 Mon Sep 17 00:00:00 2001 From: Sam Simmons Date: Wed, 12 Nov 2025 09:53:08 -0600 Subject: [PATCH] Remove test scope from spring maven dependency --- docs/develop/java/spring-boot-integration.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/develop/java/spring-boot-integration.mdx b/docs/develop/java/spring-boot-integration.mdx index ba6f4f0a66..4de059aaca 100644 --- a/docs/develop/java/spring-boot-integration.mdx +++ b/docs/develop/java/spring-boot-integration.mdx @@ -47,7 +47,6 @@ Temporal's Spring Boot integration currently supports Spring 2.x and 3.x io.temporal temporal-spring-boot-starter 1.31.0 - test ```