KEYCLOAK-15813 Replace dependencyExclusion with dependencyOverride in prod-arguments
This resolves a problem with the new version of PME, which fails the build when these old properties are present.
This commit is contained in:
parent
f0ea7a04bd
commit
b66dcc8b29
1 changed files with 5 additions and 5 deletions
|
@ -13,12 +13,12 @@
|
|||
"strictAlignment": "false",
|
||||
"dependencyManagement": "org.jboss.eap:jboss-eap-parent:$EAP_VERSION",
|
||||
"dependencyRelocations.org.wildfly:@org.jboss.eap:": "$EAP_VERSION",
|
||||
"dependencyExclusion.org.jboss.as:*@*": "$EAP6SUPPORTED_ORG_JBOSS_AS_JBOSS_AS_SERVER",
|
||||
"dependencyOverride.org.jboss.as:*@*": "$EAP6SUPPORTED_ORG_JBOSS_AS_JBOSS_AS_SERVER",
|
||||
"dependencyOverride.org.infinispan:*@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.org.osgi:org.osgi.core@*": "5.0.0",
|
||||
"dependencyOverride.org.jboss.spec.javax.servlet:jboss-servlet-api_3.0_spec@*": "$EAP6SUPPORTED_ORG_JBOSS_SPEC_JAVAX_SERVLET_JBOSS_SERVLET_API_3_0_SPEC",
|
||||
"dependencyOverride.org.jboss:jboss-parent@*": "19.0.0.redhat-2",
|
||||
"dependencyOverride.org.jboss.web:jbossweb@*": "$EAP6SUPPORTED_ORG_JBOSS_WEB_JBOSSWEB",
|
||||
"dependencyOverride.com.google.guava:guava@org.keycloak.testsuite:integration-arquillian": "",
|
||||
"dependencyOverride.com.fasterxml.jackson.dataformat:*@*": "2.10.4.redhat-00001",
|
||||
"dependencyOverride.org.jboss.logging:jboss-logging-processor@*": "",
|
||||
|
|
Loading…
Reference in a new issue