Authentication-Module
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>fish.focus.uvms.usm</groupId>
<artifactId>Authentication-Module</artifactId>
<version>2.2.14</version>
</dependency><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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>fish.focus.uvms.usm</groupId> <version>2.2.14</version> <artifactId>backend-modules</artifactId> <relativePath>../pom.xml</relativePath> </parent> <artifactId>Authentication-Module</artifactId> <packaging>pom</packaging> <name>USM Authentication Module</name> <modules> <module>model</module> <module>service</module> <module>rest</module> <module>https-rest</module> </modules> <dependencyManagement> <dependencies> <dependency> <groupId>fish.focus.uvms.usm</groupId> <artifactId>Authentication-Model</artifactId> <version>2.2.14</version> </dependency> <dependency> <groupId>fish.focus.uvms.usm</groupId> <artifactId>Authentication-Service</artifactId> <version>2.2.14</version> </dependency> </dependencies> </dependencyManagement> </project>