Skip to content

Commit 3c59db0

Browse files
committed
Add WildFly bom dependency to the documentation module
so that dependabot won't ignore it.
1 parent 2e43b66 commit 3c59db0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

documentation/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,14 @@
107107
<artifactId>hibernate-search-util-internal-integrationtest-jbatch-runtime</artifactId>
108108
<scope>test</scope>
109109
</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>
110118
</dependencies>
111119

112120
<build>

0 commit comments

Comments
 (0)