remove spring-tx/jts deps

This commit is contained in:
2024-08-09 14:14:20 -04:00
parent f636b22c76
commit 580a9bda0b

10
pom.xml
View File

@@ -83,16 +83,6 @@
<version>${aspectj.version}</version>
<scope>test</scope>
</dependency>
<!-- Removes startup warning regarding annotations that aren't annotations -->
<dependency>
<groupId>jakarta.transaction</groupId>
<artifactId>jakarta.transaction-api</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
</dependency>
</dependencies>
<build>