Skip to content

Commit c500bc1

Browse files
committed
Fix slf4j dependency convergence
1 parent b3ddb72 commit c500bc1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

sdmx-dl-provider-ri/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,12 @@
9393
<groupId>com.microsoft.azure</groupId>
9494
<artifactId>msal4j</artifactId>
9595
<version>1.30.0-beta</version>
96+
<exclusions>
97+
<exclusion>
98+
<groupId>org.slf4j</groupId>
99+
<artifactId>slf4j-api</artifactId>
100+
</exclusion>
101+
</exclusions>
96102
</dependency>
97103

98104
<!-- runtime only -->

0 commit comments

Comments
 (0)