1762 lines
74 KiB
XML
Executable file
1762 lines
74 KiB
XML
Executable file
<?xml version="1.0"?>
|
|
<!--
|
|
~ Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
~ and other contributors as indicated by the @author tags.
|
|
~
|
|
~ Licensed under the Apache License, Version 2.0 (the "License");
|
|
~ you may not use this file except in compliance with the License.
|
|
~ You may obtain a copy of the License at
|
|
~
|
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
~
|
|
~ Unless required by applicable law or agreed to in writing, software
|
|
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
~ See the License for the specific language governing permissions and
|
|
~ limitations under the License.
|
|
|
|
-->
|
|
|
|
<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/maven-v4_0_0.xsd">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
<groupId>org.jboss</groupId>
|
|
<artifactId>jboss-parent</artifactId>
|
|
<version>34</version>
|
|
</parent>
|
|
|
|
<name>Keycloak</name>
|
|
<description>
|
|
Keycloak SSO
|
|
</description>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-parent</artifactId>
|
|
<version>9.0.0-SNAPSHOT</version>
|
|
<packaging>pom</packaging>
|
|
|
|
<properties>
|
|
<product.rhsso.version>7.4.0.GA</product.rhsso.version>
|
|
|
|
<product.build-time>${timestamp}</product.build-time>
|
|
|
|
<wildfly.version>18.0.1.Final</wildfly.version>
|
|
<wildfly.build-tools.version>1.2.12.Final</wildfly.build-tools.version>
|
|
<eap.version>7.3.0.GA-redhat-00003</eap.version>
|
|
<wildfly.core.version>10.0.3.Final</wildfly.core.version>
|
|
|
|
<jboss.as.version>7.2.0.Final</jboss.as.version>
|
|
<jboss.as.subsystem.test.version>7.5.22.Final-redhat-1</jboss.as.subsystem.test.version>
|
|
|
|
<!-- Versions used mostly for Undertow server, aligned with WildFly -->
|
|
<jboss.aesh.version>0.66.19</jboss.aesh.version>
|
|
<aesh.version>2.4</aesh.version>
|
|
<apache.httpcomponents.version>4.5.4</apache.httpcomponents.version>
|
|
<apache.httpcomponents.httpcore.version>4.4.5</apache.httpcomponents.httpcore.version>
|
|
<apache.mime4j.version>0.6</apache.mime4j.version>
|
|
<jboss.dmr.version>1.5.0.Final</jboss.dmr.version>
|
|
<bouncycastle.version>1.60</bouncycastle.version>
|
|
<cxf.version>3.3.3</cxf.version>
|
|
<cxf.jetty.version>3.3.3</cxf.jetty.version>
|
|
<cxf.jaxrs.version>3.3.3</cxf.jaxrs.version>
|
|
<cxf.undertow.version>3.3.3</cxf.undertow.version>
|
|
<dom4j.version>2.1.1</dom4j.version>
|
|
<github.relaxng.version>2.3.1</github.relaxng.version>
|
|
<h2.version>1.4.193</h2.version>
|
|
<jakarta.persistence.version>2.2.3</jakarta.persistence.version>
|
|
<hibernate.core.version>5.3.14.Final</hibernate.core.version>
|
|
<hibernate.c3p0.version>5.3.14.Final</hibernate.c3p0.version>
|
|
<infinispan.version>9.4.16.Final</infinispan.version>
|
|
<!-- Will be used in the product. Upstream versions are overridden in the community profile -->
|
|
<jackson.version>2.10.0</jackson.version>
|
|
<jackson.databind.version>${jackson.version}</jackson.databind.version>
|
|
<jakarta.mail.version>1.6.4</jakarta.mail.version>
|
|
<jboss.logging.version>3.4.1.Final</jboss.logging.version>
|
|
<jboss.logging.tools.version>2.2.0.Final</jboss.logging.tools.version>
|
|
<jboss-jaxrs-api_2.1_spec>2.0.1.Final</jboss-jaxrs-api_2.1_spec>
|
|
<jboss-transaction-api_1.3_spec>2.0.0.Final</jboss-transaction-api_1.3_spec>
|
|
<jboss.spec.javax.xml.bind.jboss-jaxb-api_2.3_spec.version>2.0.0.Final</jboss.spec.javax.xml.bind.jboss-jaxb-api_2.3_spec.version>
|
|
<jboss.spec.javax.servlet.jsp.jboss-jsp-api_2.3_spec.version>2.0.0.Final</jboss.spec.javax.servlet.jsp.jboss-jsp-api_2.3_spec.version>
|
|
<log4j.version>1.2.17</log4j.version>
|
|
<!-- Will be used in the product. Upstream versions are overridden in the community profile -->
|
|
<resteasy.version>3.9.3.Final</resteasy.version>
|
|
<resteasy.undertow.version>${resteasy.version}</resteasy.undertow.version>
|
|
<owasp.html.sanitizer.version>20180219.1</owasp.html.sanitizer.version>
|
|
<slf4j-api.version>1.7.22</slf4j-api.version>
|
|
<slf4j.version>1.7.22</slf4j.version>
|
|
<sun.istack.version>3.0.7</sun.istack.version>
|
|
<sun.xml.bind.version>2.3.1</sun.xml.bind.version>
|
|
<javax.xml.bind.jaxb.version>2.3.1</javax.xml.bind.jaxb.version>
|
|
<sun.xml.ws.version>2.3.1</sun.xml.ws.version>
|
|
<sun.activation.version>1.2.1</sun.activation.version>
|
|
<org.glassfish.jaxb.xsom.version>2.3.1</org.glassfish.jaxb.xsom.version>
|
|
<undertow.version>2.0.28.Final</undertow.version>
|
|
<elytron.version>1.10.4.Final</elytron.version>
|
|
<elytron.undertow-server.version>1.6.0.Final</elytron.undertow-server.version>
|
|
<jetty92.version>9.2.4.v20141103</jetty92.version>
|
|
<jetty93.version>9.3.9.v20160517</jetty93.version>
|
|
<jetty94.version>9.4.2.v20170220</jetty94.version>
|
|
<woodstox.version>5.0.3</woodstox.version>
|
|
<xmlsec.version>2.1.4</xmlsec.version>
|
|
<glassfish.json.version>1.1.6</glassfish.json.version>
|
|
<wildfly.common.version>1.5.1.Final</wildfly.common.version>
|
|
<ua-parser.version>1.4.3</ua-parser.version>
|
|
<picketbox.version>5.0.3.Final</picketbox.version>
|
|
<google.guava.version>25.0-jre</google.guava.version>
|
|
|
|
<!-- Openshift -->
|
|
<version.com.openshift.openshift-restclient-java>6.1.3.Final</version.com.openshift.openshift-restclient-java>
|
|
|
|
<!-- Others -->
|
|
<commons-lang.version>2.6</commons-lang.version>
|
|
<commons-lang3.version>3.9</commons-lang3.version>
|
|
<apacheds.version>2.0.0-M21</apacheds.version>
|
|
<apacheds.codec.version>1.0.0-M33</apacheds.codec.version>
|
|
<google.zxing.version>3.2.1</google.zxing.version>
|
|
<freemarker.version>2.3.26-incubating</freemarker.version>
|
|
|
|
<jetty9.version>${jetty92.version}</jetty9.version>
|
|
<liquibase.version>3.5.5</liquibase.version>
|
|
<mysql.version>8.0.18</mysql.version>
|
|
<osgi.version>4.2.0</osgi.version>
|
|
<pax.web.version>7.1.0</pax.web.version>
|
|
<postgresql.version>42.2.8</postgresql.version>
|
|
<mariadb.version>2.2.4</mariadb.version>
|
|
<mssql.version>7.4.1.jre8</mssql.version>
|
|
<servlet.api.30.version>1.0.2.Final</servlet.api.30.version>
|
|
<servlet.api.40.version>1.0.0.Final</servlet.api.40.version>
|
|
<twitter4j.version>4.0.4</twitter4j.version>
|
|
<jna.version>4.1.0</jna.version>
|
|
|
|
<!-- Test -->
|
|
<greenmail.version>1.3.1b</greenmail.version>
|
|
<hamcrest.version>1.3</hamcrest.version>
|
|
<jmeter.version>2.10</jmeter.version>
|
|
<junit.version>4.12</junit.version>
|
|
<picketlink.version>2.7.0.Final</picketlink.version>
|
|
<selenium.version>2.35.0</selenium.version>
|
|
<xml-apis.version>1.4.01</xml-apis.version>
|
|
<subethasmtp.version>3.1.7</subethasmtp.version>
|
|
|
|
<!-- Maven Plugins -->
|
|
<replacer.plugin.version>1.3.5</replacer.plugin.version>
|
|
<jboss.as.plugin.version>7.5.Final</jboss.as.plugin.version>
|
|
<jmeter.plugin.version>1.9.0</jmeter.plugin.version>
|
|
<jmeter.analysis.plugin.version>1.0.4</jmeter.analysis.plugin.version>
|
|
<minify.plugin.version>1.7.6</minify.plugin.version>
|
|
<osgi.bundle.plugin.version>2.3.7</osgi.bundle.plugin.version>
|
|
<wildfly.plugin.version>1.2.1.Final</wildfly.plugin.version>
|
|
<nexus.staging.plugin.version>1.6.5</nexus.staging.plugin.version>
|
|
<frontend.plugin.version>1.5</frontend.plugin.version>
|
|
<docker.maven.plugin.version>0.28.0</docker.maven.plugin.version>
|
|
|
|
<!-- Surefire Settings -->
|
|
<surefire.memory.Xms>512m</surefire.memory.Xms>
|
|
<surefire.memory.Xmx>2048m</surefire.memory.Xmx>
|
|
<surefire.memory.metaspace>96m</surefire.memory.metaspace>
|
|
<surefire.memory.metaspace.max>512m</surefire.memory.metaspace.max>
|
|
<surefire.memory.settings>-Xms${surefire.memory.Xms} -Xmx${surefire.memory.Xmx} -XX:MetaspaceSize=${surefire.memory.metaspace} -XX:MaxMetaspaceSize=${surefire.memory.metaspace.max}</surefire.memory.settings>
|
|
|
|
<!-- Tomcat versions -->
|
|
<tomcat7.version>7.0.92</tomcat7.version>
|
|
<tomcat8.version>8.5.38</tomcat8.version>
|
|
<tomcat9.version>9.0.16</tomcat9.version>
|
|
|
|
<!-- Spring Boot versions, used for tests -->
|
|
<spring-boot15.version>1.5.20.RELEASE</spring-boot15.version>
|
|
<spring-boot21.version>2.1.3.RELEASE</spring-boot21.version>
|
|
<spring-boot22.version>2.2.0.RELEASE</spring-boot22.version>
|
|
|
|
<!-- webauthn support -->
|
|
<webauthn4j.version>0.9.14.RELEASE</webauthn4j.version>
|
|
<org.apache.kerby.kerby-asn1.version>2.0.0</org.apache.kerby.kerby-asn1.version>
|
|
|
|
<mvel.version>2.4.0.Final</mvel.version>
|
|
|
|
</properties>
|
|
|
|
<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>
|
|
|
|
<scm>
|
|
<connection>scm:git:git://github.com/keycloak/keycloak.git</connection>
|
|
<developerConnection>scm:git:git@github.com:keycloak/keycloak.git</developerConnection>
|
|
<url>https://github.com/keycloak/keycloak/tree/master/</url>
|
|
</scm>
|
|
|
|
<distributionManagement>
|
|
<repository>
|
|
<id>jboss-releases-repository</id>
|
|
<name>JBoss Releases Repository</name>
|
|
<url>https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/</url>
|
|
</repository>
|
|
</distributionManagement>
|
|
|
|
<issueManagement>
|
|
<system>JIRA</system>
|
|
<url>http://jira.jboss.com/jira/browse/KEYCLOAK</url>
|
|
</issueManagement>
|
|
|
|
<developers>
|
|
<developer>
|
|
<id>patriot1burke</id>
|
|
<name>Bill Burke</name>
|
|
<email>bburke@redhat.co</email>
|
|
<organization>Red Hat</organization>
|
|
<roles>
|
|
<role>project-owner</role>
|
|
</roles>
|
|
<timezone>-5</timezone>
|
|
</developer>
|
|
</developers>
|
|
|
|
<contributors>
|
|
</contributors>
|
|
|
|
<modules>
|
|
<module>boms</module>
|
|
<module>common</module>
|
|
<module>core</module>
|
|
<module>dependencies</module>
|
|
<module>server-spi</module>
|
|
<module>server-spi-private</module>
|
|
<module>saml-core-api</module>
|
|
<module>saml-core</module>
|
|
<module>federation</module>
|
|
<module>services</module>
|
|
<module>themes</module>
|
|
<module>model</module>
|
|
<module>util</module>
|
|
<module>wildfly</module>
|
|
<module>integration</module>
|
|
<module>adapters</module>
|
|
<module>authz</module>
|
|
<module>misc</module>
|
|
</modules>
|
|
|
|
<dependencyManagement>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.jboss</groupId>
|
|
<artifactId>jboss-dmr</artifactId>
|
|
<version>${jboss.dmr.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.github.relaxng</groupId>
|
|
<artifactId>relaxngDatatype</artifactId>
|
|
<version>${github.relaxng.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sun.istack</groupId>
|
|
<artifactId>istack-commons-runtime</artifactId>
|
|
<version>${sun.istack.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sun.istack</groupId>
|
|
<artifactId>istack-commons-tools</artifactId>
|
|
<version>${sun.istack.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>javax.xml.bind</groupId>
|
|
<artifactId>jaxb-api</artifactId>
|
|
<version>${javax.xml.bind.jaxb.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sun.xml.ws</groupId>
|
|
<artifactId>rt</artifactId>
|
|
<version>${sun.xml.ws.version}</version>
|
|
<exclusions>
|
|
<exclusion>
|
|
<groupId>com.fasterxml.woodstox</groupId>
|
|
<artifactId>woodstox-core</artifactId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<groupId>org.glassfish.jaxb</groupId>
|
|
<artifactId>txw2</artifactId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sun.xml.bind.external</groupId>
|
|
<artifactId>rngom</artifactId>
|
|
<version>${sun.xml.bind.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sun.activation</groupId>
|
|
<artifactId>jakarta.activation</artifactId>
|
|
<version>${sun.activation.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.glassfish.jaxb</groupId>
|
|
<artifactId>xsom</artifactId>
|
|
<version>${org.glassfish.jaxb.xsom.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.bouncycastle</groupId>
|
|
<artifactId>bcprov-jdk15on</artifactId>
|
|
<version>${bouncycastle.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.bouncycastle</groupId>
|
|
<artifactId>bcpkix-jdk15on</artifactId>
|
|
<version>${bouncycastle.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.github.ua-parser</groupId>
|
|
<artifactId>uap-java</artifactId>
|
|
<version>${ua-parser.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>jakarta.mail</groupId>
|
|
<artifactId>jakarta.mail-api</artifactId>
|
|
<version>${jakarta.mail.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.jboss.spec.javax.transaction</groupId>
|
|
<artifactId>jboss-transaction-api_1.3_spec</artifactId>
|
|
<version>${jboss-transaction-api_1.3_spec}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.jboss.spec.javax.ws.rs</groupId>
|
|
<artifactId>jboss-jaxrs-api_2.1_spec</artifactId>
|
|
<version>${jboss-jaxrs-api_2.1_spec}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.jboss.resteasy</groupId>
|
|
<artifactId>resteasy-jaxrs</artifactId>
|
|
<version>${resteasy.version}</version>
|
|
<exclusions>
|
|
<exclusion>
|
|
<groupId>log4j</groupId>
|
|
<artifactId>log4j</artifactId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<groupId>org.slf4j</groupId>
|
|
<artifactId>slf4j-api</artifactId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<groupId>org.slf4j</groupId>
|
|
<artifactId>slf4j-simple</artifactId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.jboss.resteasy</groupId>
|
|
<artifactId>resteasy-multipart-provider</artifactId>
|
|
<version>${resteasy.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.jboss.resteasy</groupId>
|
|
<artifactId>resteasy-jackson2-provider</artifactId>
|
|
<version>${resteasy.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.jboss.resteasy</groupId>
|
|
<artifactId>resteasy-jaxb-provider</artifactId>
|
|
<version>${resteasy.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.jboss.resteasy</groupId>
|
|
<artifactId>resteasy-client</artifactId>
|
|
<version>${resteasy.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.jboss.resteasy</groupId>
|
|
<artifactId>resteasy-undertow</artifactId>
|
|
<version>${resteasy.undertow.version}</version>
|
|
<exclusions>
|
|
<exclusion>
|
|
<groupId>io.undertow</groupId>
|
|
<artifactId>undertow-servlet</artifactId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<groupId>io.undertow</groupId>
|
|
<artifactId>undertow-core</artifactId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.jboss.spec.javax.xml.bind</groupId>
|
|
<artifactId>jboss-jaxb-api_2.3_spec</artifactId>
|
|
<version>${jboss.spec.javax.xml.bind.jboss-jaxb-api_2.3_spec.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.jboss.spec.javax.servlet.jsp</groupId>
|
|
<artifactId>jboss-jsp-api_2.3_spec</artifactId>
|
|
<version>${jboss.spec.javax.servlet.jsp.jboss-jsp-api_2.3_spec.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-wildfly-adapter-subsystem</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>io.undertow</groupId>
|
|
<artifactId>undertow-servlet</artifactId>
|
|
<version>${undertow.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>io.undertow</groupId>
|
|
<artifactId>undertow-core</artifactId>
|
|
<version>${undertow.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
<artifactId>jackson-core</artifactId>
|
|
<version>${jackson.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
<artifactId>jackson-databind</artifactId>
|
|
<version>${jackson.databind.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
<artifactId>jackson-annotations</artifactId>
|
|
<version>${jackson.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.fasterxml.jackson.module</groupId>
|
|
<artifactId>jackson-module-jaxb-annotations</artifactId>
|
|
<version>${jackson.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.fasterxml.jackson.jaxrs</groupId>
|
|
<artifactId>jackson-jaxrs-json-provider</artifactId>
|
|
<version>${jackson.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.fasterxml.jackson.jaxrs</groupId>
|
|
<artifactId>jackson-jaxrs-base</artifactId>
|
|
<version>${jackson.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.jboss.spec.javax.servlet</groupId>
|
|
<artifactId>jboss-servlet-api_3.0_spec</artifactId>
|
|
<version>${servlet.api.30.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.jboss.spec.javax.servlet</groupId>
|
|
<artifactId>jboss-servlet-api_4.0_spec</artifactId>
|
|
<version>${servlet.api.40.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.picketlink</groupId>
|
|
<artifactId>picketlink-wildfly-common</artifactId>
|
|
<version>${picketlink.version}</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.jboss.logging</groupId>
|
|
<artifactId>jboss-logging</artifactId>
|
|
<version>${jboss.logging.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.jboss.logging</groupId>
|
|
<artifactId>jboss-logging-annotations</artifactId>
|
|
<version>${jboss.logging.tools.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.jboss.logging</groupId>
|
|
<artifactId>jboss-logging-processor</artifactId>
|
|
<version>${jboss.logging.tools.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>log4j</groupId>
|
|
<artifactId>log4j</artifactId>
|
|
<version>${log4j.version}</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.googlecode.owasp-java-html-sanitizer</groupId>
|
|
<artifactId>owasp-java-html-sanitizer</artifactId>
|
|
<version>${owasp.html.sanitizer.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>junit</groupId>
|
|
<artifactId>junit</artifactId>
|
|
<version>${junit.version}</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.hamcrest</groupId>
|
|
<artifactId>hamcrest-all</artifactId>
|
|
<version>${hamcrest.version}</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>jakarta.persistence</groupId>
|
|
<artifactId>jakarta.persistence-api</artifactId>
|
|
<version>${jakarta.persistence.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.h2database</groupId>
|
|
<artifactId>h2</artifactId>
|
|
<version>${h2.version}</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.hibernate</groupId>
|
|
<artifactId>hibernate-core</artifactId>
|
|
<version>${hibernate.core.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.hibernate</groupId>
|
|
<artifactId>hibernate-c3p0</artifactId>
|
|
<version>${hibernate.c3p0.version}</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.freemarker</groupId>
|
|
<artifactId>freemarker</artifactId>
|
|
<version>${freemarker.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.santuario</groupId>
|
|
<artifactId>xmlsec</artifactId>
|
|
<version>${xmlsec.version}</version>
|
|
<exclusions>
|
|
<exclusion>
|
|
<groupId>com.fasterxml.woodstox</groupId>
|
|
<artifactId>woodstox-core</artifactId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.wildfly</groupId>
|
|
<artifactId>wildfly-dist</artifactId>
|
|
<version>${wildfly.version}</version>
|
|
<type>zip</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.glassfish</groupId>
|
|
<artifactId>jakarta.json</artifactId>
|
|
<version>${glassfish.json.version}</version>
|
|
</dependency>
|
|
|
|
<!-- Twitter -->
|
|
<dependency>
|
|
<groupId>org.twitter4j</groupId>
|
|
<artifactId>twitter4j-core</artifactId>
|
|
<version>${twitter4j.version}</version>
|
|
</dependency>
|
|
|
|
<!-- QR Code Generator -->
|
|
<dependency>
|
|
<groupId>com.google.zxing</groupId>
|
|
<artifactId>core</artifactId>
|
|
<version>${google.zxing.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.google.zxing</groupId>
|
|
<artifactId>javase</artifactId>
|
|
<version>${google.zxing.version}</version>
|
|
<exclusions>
|
|
<exclusion>
|
|
<groupId>com.beust</groupId>
|
|
<artifactId>jcommander</artifactId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.google.guava</groupId>
|
|
<artifactId>guava</artifactId>
|
|
<version>${google.guava.version}</version>
|
|
</dependency>
|
|
|
|
<!-- Email Test Servers -->
|
|
<dependency>
|
|
<groupId>com.icegreen</groupId>
|
|
<artifactId>greenmail</artifactId>
|
|
<version>${greenmail.version}</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.subethamail</groupId>
|
|
<artifactId>subethasmtp</artifactId>
|
|
<version>${subethasmtp.version}</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
|
|
<!-- Apache DS -->
|
|
<dependency>
|
|
<groupId>org.apache.directory.server</groupId>
|
|
<artifactId>apacheds-core-annotations</artifactId>
|
|
<version>${apacheds.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.directory.server</groupId>
|
|
<artifactId>apacheds-interceptor-kerberos</artifactId>
|
|
<version>${apacheds.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.directory.server</groupId>
|
|
<artifactId>apacheds-server-annotations</artifactId>
|
|
<version>${apacheds.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.directory.api</groupId>
|
|
<artifactId>api-ldap-codec-standalone</artifactId>
|
|
<version>${apacheds.codec.version}</version>
|
|
</dependency>
|
|
|
|
<!-- Selenium -->
|
|
<dependency>
|
|
<groupId>org.seleniumhq.selenium</groupId>
|
|
<artifactId>selenium-java</artifactId>
|
|
<version>${selenium.version}</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.seleniumhq.selenium</groupId>
|
|
<artifactId>selenium-chrome-driver</artifactId>
|
|
<version>${selenium.version}</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.jmeter</groupId>
|
|
<artifactId>ApacheJMeter_java</artifactId>
|
|
<version>${jmeter.version}</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.dom4j</groupId>
|
|
<artifactId>dom4j</artifactId>
|
|
<version>${dom4j.version}</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>xml-apis</groupId>
|
|
<artifactId>xml-apis</artifactId>
|
|
<version>${xml-apis.version}</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
<!-- Older 1.5.10 binding required by embedded ApacheDS -->
|
|
<dependency>
|
|
<groupId>org.slf4j</groupId>
|
|
<artifactId>slf4j-api</artifactId>
|
|
<version>${slf4j-api.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.slf4j</groupId>
|
|
<artifactId>slf4j-log4j12</artifactId>
|
|
<version>${slf4j.version}</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
<!-- Needed for picketlink perf test -->
|
|
<dependency>
|
|
<groupId>mysql</groupId>
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
<version>${mysql.version}</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
<artifactId>httpclient</artifactId>
|
|
<version>${apache.httpcomponents.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
<artifactId>httpcore</artifactId>
|
|
<version>${apache.httpcomponents.httpcore.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
<artifactId>httpmime</artifactId>
|
|
<version>${apache.httpcomponents.version}</version>
|
|
<exclusions>
|
|
<exclusion>
|
|
<groupId>commons-logging</groupId>
|
|
<artifactId>commons-logging</artifactId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.james</groupId>
|
|
<artifactId>apache-mime4j</artifactId>
|
|
<version>${apache.mime4j.version}</version>
|
|
<exclusions>
|
|
<exclusion>
|
|
<groupId>commons-logging</groupId>
|
|
<artifactId>commons-logging</artifactId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.wildfly.core</groupId>
|
|
<artifactId>wildfly-controller</artifactId>
|
|
<version>${wildfly.core.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.wildfly.core</groupId>
|
|
<artifactId>wildfly-server</artifactId>
|
|
<version>${wildfly.core.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.wildfly</groupId>
|
|
<artifactId>wildfly-ee</artifactId>
|
|
<version>${wildfly.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.wildfly</groupId>
|
|
<artifactId>wildfly-feature-pack</artifactId>
|
|
<version>${wildfly.version}</version>
|
|
<type>zip</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.wildfly</groupId>
|
|
<artifactId>wildfly-web-feature-pack</artifactId>
|
|
<version>${wildfly.version}</version>
|
|
<type>zip</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.wildfly.core</groupId>
|
|
<artifactId>wildfly-subsystem-test</artifactId>
|
|
<version>${wildfly.core.version}</version>
|
|
<type>pom</type>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.wildfly</groupId>
|
|
<artifactId>wildfly-undertow</artifactId>
|
|
<version>${wildfly.version}</version>
|
|
<scope>test</scope>
|
|
<exclusions>
|
|
<exclusion>
|
|
<groupId>io.undertow.jastow</groupId>
|
|
<artifactId>jastow</artifactId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.wildfly.core</groupId>
|
|
<artifactId>wildfly-subsystem-test-framework</artifactId>
|
|
<version>${wildfly.core.version}</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.wildfly.core</groupId>
|
|
<artifactId>wildfly-core-feature-pack</artifactId>
|
|
<type>pom</type>
|
|
<version>${wildfly.core.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.wildfly.core</groupId>
|
|
<artifactId>wildfly-core-feature-pack</artifactId>
|
|
<type>zip</type>
|
|
<version>${wildfly.core.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.wildfly.core</groupId>
|
|
<artifactId>wildfly-version</artifactId>
|
|
<version>${wildfly.core.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.wildfly</groupId>
|
|
<artifactId>wildfly-web-common</artifactId>
|
|
<version>${wildfly.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.wildfly.security</groupId>
|
|
<artifactId>wildfly-elytron</artifactId>
|
|
<version>${elytron.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.wildfly.common</groupId>
|
|
<artifactId>wildfly-common</artifactId>
|
|
<version>${wildfly.common.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.wildfly.security.elytron-web</groupId>
|
|
<artifactId>undertow-server</artifactId>
|
|
<version>${elytron.undertow-server.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.infinispan</groupId>
|
|
<artifactId>infinispan-core</artifactId>
|
|
<version>${infinispan.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.infinispan</groupId>
|
|
<artifactId>infinispan-cachestore-remote</artifactId>
|
|
<version>${infinispan.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.liquibase</groupId>
|
|
<artifactId>liquibase-core</artifactId>
|
|
<version>${liquibase.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.osgi</groupId>
|
|
<artifactId>org.osgi.core</artifactId>
|
|
<version>${osgi.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.osgi</groupId>
|
|
<artifactId>org.osgi.enterprise</artifactId>
|
|
<version>${osgi.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.ops4j.pax.web</groupId>
|
|
<artifactId>pax-web-runtime</artifactId>
|
|
<version>${pax.web.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.ops4j.pax.web</groupId>
|
|
<artifactId>pax-web-api</artifactId>
|
|
<version>${pax.web.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.ops4j.pax.web</groupId>
|
|
<artifactId>pax-web-spi</artifactId>
|
|
<version>${pax.web.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.jboss.aesh</groupId>
|
|
<artifactId>aesh</artifactId>
|
|
<version>${jboss.aesh.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.aesh</groupId>
|
|
<artifactId>aesh</artifactId>
|
|
<version>${aesh.version}</version>
|
|
</dependency>
|
|
|
|
<!-- keycloak -->
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-client-registration-api</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-common</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-core</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-client-api</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-kerberos-federation</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<!-- Dependencies for RHEL IdM -->
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-sssd-federation</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>net.java.dev.jna</groupId>
|
|
<artifactId>jna</artifactId>
|
|
<version>${jna.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-ldap-federation</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-dependencies-server-min</artifactId>
|
|
<version>${project.version}</version>
|
|
<type>pom</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-dependencies-server-all</artifactId>
|
|
<version>${project.version}</version>
|
|
<type>pom</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-themes</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-adapter-spi</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-servlet-adapter-spi</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-adapter-core</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-admin-client</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-as7-adapter</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-as7-adapter-spi</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-installed-adapter</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-jaxrs-oauth-client</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-jboss-adapter-core</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-jetty-adapter-spi</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-jetty-core</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-jetty92-adapter</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-jetty93-adapter</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-jetty94-adapter</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-as7-subsystem</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-wildfly-subsystem</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-wildfly-server-subsystem</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-subsystem</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-js-adapter</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-osgi-adapter</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-spring-boot-adapter-core</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-spring-boot-adapter</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-spring-boot-2-adapter</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-tomcat-adapter-spi</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-tomcat-core-adapter</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-saml-servlet-filter-adapter</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-servlet-filter-adapter</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-saml-as7-adapter</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-saml-as7-subsystem</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-saml-tomcat7-adapter</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-saml-tomcat-adapter</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-tomcat7-adapter</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-tomcat-adapter</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-undertow-adapter-spi</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-undertow-adapter</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-wildfly-adapter</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-wildfly-elytron-oidc-adapter</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-saml-wildfly-elytron-adapter</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-wildfly-adduser</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-wildfly-extensions</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-server-spi</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-server-spi-private</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-model-jpa</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-model-infinispan</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>launcher</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-saml-core</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-saml-core-public</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-saml-adapter-api-public</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-saml-adapter-core</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-saml-tomcat-adapter-core</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-saml-jetty-adapter-core</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-saml-wildfly-adapter</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-saml-wildfly-subsystem</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-saml-jetty92-adapter</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-saml-jetty93-adapter</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-saml-jetty94-adapter</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-saml-undertow-adapter</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-services</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
|
|
<!-- Authorization -->
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-authz-client</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-authz-policy-common</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
|
|
<!-- Openshift -->
|
|
<dependency>
|
|
<groupId>com.openshift</groupId>
|
|
<artifactId>openshift-restclient-java</artifactId>
|
|
<version>${version.com.openshift.openshift-restclient-java}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-saml-as7-modules</artifactId>
|
|
<version>${project.version}</version>
|
|
<type>zip</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-as7-modules</artifactId>
|
|
<version>${project.version}</version>
|
|
<type>zip</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-wildfly-modules</artifactId>
|
|
<version>${project.version}</version>
|
|
<type>zip</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-saml-wildfly-modules</artifactId>
|
|
<version>${project.version}</version>
|
|
<type>zip</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-fuse-adapter-dist</artifactId>
|
|
<version>${project.version}</version>
|
|
<type>zip</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-fuse-adapter-dist</artifactId>
|
|
<version>${project.version}</version>
|
|
<type>tar.gz</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-wildfly-adapter-dist</artifactId>
|
|
<version>${project.version}</version>
|
|
<type>zip</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-saml-wildfly-adapter-dist</artifactId>
|
|
<version>${project.version}</version>
|
|
<type>zip</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-server-overlay</artifactId>
|
|
<version>${project.version}</version>
|
|
<type>zip</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-server-dist</artifactId>
|
|
<version>${project.version}</version>
|
|
<type>zip</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-demo-dist</artifactId>
|
|
<version>${project.version}</version>
|
|
<type>zip</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-util-embedded-ldap</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-api-docs-dist</artifactId>
|
|
<version>${project.version}</version>
|
|
<type>zip</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-examples-dist</artifactId>
|
|
<version>${project.version}</version>
|
|
<type>zip</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-tomcat7-adapter-dist</artifactId>
|
|
<version>${project.version}</version>
|
|
<type>zip</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-tomcat-adapter-dist</artifactId>
|
|
<version>${project.version}</version>
|
|
<type>zip</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-jetty92-adapter-dist</artifactId>
|
|
<version>${project.version}</version>
|
|
<type>zip</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-jetty93-adapter-dist</artifactId>
|
|
<version>${project.version}</version>
|
|
<type>zip</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-jetty94-adapter-dist</artifactId>
|
|
<version>${project.version}</version>
|
|
<type>zip</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-js-adapter-dist</artifactId>
|
|
<version>${project.version}</version>
|
|
<type>zip</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-as7-adapter-dist</artifactId>
|
|
<version>${project.version}</version>
|
|
<type>zip</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-eap6-adapter-dist</artifactId>
|
|
<version>${project.version}</version>
|
|
<type>zip</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-server-feature-pack</artifactId>
|
|
<version>${project.version}</version>
|
|
<type>zip</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-adapter-feature-pack</artifactId>
|
|
<version>${project.version}</version>
|
|
<type>zip</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-saml-tomcat7-adapter-dist</artifactId>
|
|
<version>${project.version}</version>
|
|
<type>zip</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-saml-tomcat-adapter-dist</artifactId>
|
|
<version>${project.version}</version>
|
|
<type>zip</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-saml-jetty92-adapter-dist</artifactId>
|
|
<version>${project.version}</version>
|
|
<type>zip</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-saml-jetty93-adapter-dist</artifactId>
|
|
<version>${project.version}</version>
|
|
<type>zip</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-saml-jetty94-adapter-dist</artifactId>
|
|
<version>${project.version}</version>
|
|
<type>zip</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-saml-as7-adapter-dist</artifactId>
|
|
<version>${project.version}</version>
|
|
<type>zip</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-saml-eap6-adapter-dist</artifactId>
|
|
<version>${project.version}</version>
|
|
<type>zip</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-testsuite-utils</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-testsuite-tools</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-testsuite-tools</artifactId>
|
|
<version>${project.version}</version>
|
|
<classifier>classes</classifier>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.keycloak.example.demo</groupId>
|
|
<artifactId>cxf-jaxws-example</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak.example.demo</groupId>
|
|
<artifactId>customer-portal-example</artifactId>
|
|
<version>${project.version}</version>
|
|
<type>war</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak.example.demo</groupId>
|
|
<artifactId>product-portal-example</artifactId>
|
|
<version>${project.version}</version>
|
|
<type>war</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-client-registration-cli</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-admin-cli</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-client-cli-dist</artifactId>
|
|
<version>${project.version}</version>
|
|
<type>zip</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>kcinit</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>kcinit-dist</artifactId>
|
|
<version>${project.version}</version>
|
|
<type>zip</type>
|
|
</dependency>
|
|
<!-- webauthn support -->
|
|
<dependency>
|
|
<groupId>com.webauthn4j</groupId>
|
|
<artifactId>webauthn4j-core</artifactId>
|
|
<version>${webauthn4j.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.webauthn4j</groupId>
|
|
<artifactId>webauthn4j-util</artifactId>
|
|
<version>${webauthn4j.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.kerby</groupId>
|
|
<artifactId>kerby-asn1</artifactId>
|
|
<version>${org.apache.kerby.kerby-asn1.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.fasterxml.jackson.dataformat</groupId>
|
|
<artifactId>jackson-dataformat-cbor</artifactId>
|
|
<version>${jackson.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-lang</groupId>
|
|
<artifactId>commons-lang</artifactId>
|
|
<version>${commons-lang.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.commons</groupId>
|
|
<artifactId>commons-lang3</artifactId>
|
|
<version>${commons-lang3.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.mvel</groupId>
|
|
<artifactId>mvel2</artifactId>
|
|
<version>${mvel.version}</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</dependencyManagement>
|
|
|
|
<build>
|
|
<pluginManagement>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.sonatype.plugins</groupId>
|
|
<artifactId>nexus-staging-maven-plugin</artifactId>
|
|
<version>${nexus.staging.plugin.version}</version>
|
|
<extensions>true</extensions>
|
|
<configuration>
|
|
<nexusUrl>https://repository.jboss.org/nexus</nexusUrl>
|
|
<serverId>jboss-releases-repository</serverId>
|
|
</configuration>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
|
<configuration>
|
|
<tarLongFileMode>posix</tarLongFileMode>
|
|
</configuration>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-release-plugin</artifactId>
|
|
<version>2.5.2</version>
|
|
<configuration>
|
|
<autoVersionSubmodules>true</autoVersionSubmodules>
|
|
<tagNameFormat>@{project.version}</tagNameFormat>
|
|
</configuration>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
<configuration>
|
|
<forkMode>once</forkMode>
|
|
<argLine>-Djava.awt.headless=true ${surefire.memory.settings}</argLine>
|
|
<runOrder>alphabetical</runOrder>
|
|
</configuration>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>com.google.code.maven-replacer-plugin</groupId>
|
|
<artifactId>maven-replacer-plugin</artifactId>
|
|
<version>${replacer.plugin.version}</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-install-plugin</artifactId>
|
|
<configuration>
|
|
<createChecksum>true</createChecksum>
|
|
</configuration>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>com.lazerycode.jmeter</groupId>
|
|
<artifactId>jmeter-maven-plugin</artifactId>
|
|
<version>${jmeter.plugin.version}</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>com.lazerycode.jmeter</groupId>
|
|
<artifactId>jmeter-analysis-maven-plugin</artifactId>
|
|
<version>${jmeter.analysis.plugin.version}</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.jboss.as.plugins</groupId>
|
|
<artifactId>jboss-as-maven-plugin</artifactId>
|
|
<version>${jboss.as.plugin.version}</version>
|
|
<configuration>
|
|
<skip>true</skip>
|
|
</configuration>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.wildfly.plugins</groupId>
|
|
<artifactId>wildfly-maven-plugin</artifactId>
|
|
<version>${wildfly.plugin.version}</version>
|
|
<configuration>
|
|
<skip>true</skip>
|
|
</configuration>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>com.samaxes.maven</groupId>
|
|
<artifactId>minify-maven-plugin</artifactId>
|
|
<version>${minify.plugin.version}</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.liquibase</groupId>
|
|
<artifactId>liquibase-maven-plugin</artifactId>
|
|
<version>${liquibase.version}</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.wildfly.build</groupId>
|
|
<artifactId>wildfly-server-provisioning-maven-plugin</artifactId>
|
|
<version>${wildfly.build-tools.version}</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.felix</groupId>
|
|
<artifactId>maven-bundle-plugin</artifactId>
|
|
<version>${osgi.bundle.plugin.version}</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>com.github.eirslett</groupId>
|
|
<artifactId>frontend-maven-plugin</artifactId>
|
|
<version>${frontend.plugin.version}</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-distribution-licenses-maven-plugin</artifactId>
|
|
<version>${project.version}</version>
|
|
<executions>
|
|
<execution>
|
|
<id>process-licenses</id>
|
|
<goals>
|
|
<goal>process</goal>
|
|
</goals>
|
|
<phase>process-resources</phase>
|
|
</execution>
|
|
</executions>
|
|
</plugin>
|
|
</plugins>
|
|
</pluginManagement>
|
|
</build>
|
|
|
|
<profiles>
|
|
<profile>
|
|
<id>community</id>
|
|
<activation>
|
|
<property>
|
|
<name>!product</name>
|
|
</property>
|
|
</activation>
|
|
<properties>
|
|
<product.name>Keycloak</product.name>
|
|
<product.name.full>Keycloak</product.name.full>
|
|
<product.slot>keycloak</product.slot>
|
|
<product.wildfly.console.slot>main</product.wildfly.console.slot>
|
|
<product.name-html>\u003Cdiv class="kc-logo-text"\u003E\u003Cspan\u003EKeycloak\u003C\u002Fspan\u003E\u003C\u002Fdiv\u003E</product.name-html>
|
|
<product.version>${project.version}</product.version>
|
|
<product.default-profile>community</product.default-profile>
|
|
<jackson.version>2.9.10</jackson.version>
|
|
<jackson.databind.version>2.9.10.1</jackson.databind.version>
|
|
<resteasy.version>3.9.1.Final</resteasy.version>
|
|
<resteasy.undertow.version>${resteasy.version}</resteasy.undertow.version>
|
|
</properties>
|
|
</profile>
|
|
|
|
<profile>
|
|
<id>product</id>
|
|
<activation>
|
|
<property>
|
|
<name>product</name>
|
|
</property>
|
|
</activation>
|
|
<properties>
|
|
<product.name.full>Red Hat Single Sign-On</product.name.full>
|
|
<product.name>rh-sso</product.name>
|
|
<product.slot>rh-sso</product.slot>
|
|
<product.wildfly.console.slot>eap</product.wildfly.console.slot>
|
|
<product.name-html>\u003Cstrong\u003ERed Hat\u003C\u002Fstrong\u003E\u003Csup\u003E\u00AE\u003C\u002Fsup\u003E Single Sign On</product.name-html>
|
|
<product.version>${product.rhsso.version}</product.version>
|
|
<product.default-profile>product</product.default-profile>
|
|
</properties>
|
|
<build>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
<artifactId>build-helper-maven-plugin</artifactId>
|
|
<version>1.7</version>
|
|
<executions>
|
|
<execution>
|
|
<id>set-product-filename-version</id>
|
|
<goals>
|
|
<goal>regex-property</goal>
|
|
</goals>
|
|
<phase>initialize</phase>
|
|
<configuration>
|
|
<name>product.filename.version</name>
|
|
<value>${product.rhsso.version}</value>
|
|
<regex>^(\d+(\.\d+)?).*?$</regex>
|
|
<replacement>$1</replacement>
|
|
<failIfNoMatch>true</failIfNoMatch>
|
|
</configuration>
|
|
</execution>
|
|
</executions>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
</profile>
|
|
|
|
<profile>
|
|
<id>testsuite</id>
|
|
<activation>
|
|
<property>
|
|
<name>!skipTestsuite</name>
|
|
</property>
|
|
</activation>
|
|
<modules>
|
|
<module>testsuite</module>
|
|
</modules>
|
|
</profile>
|
|
|
|
<profile>
|
|
<id>examples</id>
|
|
<activation>
|
|
<property>
|
|
<name>!skipExamples</name>
|
|
</property>
|
|
</activation>
|
|
</profile>
|
|
|
|
<profile>
|
|
<id>distribution</id>
|
|
<modules>
|
|
<module>distribution</module>
|
|
</modules>
|
|
</profile>
|
|
|
|
<profile>
|
|
<id>jboss-release</id>
|
|
<modules>
|
|
<module>distribution</module>
|
|
</modules>
|
|
</profile>
|
|
|
|
<profile>
|
|
<id>doclint-java8-disable</id>
|
|
<activation>
|
|
<jdk>[1.8,)</jdk>
|
|
</activation>
|
|
|
|
<build>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
<configuration>
|
|
<additionalparam>-Xdoclint:none</additionalparam>
|
|
<failOnError>false</failOnError>
|
|
<excludePackageNames>cx.*:org.freedesktop*:org.jvnet*</excludePackageNames>
|
|
</configuration>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
</profile>
|
|
|
|
<profile>
|
|
<id>nexus-staging</id>
|
|
<build>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.sonatype.plugins</groupId>
|
|
<artifactId>nexus-staging-maven-plugin</artifactId>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
</profile>
|
|
|
|
<profile>
|
|
<id>quarkus</id>
|
|
<modules>
|
|
<module>quarkus</module>
|
|
</modules>
|
|
<dependencyManagement>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.keycloak</groupId>
|
|
<artifactId>keycloak-quarkus-server</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</dependencyManagement>
|
|
</profile>
|
|
|
|
</profiles>
|
|
</project>
|