Skip to content

Commit

Permalink
Update prod-arguments.json
Browse files Browse the repository at this point in the history
(cherry picked from commit a378534d36ca65a5cd80d34a16cc71479e1c2f0f)
  • Loading branch information
martin-kanis authored and stianst committed Jan 3, 2019
1 parent 7eacb43 commit 8ce9239
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions prod-arguments.json
Original file line number Diff line number Diff line change
@@ -8,17 +8,17 @@
"pme": {
"properties": {
"dependencySource": "BOMREST",
"strictAlignment": "false",
"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.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.com.google.guava:guava@org.keycloak.testsuite:integration-arquillian": ""
"dependencyOverride.com.google.guava:guava@org.keycloak.testsuite:integration-arquillian": "",
"dependencyOverride.org.apache.httpcomponents:httpclient@org.keycloak.testsuite:integration-arquillian-tests": ""
}
}
}

0 comments on commit 8ce9239

Please sign in to comment.