Keycloak
/
wildfly-feature-pack-build-eap.xml
37 строк · 1.4 Кб
1<!--
2~ Copyright 2022 Red Hat, Inc.
3~
4~ Licensed under the Apache License, Version 2.0 (the "License");
5~ you may not use this file except in compliance with the License.
6~ You may obtain a copy of the License at
7~
8~ http://www.apache.org/licenses/LICENSE-2.0
9~
10~ Unless required by applicable law or agreed to in writing, software
11~ distributed under the License is distributed on an "AS IS" BASIS,
12~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13~ See the License for the specific language governing permissions and
14~ limitations under the License.
15-->
16
17<build xmlns="urn:wildfly:feature-pack-build:3.1" producer="org.keycloak:keycloak-saml-adapter-galleon-pack">18<dependencies>19<dependency group-id="org.jboss.eap" artifact-id="wildfly-ee-galleon-pack">20<name>org.jboss.eap:wildfly-ee-galleon-pack</name>21<packages inherit="false">22<exclude name="product.conf"/>23</packages>24<default-configs inherit="false"/>25</dependency>26</dependencies>27<default-packages>28<package name="modules.all"/>29</default-packages>30<generate-feature-specs>31<extensions>32<standalone>33<extension>org.keycloak.keycloak-saml-adapter-subsystem</extension>34</standalone>35</extensions>36</generate-feature-specs>37</build>