diff --git a/adapters/oidc/as7-eap6/as7-subsystem/pom.xml b/adapters/oidc/as7-eap6/as7-subsystem/pom.xml index cb1e6a33200..b4f28253228 100755 --- a/adapters/oidc/as7-eap6/as7-subsystem/pom.xml +++ b/adapters/oidc/as7-eap6/as7-subsystem/pom.xml @@ -88,7 +88,6 @@ org.jboss.logging jboss-logging - 3.1.0.GA @@ -104,7 +103,6 @@ projects that depend on this project.--> org.jboss.msc jboss-msc - 1.0.2.GA diff --git a/adapters/oidc/as7-eap6/pom.xml b/adapters/oidc/as7-eap6/pom.xml index d4286ac2498..5bb51bd5db1 100755 --- a/adapters/oidc/as7-eap6/pom.xml +++ b/adapters/oidc/as7-eap6/pom.xml @@ -30,6 +30,18 @@ keycloak-as7-integration-pom pom + + + + org.jboss.as + jboss-as-parent + ${jboss.as.version} + pom + import + + + + as7-adapter-spi as7-adapter diff --git a/adapters/oidc/tomcat/tomcat-core/pom.xml b/adapters/oidc/tomcat/tomcat-core/pom.xml index 3e769ee32be..209e5b30758 100755 --- a/adapters/oidc/tomcat/tomcat-core/pom.xml +++ b/adapters/oidc/tomcat/tomcat-core/pom.xml @@ -29,8 +29,6 @@ keycloak-tomcat-core-adapter Keycloak Tomcat Core Integration - - 6.0.41 diff --git a/adapters/saml/as7-eap6/pom.xml b/adapters/saml/as7-eap6/pom.xml index 667dad51265..aca1189ba41 100755 --- a/adapters/saml/as7-eap6/pom.xml +++ b/adapters/saml/as7-eap6/pom.xml @@ -30,6 +30,18 @@ keycloak-saml-eap-integration-pom pom + + + + org.jboss.as + jboss-as-parent + ${jboss.as.version} + pom + import + + + + adapter subsystem diff --git a/adapters/saml/as7-eap6/subsystem/pom.xml b/adapters/saml/as7-eap6/subsystem/pom.xml index a3d76a6e8ce..93aed3a74b6 100755 --- a/adapters/saml/as7-eap6/subsystem/pom.xml +++ b/adapters/saml/as7-eap6/subsystem/pom.xml @@ -88,7 +88,6 @@ org.jboss.logging jboss-logging - 3.1.0.GA diff --git a/distribution/adapters/as7-eap6-adapter/eap6-adapter-zip/pom.xml b/distribution/adapters/as7-eap6-adapter/eap6-adapter-zip/pom.xml index bea67423308..a69a6079348 100755 --- a/distribution/adapters/as7-eap6-adapter/eap6-adapter-zip/pom.xml +++ b/distribution/adapters/as7-eap6-adapter/eap6-adapter-zip/pom.xml @@ -93,4 +93,18 @@ + + + product + + + product + + + + ${product.name}-${product.filename.version}-eap6-adapter + + + + diff --git a/distribution/adapters/js-adapter-zip/pom.xml b/distribution/adapters/js-adapter-zip/pom.xml index 3dafa00f4e4..bf4d2656c44 100755 --- a/distribution/adapters/js-adapter-zip/pom.xml +++ b/distribution/adapters/js-adapter-zip/pom.xml @@ -85,4 +85,18 @@ + + + product + + + product + + + + ${product.name}-${product.filename.version}-js-adapter + + + + diff --git a/distribution/adapters/wildfly-adapter/wildfly-adapter-zip/pom.xml b/distribution/adapters/wildfly-adapter/wildfly-adapter-zip/pom.xml index 2e0343166a1..fe4006c6819 100755 --- a/distribution/adapters/wildfly-adapter/wildfly-adapter-zip/pom.xml +++ b/distribution/adapters/wildfly-adapter/wildfly-adapter-zip/pom.xml @@ -90,4 +90,18 @@ + + + product + + + product + + + + ${product.name}-${product.filename.version}-eap7-adapter + + + + diff --git a/distribution/saml-adapters/as7-eap6-adapter/eap6-adapter-zip/pom.xml b/distribution/saml-adapters/as7-eap6-adapter/eap6-adapter-zip/pom.xml index 689ccdfd794..678667f5466 100755 --- a/distribution/saml-adapters/as7-eap6-adapter/eap6-adapter-zip/pom.xml +++ b/distribution/saml-adapters/as7-eap6-adapter/eap6-adapter-zip/pom.xml @@ -93,4 +93,18 @@ + + + product + + + product + + + + ${product.name}-${product.filename.version}-saml-eap6-adapter + + + + diff --git a/distribution/saml-adapters/wildfly-adapter/wildfly-adapter-zip/pom.xml b/distribution/saml-adapters/wildfly-adapter/wildfly-adapter-zip/pom.xml index 76ecc406932..8badfef8a95 100755 --- a/distribution/saml-adapters/wildfly-adapter/wildfly-adapter-zip/pom.xml +++ b/distribution/saml-adapters/wildfly-adapter/wildfly-adapter-zip/pom.xml @@ -90,4 +90,18 @@ + + + product + + + product + + + + ${product.name}-${product.filename.version}-saml-eap7-adapter + + + + diff --git a/themes/src/main/resources/theme/base/admin/resources/js/controllers/users.js b/themes/src/main/resources/theme/base/admin/resources/js/controllers/users.js index 4b47ff82ea7..8f426189f25 100755 --- a/themes/src/main/resources/theme/base/admin/resources/js/controllers/users.js +++ b/themes/src/main/resources/theme/base/admin/resources/js/controllers/users.js @@ -1012,13 +1012,20 @@ module.controller('LDAPUserStorageCtrl', function($scope, $location, Notificatio $scope.provider = instance; $scope.showSync = false; - $scope.ldapVendors = [ - { "id": "ad", "name": "Active Directory" }, - { "id": "rhds", "name": "Red Hat Directory Server" }, - { "id": "tivoli", "name": "Tivoli" }, - { "id": "edirectory", "name": "Novell eDirectory" }, - { "id": "other", "name": "Other" } - ]; + if (serverInfo.profileInfo.name == 'community') { + $scope.ldapVendors = [ + {"id": "ad", "name": "Active Directory"}, + {"id": "rhds", "name": "Red Hat Directory Server"}, + {"id": "tivoli", "name": "Tivoli"}, + {"id": "edirectory", "name": "Novell eDirectory"}, + {"id": "other", "name": "Other"} + ]; + } else { + $scope.ldapVendors = [ + {"id": "ad", "name": "Active Directory"}, + {"id": "rhds", "name": "Red Hat Directory Server"} + ]; + } $scope.authTypes = [ { "id": "none", "name": "none" },