rap-server-security-auth
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.rapidclipse</groupId>
<artifactId>rap-server-security-auth</artifactId>
<version>14.0.3</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2013-2024 by XDEV Software, All Rights Reserved.
This file is part of the RapidClipse Application Platform (RAP).
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
SPDX-License-Identifier: AGPL-3.0-or-later
Contributors:
XDEV Software - initial API and implementation
-->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.rapidclipse</groupId>
<artifactId>rap-server-security-auth</artifactId>
<version>14.0.3</version>
<name>Rapid Application Platform / Server / Security / Authentication and Authorization</name>
<description>Rapid Application Platform / Server / Security / Authentication and Authorization</description>
<url>https://www.rapidclipse.com</url>
<licenses>
<license>
<name>GNU Affero General Public License - v 3.0</name>
<url>https://www.gnu.org/licenses/agpl-3.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>XDEV Software</name>
<url>https://xdev-software.com</url>
<organization>XDEV Software</organization>
</developer>
</developers>
<scm>
<connection>https://github.com/RapidClipse/rapid-application-platform.git</connection>
<developerConnection>https://github.com/RapidClipse/rapid-application-platform.git</developerConnection>
<url>https://github.com/RapidClipse/rapid-application-platform</url>
</scm>
<dependencies>
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>6.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.rapidclipse</groupId>
<artifactId>rap-server-core</artifactId>
<version>14.0.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.rapidclipse</groupId>
<artifactId>rap-security-auth</artifactId>
<version>14.0.3</version>
<scope>compile</scope>
</dependency>
</dependencies>
<repositories>
<repository>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
<repository>
<id>vaadin-addons</id>
<url>https://maven.vaadin.com/vaadin-addons</url>
</repository>
</repositories>
</project>