identity-auth-core_2.12
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.gu.identity</groupId>
<artifactId>identity-auth-core_2.12</artifactId>
<version>5.0.0-PREVIEW.pvdeps2025-12-05.2025-12-09T1313.7fa351b1</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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>com.gu.identity</groupId>
<artifactId>identity-auth-core_2.12</artifactId>
<packaging>jar</packaging>
<description>identity-auth-core</description>
<url>https://github.com/guardian/identity</url>
<version>5.0.0-PREVIEW.pvdeps2025-12-05.2025-12-09T1313.7fa351b1</version>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>identity-auth-core</name>
<organization>
<name>com.gu.identity</name>
<url>https://github.com/guardian/identity</url>
</organization>
<scm>
<url>https://github.com/guardian/identity</url>
<connection>git@github.com:guardian/identity.git</connection>
</scm>
<developers>
<developer>
<id>guardian</id>
<name>guardian</name>
<url>https://github.com/guardian</url>
<email>automated.maven.release.admins@theguardian.com</email>
</developer>
</developers>
<properties>
<info.releaseNotesUrl>https://github.com/guardian/identity/pull/2851</info.releaseNotesUrl>
<info.versionScheme>early-semver</info.versionScheme>
</properties>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.12.20</version>
</dependency>
<dependency>
<groupId>com.gu.identity</groupId>
<artifactId>identity-model-circe_2.12</artifactId>
<version>5.0.0-PREVIEW.pvdeps2025-12-05.2025-12-09T1313.7fa351b1</version>
</dependency>
<dependency>
<groupId>com.gu.identity</groupId>
<artifactId>identity-cookie_2.12</artifactId>
<version>5.0.0-PREVIEW.pvdeps2025-12-05.2025-12-09T1313.7fa351b1</version>
</dependency>
<dependency>
<groupId>org.scalactic</groupId>
<artifactId>scalactic_2.12</artifactId>
<version>3.2.15</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.12</artifactId>
<version>3.2.15</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatestplus</groupId>
<artifactId>mockito-3-4_2.12</artifactId>
<version>3.2.10.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatestplus</groupId>
<artifactId>scalacheck-1-15_2.12</artifactId>
<version>3.2.10.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.circe</groupId>
<artifactId>circe-core_2.12</artifactId>
<version>0.14.3</version>
</dependency>
<dependency>
<groupId>io.circe</groupId>
<artifactId>circe-generic_2.12</artifactId>
<version>0.14.3</version>
</dependency>
<dependency>
<groupId>io.circe</groupId>
<artifactId>circe-parser_2.12</artifactId>
<version>0.14.3</version>
</dependency>
<dependency>
<groupId>org.http4s</groupId>
<artifactId>http4s-dsl_2.12</artifactId>
<version>0.22.15</version>
</dependency>
<dependency>
<groupId>org.http4s</groupId>
<artifactId>http4s-blaze-client_2.12</artifactId>
<version>0.22.15</version>
</dependency>
<dependency>
<groupId>org.http4s</groupId>
<artifactId>http4s-blaze-server_2.12</artifactId>
<version>0.22.15</version>
</dependency>
<dependency>
<groupId>org.http4s</groupId>
<artifactId>http4s-circe_2.12</artifactId>
<version>0.22.15</version>
</dependency>
<dependency>
<groupId>com.okta.jwt</groupId>
<artifactId>okta-jwt-verifier</artifactId>
<version>0.5.7</version>
</dependency>
<dependency>
<groupId>com.okta.jwt</groupId>
<artifactId>okta-jwt-verifier-impl</artifactId>
<version>0.5.7</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-scala_2.12</artifactId>
<version>2.15.0</version>
</dependency>
</dependencies>
</project>