keycloak-aplcache

Added jboss parent to boms parent

3/16/2017 7:23:40 AM

Changes

boms/pom.xml 16(+16 -0)

Details

boms/pom.xml 16(+16 -0)

diff --git a/boms/pom.xml b/boms/pom.xml
index f31ec03..25ec6dc 100644
--- a/boms/pom.xml
+++ b/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>