cas-server-webapp
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.apereo.cas</groupId> <artifactId>cas-server-webapp</artifactId> <version>7.3.0-RC2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>org.apereo.cas</groupId> <artifactId>cas-server-webapp</artifactId> <version>7.3.0-RC2</version> <packaging>war</packaging> <name>cas-server-webapp</name> <description>cas-server-webapp</description> <url>https://www.apereo.org/projects/cas</url> <inceptionYear>2004</inceptionYear> <organization> <name>Apereo Foundation</name> <url>https://www.apereo.org</url> </organization> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>leleuj</id> <name>Jérôme Leleu</name> </developer> <developer> <id>mmoayyed</id> <name>Misagh Moayyed</name> </developer> <developer> <id>hdeadman</id> <name>Hal Deadman</name> </developer> </developers> <contributors> <contributor> <name>Dmitriy Kopylenko</name> </contributor> <contributor> <name>Timur Duehr</name> </contributor> <contributor> <name>Jeff Sittler</name> </contributor> <contributor> <name>Andrew Petro</name> </contributor> <contributor> <name>William G. Thompson</name> </contributor> <contributor> <name>Marvin S. Addison</name> </contributor> <contributor> <name>Scott Battaglia</name> </contributor> <contributor> <name>Travis Schmidt</name> </contributor> <contributor> <name>Robert Oschwald</name> </contributor> <contributor> <name>Daniel Frett</name> </contributor> <contributor> <name>Adam Rybicki</name> <email>arybicki@unicon.net</email> </contributor> <contributor> <name>Andrew Tillinghast</name> <email>atilling@conncoll.edu</email> </contributor> <contributor> <name>Arnaud Lesueur</name> <email>arnaud.lesueur@gmail.com</email> </contributor> <contributor> <name>Drew Mazurek</name> <email>dmazurek@unicon.net</email> </contributor> <contributor> <name>Eric Dalquist</name> <email>eric.dalquist@doit.wisc.edu</email> </contributor> <contributor> <name>Eric Pierce</name> <email>epierce@usf.edu</email> </contributor> <contributor> <name>Frederic Esnault</name> <email>esnault.frederic@gmail.com</email> </contributor> <contributor> <name>Howard Gilbert</name> <email>Howard.Gilbert@yale.edu</email> </contributor> <contributor> <name>Jan Van der Velpen</name> <email>velpi@industria.be</email> </contributor> <contributor> <name>John Martin</name> <email>jmartin@unicon.net</email> </contributor> <contributor> <name>MarcAntoine Garrigue</name> <email>marc.antoine.garrigue@gmail.com</email> </contributor> <contributor> <name>Mihir Patel</name> <email>exploremihir@gmail.com</email> </contributor> <contributor> <name>Fredrik Jönsson</name> <email>fjo@kth.se</email> </contributor> </contributors> <mailingLists> <mailingList> <name>cas-user</name> <subscribe>https://groups.google.com/a/apereo.org/forum/#!forum/cas-user</subscribe> <unsubscribe>https://groups.google.com/a/apereo.org/forum/#!forum/cas-user</unsubscribe> <post>cas-user@apereo.org</post> <archive>https://groups.google.com/a/apereo.org/forum/#!forum/cas-user</archive> </mailingList> <mailingList> <name>cas-dev</name> <subscribe>https://groups.google.com/a/apereo.org/forum/#!forum/cas-dev</subscribe> <unsubscribe>https://groups.google.com/a/apereo.org/forum/#!forum/cas-dev</unsubscribe> <post>cas-dev@apereo.org</post> <archive>https://groups.google.com/a/apereo.org/forum/#!forum/cas-dev</archive> </mailingList> <mailingList> <name>cas-announce</name> <subscribe>https://groups.google.com/a/apereo.org/forum/#!forum/cas-announce</subscribe> <unsubscribe>https://groups.google.com/a/apereo.org/forum/#!forum/cas-announce</unsubscribe> <post>cas-announce@apereo.org</post> <archive>https://groups.google.com/a/apereo.org/forum/#!forum/cas-announce</archive> </mailingList> </mailingLists> <scm> <connection>scm:git@github.com:apereo/cas.git</connection> <developerConnection>scm:git@github.com:apereo/cas.git</developerConnection> <url>scm:git@github.com:apereo/cas.git</url> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/apereo/cas/pulls</url> </issueManagement> <repositories> <repository> <id>maven-central</id> <url>https://repo.maven.apache.org/maven2</url> <releases> <enabled>true</enabled> </releases> <snapshots> <enabled>false</enabled> </snapshots> </repository> <repository> <id>shib-release</id> <url>https://build.shibboleth.net/maven/releases/</url> <releases> <enabled>true</enabled> </releases> <snapshots> <enabled>false</enabled> </snapshots> </repository> <repository> <id>shib-snapshots</id> <url>https://build.shibboleth.net/maven/snapshots/</url> <releases> <enabled>false</enabled> </releases> <snapshots> <enabled>true</enabled> </snapshots> </repository> <repository> <id>sonatype-snapshot</id> <url>https://oss.sonatype.org/content/repositories/snapshots</url> <snapshots> <enabled>true</enabled> </snapshots> <releases> <enabled>false</enabled> </releases> </repository> <repository> <id>apache-snapshot</id> <url>https://repository.apache.org/content/repositories/snapshots</url> <snapshots> <enabled>true</enabled> </snapshots> <releases> <enabled>false</enabled> </releases> </repository> <repository> <id>spring-milestone</id> <url>https://repo.spring.io/milestone</url> <snapshots> <enabled>false</enabled> </snapshots> <releases> <enabled>true</enabled> </releases> </repository> </repositories> </project>