mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-10 15:32:05 -03:30
6.x is no longer valid and causes product build failures since the community was upgraded to Drools 7.x. This change will allow BOMREST to select the version automatically based on the community version.
25 lines
1.2 KiB
JSON
25 lines
1.2 KiB
JSON
{
|
|
"mvn": {
|
|
"profiles": ["product", "!community", "jboss-release"],
|
|
"properties": {
|
|
"skipTests": "true"
|
|
}
|
|
},
|
|
"pme": {
|
|
"properties": {
|
|
"dependencySource": "BOMREST",
|
|
"dependencyManagement": "org.jboss.eap:jboss-eap-parent:$EAP_VERSION",
|
|
"dependencyRelocations.org.wildfly:@org.jboss.eap:": "$EAP_VERSION",
|
|
"dependencyExclusion.org.wildfly.core:wildfly-version@*": "3.0.12.Final-redhat-1",
|
|
"dependencyExclusion.org.wildfly.security:*@*": "1.1.8.Final-redhat-1",
|
|
"dependencyExclusion.org.jboss.as:jboss-as-server@*": "$EAP6SUPPORTED_ORG_JBOSS_AS_JBOSS_AS_SERVER",
|
|
"dependencyOverride.org.infinispan:infinispan-core@org.keycloak:keycloak-saml-as7-adapter": "5.2.23.Final-redhat-1",
|
|
"dependencyExclusion.org.osgi:org.osgi.core@*": "5.0.0",
|
|
"dependencyExclusion.org.jboss.spec.javax.servlet:jboss-servlet-api_3.0_spec@*": "$EAP6SUPPORTED_ORG_JBOSS_SPEC_JAVAX_SERVLET_JBOSS_SERVLET_API_3_0_SPEC",
|
|
"dependencyExclusion.org.jboss:jboss-parent@*": "19.0.0.redhat-2",
|
|
"dependencyExclusion.org.jboss.web:jbossweb@*": "$EAP6SUPPORTED_ORG_JBOSS_WEB_JBOSSWEB",
|
|
"dependencyOverride.com.google.guava:guava@org.keycloak.testsuite:integration-arquillian": ""
|
|
}
|
|
}
|
|
}
|