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 2e43b66 commit 3c59db0Copy full SHA for 3c59db0
documentation/pom.xml
@@ -107,6 +107,14 @@
107
<artifactId>hibernate-search-util-internal-integrationtest-jbatch-runtime</artifactId>
108
<scope>test</scope>
109
</dependency>
110
+
111
+ <!-- The version is used to generate a link to the WildFly documentation -->
112
+ <!-- This simply makes sure dependabot will automatically bump the version -->
113
+ <dependency>
114
+ <groupId>org.wildfly.bom</groupId>
115
+ <artifactId>wildfly</artifactId>
116
+ <type>pom</type>
117
+ </dependency>
118
</dependencies>
119
120
<build>
0 commit comments