Skip to content

Commit dce91e6

Browse files
authored
Remove slf4j-jdk14 from examples and distribution module (#615)
* Remove `slf-jdk14` from `examples` and `distribution` module * Removed dependencySet related to slf4j-jdk14
1 parent a48c11b commit dce91e6

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

quickfixj-distribution/src/main/assembly/distribution.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,6 @@
2626
<exclude>classworlds:*</exclude>
2727
</excludes>
2828
</dependencySet>
29-
<!--
30-
Due to an assembly bug, a dependency that appears both in test scope
31-
and another scope (compile/runtime) in two different modules will be
32-
excluded. We re-include these here manually for now.
33-
-->
34-
<dependencySet>
35-
<outputDirectory>lib</outputDirectory>
36-
<scope>test</scope>
37-
<includes>
38-
<include>org.slf4j:slf4j-jdk14</include>
39-
</includes>
40-
</dependencySet>
4129
</dependencySets>
4230
</binaries>
4331
</moduleSet>

quickfixj-examples/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@
3636
<artifactId>slf4j-api</artifactId>
3737
<version>${slf4j.version}</version>
3838
</dependency>
39-
<dependency>
40-
<groupId>org.slf4j</groupId>
41-
<artifactId>slf4j-jdk14</artifactId>
42-
<version>${slf4j.version}</version>
43-
<scope>runtime</scope>
44-
</dependency>
4539
</dependencies>
4640

4741
<build>

0 commit comments

Comments
 (0)