spring-security-saml-dsl-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.springframework.security.extensions</groupId> <artifactId>spring-security-saml-dsl-core</artifactId> <version>1.0.5.RELEASE</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>org.springframework.security.extensions</groupId> <artifactId>spring-security-saml-dsl-core</artifactId> <version>1.0.5.RELEASE</version> <name>Spring Security SAML DSL Library</name> <description>Spring Security SAML DSL Library</description> <url>https://github.com/spring-projects/spring-security-saml-dsl</url> <organization> <name>Pivotal Software Inc</name> <url>https://github.com/spring-projects/spring-security-saml-dsl</url> </organization> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>fhanik</id> <name>Filip Hanik</name> <email>fhanik at pivotal.io</email> <timezone>+2</timezone> </developer> </developers> <contributors> <contributor> <name>Jean de Klerk</name> </contributor> <contributor> <name>Rob Winch</name> </contributor> <contributor> <name>Mark Douglass</name> </contributor> <contributor> <name>Travis Tomsu</name> </contributor> <contributor> <name>Matt Raible</name> </contributor> </contributors> <mailingLists> <mailingList> <name>Spring Security SAML Forum</name> <post>http://stackoverflow.com/questions/tagged/spring-security</post> <archive>http://stackoverflow.com/questions/tagged/spring-security</archive> </mailingList> </mailingLists> <scm> <connection>scm:git:git://github.com/spring-projects/spring-security-saml-dsl</connection> <developerConnection>scm:git:git://github.com/spring-projects/spring-security-saml-dsl</developerConnection> <url>https://github.com/spring-projects/spring-security-saml-dsl</url> </scm> <issueManagement> <system>jira</system> <url>http://jira.springsource.org/browse/SES</url> </issueManagement> <dependencies> <dependency> <groupId>org.springframework.security.extensions</groupId> <artifactId>spring-security-saml2-core</artifactId> <version>1.0.4.RELEASE</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>spring-boot-starter-jetty</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-config</artifactId> <version>4.2.4.RELEASE</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>spring-boot-starter-jetty</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-web</artifactId> <version>4.2.4.RELEASE</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>spring-boot-starter-jetty</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <version>3.1.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> <version>3.3.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.seleniumhq.selenium</groupId> <artifactId>selenium-java</artifactId> <version>3.11.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <version>1.5.10.RELEASE</version> <scope>test</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> <version>1.5.10.RELEASE</version> <scope>test</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-tomcat</artifactId> <version>1.5.10.RELEASE</version> <scope>test</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> <version>1.5.10.RELEASE</version> <scope>test</scope> </dependency> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-test</artifactId> <version>4.2.4.RELEASE</version> <scope>test</scope> </dependency> </dependencies> </project>