Skip to content

Commit 4276409

Browse files
committed
HSEARCH-5404 Stop exporting logging/reporting.impl packages to org.jboss.logging
1 parent 5fdc6fe commit 4276409

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build/parents/public/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -225,15 +225,11 @@
225225
<moduleInfo>
226226
<name>${java.module.name}</name>
227227
<!-- Exports:
228-
- some impl packages to org.jboss.logging so that it can instantiate
229-
the generated Log/Messages classes
230228
- all impl packages to org.hibernate.engine so that it can instantiate built-in
231229
beans using reflection (e.g. annotation processors, bridges, binders)
232230
- all non-impl (api, spi) packages to everyone
233231
-->
234232
<exports>
235-
org.hibernate.search.*.logging.impl to org.jboss.logging, org.hibernate.search.engine;
236-
org.hibernate.search.*.reporting.impl to org.jboss.logging, org.hibernate.search.engine;
237233
org.hibernate.search.*.impl to org.hibernate.search.engine;
238234
*;
239235
</exports>

0 commit comments

Comments
 (0)