saml-test
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>uk.gov.ida</groupId>
<artifactId>saml-test</artifactId>
<version>3.4.6-277</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">
<!-- 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>uk.gov.ida</groupId>
<artifactId>saml-test</artifactId>
<version>3.4.6-277</version>
<name>saml-test</name>
<description>Library for saml-test</description>
<url>https://github.com/alphagov/verify-saml-libs</url>
<licenses>
<license>
<name>MIT Licence</name>
<url>https://github.com/alphagov/verify-saml-libs/blob/master/LICENCE</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>GDS Developers</name>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/alphagov/verify-saml-libs.git</connection>
<developerConnection>scm:git:ssh://git@github.com:alphagov/verify-saml-libs.git</developerConnection>
<url>https://github.com/alphagov/verify-saml-libs</url>
</scm>
<dependencies>
<dependency>
<groupId>uk.gov.ida</groupId>
<artifactId>common-test-utils</artifactId>
<version>2.0.0-69</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-standalone</artifactId>
<version>2.27.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-testing</artifactId>
<version>2.1.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<version>2.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-joda-time</artifactId>
<version>2.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.23.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.9.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>uk.gov.ida</groupId>
<artifactId>verify-dev-pki</artifactId>
<version>2.0.0-48</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>4.7.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<version>4.7.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>uk.gov.ida</groupId>
<artifactId>saml-lib</artifactId>
<version>3.4.6-277</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-core</artifactId>
<version>3.4.6</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-saml-impl</artifactId>
<version>3.4.6</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-xmlsec-api</artifactId>
<version>3.4.6</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-security-api</artifactId>
<version>3.4.6</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-saml-api</artifactId>
<version>3.4.6</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-xmlsec-impl</artifactId>
<version>3.4.6</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>net.shibboleth.utilities</groupId>
<artifactId>java-support</artifactId>
<version>7.5.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>uk.gov.ida</groupId>
<artifactId>common-utils</artifactId>
<version>2.0.0-414</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>