From 60113d2f6fc2d5e4caaa4f9e4f359af2baeb5ee9 Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Wed, 24 Jan 2024 13:52:48 +0100 Subject: [PATCH] Remove unnecessary spring-tx dependency It is only present due to a code generation test, but we don't actually need the dependency for the test --- pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pom.xml b/pom.xml index 7228d8f4f3..2edd91f150 100644 --- a/pom.xml +++ b/pom.xml @@ -485,11 +485,6 @@ spring-r2dbc ${spring.version} - - org.springframework - spring-tx - ${spring.version} - org.springframework spring-orm