File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
src/main/resources/META-INF/services Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 302
302
<plugin >
303
303
<groupId >io.github.dmlloyd.maven</groupId >
304
304
<artifactId >module-services-plugin</artifactId >
305
- <version >1.0 </version >
305
+ <version >1.1 </version >
306
306
<executions >
307
307
<execution >
308
308
<id >generate-services</id >
309
309
<goals >
310
310
<goal >generate</goal >
311
311
</goals >
312
+ <configuration >
313
+ <excludeServices >
314
+ <!-- Modular impl is different from non-modular impl -->
315
+ <excludeService >java.util.logging.LogManager</excludeService >
316
+ </excludeServices >
317
+ </configuration >
312
318
</execution >
313
319
</executions >
314
320
</plugin >
Original file line number Diff line number Diff line change
1
+ # In class path mode, we use LogManager itself; in module mode we use LogManager.Provider instead
2
+ org.jboss.logmanager.LogManager
You can’t perform that action at this time.
0 commit comments