We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fdc6fe commit 4276409Copy full SHA for 4276409
build/parents/public/pom.xml
@@ -225,15 +225,11 @@
225
<moduleInfo>
226
<name>${java.module.name}</name>
227
<!-- Exports:
228
- - some impl packages to org.jboss.logging so that it can instantiate
229
- the generated Log/Messages classes
230
- all impl packages to org.hibernate.engine so that it can instantiate built-in
231
beans using reflection (e.g. annotation processors, bridges, binders)
232
- all non-impl (api, spi) packages to everyone
233
-->
234
<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;
237
org.hibernate.search.*.impl to org.hibernate.search.engine;
238
*;
239
</exports>
0 commit comments