File tree Expand file tree Collapse file tree 2 files changed +0
-18
lines changed
quickfixj-distribution/src/main/assembly Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments