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
This commit is contained in:
Lukas Eder 2024-01-24 13:52:48 +01:00
parent 93bf6c70e9
commit 60113d2f6f

View File

@ -485,11 +485,6 @@
<artifactId>spring-r2dbc</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-orm</artifactId>