ARTEMIS-4518 exclude slf4j-api from JMS bridge example

This commit is contained in:
Jacek Jarocki 2023-11-27 21:32:59 +01:00 committed by Justin Bertram
parent e1f84ea45b
commit ff02efb9df
No known key found for this signature in database
GPG Key ID: F41830B875BB8633
1 changed files with 4 additions and 0 deletions

View File

@ -59,6 +59,10 @@ under the License.
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-j2ee-management_1.1_spec</artifactId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>