feature-toggle
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>no.nav.common</groupId>
<artifactId>feature-toggle</artifactId>
<version>2.2023.01.10_13.49-81ddc732df3a</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>2.2023.01.10_13.49-81ddc732df3a</version>
</parent>
<artifactId>feature-toggle</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>no.finn.unleash</groupId>
<artifactId>unleash-client-java</artifactId>
</dependency>
<dependency>
<groupId>no.nav.common</groupId>
<artifactId>util</artifactId>
</dependency>
<dependency>
<groupId>no.nav.common</groupId>
<artifactId>auth</artifactId>
</dependency>
<dependency>
<groupId>no.nav.common</groupId>
<artifactId>health</artifactId>
</dependency>
<dependency>
<groupId>no.nav.common</groupId>
<artifactId>types</artifactId>
</dependency>
<dependency>
<groupId>no.nav.common</groupId>
<artifactId>json</artifactId>
</dependency>
<dependency>
<groupId>no.nav.common</groupId>
<artifactId>rest</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</dependency>
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs-api</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
<!-- test -->
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-standalone</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>mockwebserver</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>