Skip to content

Commit

Permalink
Remove slf4j-jdk14 from examples and distribution module (#615)
Browse files Browse the repository at this point in the history
* Remove `slf-jdk14` from `examples` and `distribution` module
* Removed dependencySet related to slf4j-jdk14
  • Loading branch information
chrjohn authored Feb 28, 2023
1 parent a48c11b commit dce91e6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
12 changes: 0 additions & 12 deletions quickfixj-distribution/src/main/assembly/distribution.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,6 @@
<exclude>classworlds:*</exclude>
</excludes>
</dependencySet>
<!--
Due to an assembly bug, a dependency that appears both in test scope
and another scope (compile/runtime) in two different modules will be
excluded. We re-include these here manually for now.
-->
<dependencySet>
<outputDirectory>lib</outputDirectory>
<scope>test</scope>
<includes>
<include>org.slf4j:slf4j-jdk14</include>
</includes>
</dependencySet>
</dependencySets>
</binaries>
</moduleSet>
Expand Down
6 changes: 0 additions & 6 deletions quickfixj-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<version>${slf4j.version}</version>
<scope>runtime</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit dce91e6

Please sign in to comment.