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:
parent
93bf6c70e9
commit
60113d2f6f
5
pom.xml
5
pom.xml
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user