ARTEMIS-2876: remove duplicate dependency entry to fix immediate warning upon building

This commit is contained in:
Robbie Gemmell 2023-01-13 10:17:02 +00:00
parent 9dc3e5c3e8
commit 11c26943fa
1 changed files with 0 additions and 5 deletions

View File

@ -73,11 +73,6 @@
<groupId>jakarta.jms</groupId>
<artifactId>jakarta.jms-api</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
</dependencies>
</project>