Commit 40fa12f
committed
Cleanup logging dependencies
removed the global test dependency on slf4j-nop, because it clutters the
dependency information and is in many cases just wrong (e.g. the build-tools
module has no such dependency).
As a consequence, the maven tests now log error messages about missing slf4j
implementations again. For now however, this seems to be the best solution,
since none of the LearnLib modules actually require a logging implementation
as it is merely a dependency for the end-user, who will use LearnLib.
The best example is the 'examples' module, for which a logback runtime
dependency was added.1 parent 2e49865 commit 40fa12f
2 files changed
Lines changed: 6 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
113 | 119 | | |
114 | 120 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1096 | 1096 | | |
1097 | 1097 | | |
1098 | 1098 | | |
1099 | | - | |
1100 | | - | |
1101 | | - | |
1102 | | - | |
1103 | | - | |
1104 | | - | |
1105 | 1099 | | |
1106 | 1100 | | |
1107 | 1101 | | |
| |||
1117 | 1111 | | |
1118 | 1112 | | |
1119 | 1113 | | |
1120 | | - | |
1121 | | - | |
1122 | | - | |
1123 | | - | |
1124 | | - | |
1125 | | - | |
1126 | | - | |
1127 | | - | |
1128 | | - | |
1129 | 1114 | | |
1130 | 1115 | | |
1131 | 1116 | | |
| |||
0 commit comments