oidc
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>no.nav.common</groupId>
<artifactId>oidc</artifactId>
<version>1.2021.07.07_10.18-72bd65c546f6</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>no.nav.common</groupId>
<artifactId>mor-pom</artifactId>
<version>1.2021.07.07_10.18-72bd65c546f6</version>
</parent>
<artifactId>oidc</artifactId>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>no.nav.common</groupId>
<artifactId>bom</artifactId>
<version>${project.parent.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>oauth2-oidc-sdk</artifactId>
</dependency>
<dependency>
<groupId>no.nav.common</groupId>
<artifactId>auth</artifactId>
</dependency>
<dependency>
<groupId>no.nav.common</groupId>
<artifactId>util</artifactId>
</dependency>
<dependency>
<groupId>no.nav.common</groupId>
<artifactId>rest</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<!-- Test -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
</dependency>
<dependency>
<groupId>no.nav.common</groupId>
<artifactId>test-config</artifactId>
</dependency>
</dependencies>
</project>