configuration-authentication
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.hp.autonomy.frontend.configuration</groupId>
<artifactId>configuration-authentication</artifactId>
<version>1.10.0</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>com.hp.autonomy</groupId>
<artifactId>foss-spring-boot-master-pom</artifactId>
<version>3.10.0</version>
</parent>
<groupId>com.hp.autonomy.frontend.configuration</groupId>
<artifactId>configuration-authentication</artifactId>
<version>1.10.0</version>
<name>OpenText IDOL Configuration Authentication</name>
<description>This library provides user authentication using spring security</description>
<url>https://github.com/opentext-idol/java-configuration-authentication</url>
<inceptionYear>2015</inceptionYear>
<scm>
<connection>scm:git:git@github.com:opentext-idol/java-configuration-authentication.git</connection>
<developerConnection>scm:git:git@github.com:opentext-idol/java-configuration-authentication.git</developerConnection>
<url>git@github.com:opentext-idol/java-configuration-authentication.git</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/opentext-idol/java-configuration-authentication/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>com.hp.autonomy.aci.client</groupId>
<artifactId>aci-api</artifactId>
<version>26.3.0</version>
</dependency>
<dependency>
<groupId>com.hp.autonomy.frontend.configuration</groupId>
<artifactId>configuration-api</artifactId>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>com.hp.autonomy.frontend.configuration</groupId>
<artifactId>configuration-idol</artifactId>
<version>6.10.0</version>
</dependency>
<dependency>
<groupId>com.hp.autonomy.frontend.configuration</groupId>
<artifactId>configuration-impl</artifactId>
<version>3.9.0</version>
</dependency>
<dependency>
<groupId>com.hp.autonomy.frontend.user</groupId>
<artifactId>idol-user-service</artifactId>
<version>4.10.0</version>
</dependency>
<dependency>
<groupId>org.mindrot</groupId>
<artifactId>jbcrypt</artifactId>
<version>0.4</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
</dependency>
<dependency>
<groupId>jakarta.platform</groupId>
<artifactId>jakarta.jakartaee-web-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>