2015-09-18 12:27:28 +00:00
|
|
|
<?xml version="1.0"?>
|
2016-02-03 10:20:22 +00:00
|
|
|
<!--
|
2016-03-24 10:24:21 +00:00
|
|
|
~ 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.
|
|
|
|
-->
|
2016-02-03 10:20:22 +00:00
|
|
|
|
2015-09-18 12:27:28 +00:00
|
|
|
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
|
|
<parent>
|
|
|
|
<groupId>org.keycloak.testsuite</groupId>
|
|
|
|
<artifactId>integration-arquillian</artifactId>
|
2021-07-30 12:55:12 +00:00
|
|
|
<version>16.0.0-SNAPSHOT</version>
|
2015-09-18 12:27:28 +00:00
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<artifactId>integration-arquillian-servers</artifactId>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
<name>Servers</name>
|
|
|
|
|
2016-03-24 10:24:21 +00:00
|
|
|
<properties>
|
|
|
|
<script.suffix>sh</script.suffix>
|
2019-03-08 12:27:29 +00:00
|
|
|
|
2018-08-31 12:21:03 +00:00
|
|
|
<!--app container versions-->
|
2018-10-11 16:00:45 +00:00
|
|
|
<eap6.version>7.5.21.Final-redhat-1</eap6.version>
|
2018-12-03 09:08:37 +00:00
|
|
|
<eap71.version>7.1.5.GA-redhat-00002</eap71.version>
|
2016-03-24 10:24:21 +00:00
|
|
|
<jboss.as.version>7.1.1.Final</jboss.as.version>
|
2019-02-12 09:12:40 +00:00
|
|
|
|
2016-04-06 07:11:06 +00:00
|
|
|
<jboss.default.worker.io-threads>16</jboss.default.worker.io-threads>
|
|
|
|
<jboss.default.worker.task-max-threads>128</jboss.default.worker.task-max-threads>
|
2018-06-06 02:53:44 +00:00
|
|
|
<jboss.default.http.max-connections>500</jboss.default.http.max-connections>
|
2017-05-29 07:02:57 +00:00
|
|
|
|
|
|
|
<cache.default.worker.io-threads>2</cache.default.worker.io-threads>
|
|
|
|
<cache.default.worker.task-max-threads>4</cache.default.worker.task-max-threads>
|
2020-08-20 14:51:01 +00:00
|
|
|
<hotrod.sasl.mechanism>DIGEST-MD5</hotrod.sasl.mechanism>
|
2019-03-08 12:27:29 +00:00
|
|
|
|
2018-06-06 02:53:44 +00:00
|
|
|
<jboss.cli.executable>jboss-cli.sh</jboss.cli.executable>
|
2020-06-03 14:46:09 +00:00
|
|
|
|
|
|
|
<!-- Tomcat versions needs to be overwritten to newer versions because of https://issues.redhat.com/browse/KEYCLOAK-14103 -->
|
|
|
|
<tomcat9.version>9.0.29</tomcat9.version>
|
|
|
|
<tomcat8.version>8.5.49</tomcat8.version>
|
2016-03-24 10:24:21 +00:00
|
|
|
</properties>
|
|
|
|
|
|
|
|
<modules>
|
|
|
|
<module>auth-server</module>
|
|
|
|
<module>app-server</module>
|
2017-05-29 07:02:57 +00:00
|
|
|
<module>cache-server</module>
|
2016-03-24 10:24:21 +00:00
|
|
|
</modules>
|
|
|
|
|
2015-09-18 12:27:28 +00:00
|
|
|
<profiles>
|
2019-03-08 12:27:29 +00:00
|
|
|
|
2016-04-14 05:31:57 +00:00
|
|
|
<profile>
|
|
|
|
<id>auth-server-migration</id>
|
|
|
|
<modules>
|
|
|
|
<module>migration</module>
|
|
|
|
</modules>
|
|
|
|
</profile>
|
2019-03-08 12:27:29 +00:00
|
|
|
|
2015-12-15 12:14:30 +00:00
|
|
|
<profile>
|
2016-03-24 10:24:21 +00:00
|
|
|
<id>win</id>
|
|
|
|
<activation>
|
|
|
|
<os>
|
|
|
|
<family>Windows</family>
|
|
|
|
</os>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<script.suffix>bat</script.suffix>
|
2018-06-06 02:53:44 +00:00
|
|
|
<jboss.cli.executable>jboss-cli.ps1</jboss.cli.executable>
|
2016-03-24 10:24:21 +00:00
|
|
|
</properties>
|
2016-02-23 14:13:48 +00:00
|
|
|
</profile>
|
2015-09-18 12:27:28 +00:00
|
|
|
|
2016-03-24 10:24:21 +00:00
|
|
|
</profiles>
|
2019-03-08 12:27:29 +00:00
|
|
|
|
2015-09-18 12:27:28 +00:00
|
|
|
</project>
|