Added jboss parent to boms parent
This commit is contained in:
parent
c30cdb5411
commit
a434e0540b
1 changed files with 16 additions and 0 deletions
16
boms/pom.xml
16
boms/pom.xml
|
@ -18,6 +18,12 @@
|
|||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>org.jboss</groupId>
|
||||
<artifactId>jboss-parent</artifactId>
|
||||
<version>19</version>
|
||||
</parent>
|
||||
|
||||
<groupId>org.keycloak.bom</groupId>
|
||||
<artifactId>keycloak-bom-parent</artifactId>
|
||||
<version>3.0.0.CR1-SNAPSHOT</version>
|
||||
|
@ -27,6 +33,16 @@
|
|||
<name>Keycloak BOM Parent</name>
|
||||
<description>Keycloak BOM Parent</description>
|
||||
|
||||
<url>http://keycloak.org</url>
|
||||
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Apache License, Version 2.0</name>
|
||||
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
|
||||
<modules>
|
||||
<module>adapter</module>
|
||||
<module>spi</module>
|
||||
|
|
Loading…
Reference in a new issue