Skip to content

Commit 58fdbf0

Browse files
authored
Merge pull request #1536 from Sanne/SecurityVersion
Add the quarkus-elytron-security component in the BOM
2 parents 03bd386 + e4019fe commit 58fdbf0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

bom/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,12 @@
235235
<version>${project.version}</version>
236236
<scope>provided</scope>
237237
</dependency>
238+
<dependency>
239+
<groupId>io.quarkus</groupId>
240+
<artifactId>quarkus-elytron-security</artifactId>
241+
<version>${project.version}</version>
242+
<scope>provided</scope>
243+
</dependency>
238244
<dependency>
239245
<groupId>io.quarkus</groupId>
240246
<artifactId>quarkus-hibernate-validator</artifactId>

0 commit comments

Comments
 (0)