authentication-wrapper
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.mosip.idp</groupId>
<artifactId>authentication-wrapper</artifactId>
<version>0.9.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?> <!-- This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at https://mozilla.org/MPL/2.0/. --> <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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>io.mosip.idp</groupId> <artifactId>idp-parent</artifactId> <version>0.9.0</version> </parent> <groupId>io.mosip.idp</groupId> <artifactId>authentication-wrapper</artifactId> <version>0.9.0</version> <name>authentication-wrapper</name> <description>IdP Authentication Wrapper</description> <properties> <java.version>11</java.version> </properties> <dependencies> <dependency> <groupId>io.mosip.idp</groupId> <artifactId>idp-core</artifactId> <version>0.9.0</version> </dependency> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <version>1.18.24</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.jayway.jsonpath</groupId> <artifactId>json-path</artifactId> <version>2.4.0</version> </dependency> </dependencies> </project>