Skip to content

Commit f080abb

Browse files
authored
Merge pull request #2478 from ozangunalp/avoid_generating_jandex_index_for_health_module
Avoid generating jandex index for health module
2 parents 3f87c0a + 9746a86 commit f080abb

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

smallrye-reactive-messaging-health/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515

1616
<name>SmallRye Reactive Messaging : Health</name>
1717

18+
<properties>
19+
<!-- Doesn't provide jandex index in order for the Quarkus bean exclusion to work -->
20+
<jandex.skip>true</jandex.skip>
21+
</properties>
1822

1923
<dependencies>
2024
<dependency>

smallrye-reactive-messaging-health/src/main/resources/META-INF/beans.xml

Whitespace-only changes.

0 commit comments

Comments
 (0)