Skip to content

Commit 4be3d49

Browse files
authored
Fix Bug helidon-io#3032 with SLF4J dependancy (helidon-io#3047)
1 parent fda7ba9 commit 4be3d49

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

microprofile/cdi/pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,7 @@
5050
<groupId>io.helidon.common</groupId>
5151
<artifactId>helidon-common-context</artifactId>
5252
</dependency>
53-
<dependency>
54-
<!-- redirecting Weld logging to JUL logging -->
55-
<groupId>org.slf4j</groupId>
56-
<artifactId>slf4j-jdk14</artifactId>
57-
<scope>runtime</scope>
58-
</dependency>
53+
5954
<dependency>
6055
<groupId>org.junit.jupiter</groupId>
6156
<artifactId>junit-jupiter-api</artifactId>

0 commit comments

Comments
 (0)