|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<!-- |
| 3 | +
|
| 4 | + Copyright (C) 2003-2023 eXo Platform SAS. |
| 5 | +
|
| 6 | + This program is free software; you can redistribute it and/or |
| 7 | + modify it under the terms of the GNU Affero General Public License |
| 8 | + as published by the Free Software Foundation; either version 3 |
| 9 | + of the License, or (at your option) any later version. |
| 10 | +
|
| 11 | + This program is distributed in the hope that it will be useful, |
| 12 | + but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | + GNU General Public License for more details. |
| 15 | +
|
| 16 | + You should have received a copy of the GNU General Public License |
| 17 | + along with this program; if not, see<http://www.gnu.org/licenses />. |
| 18 | +
|
| 19 | +--> |
| 20 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 21 | + <modelVersion>4.0.0</modelVersion> |
| 22 | + <parent> |
| 23 | + <groupId>org.exoplatform.addons.sso</groupId> |
| 24 | + <artifactId>saml2-addon-parent</artifactId> |
| 25 | + <version>7.1.x-SNAPSHOT</version> |
| 26 | + </parent> |
| 27 | + <artifactId>saml2-addon-service</artifactId> |
| 28 | + <name>eXo Add-on:: SAML2 add-on Service</name> |
| 29 | + <description>The SAML2 add-on Service</description> |
| 30 | + <dependencies> |
| 31 | + <dependency> |
| 32 | + <groupId>io.meeds.gatein.sso</groupId> |
| 33 | + <artifactId>sso-saml-plugin</artifactId> |
| 34 | + </dependency> |
| 35 | + </dependencies> |
| 36 | + <build> |
| 37 | + <finalName>${project.artifactId}</finalName> |
| 38 | + </build> |
| 39 | +</project> |
0 commit comments