idv-one-time-passcode-spring-app
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.michaelruocco.idv</groupId>
<artifactId>idv-one-time-passcode-spring-app</artifactId>
<version>0.1.10</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.michaelruocco.idv</groupId>
<artifactId>idv-one-time-passcode-spring-app</artifactId>
<version>0.1.10</version>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.32</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<artifactId>slf4j-simple</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.github.michaelruocco.idv</groupId>
<artifactId>plain-app</artifactId>
<version>0.1.10</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<artifactId>slf4j-simple</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.github.michaelruocco.idv</groupId>
<artifactId>use-cases</artifactId>
<version>0.1.10</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<artifactId>slf4j-simple</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.github.michaelruocco.idv</groupId>
<artifactId>config</artifactId>
<version>0.1.10</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<artifactId>slf4j-simple</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.github.michaelruocco.idv</groupId>
<artifactId>passcode-generator</artifactId>
<version>0.1.10</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<artifactId>slf4j-simple</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.github.michaelruocco.idv</groupId>
<artifactId>in-memory-repository</artifactId>
<version>0.1.10</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<artifactId>slf4j-simple</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.github.michaelruocco.idv</groupId>
<artifactId>mongo-repository</artifactId>
<version>0.1.10</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<artifactId>slf4j-simple</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.github.michaelruocco.idv</groupId>
<artifactId>delivery-config</artifactId>
<version>0.1.10</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<artifactId>slf4j-simple</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.github.michaelruocco.idv</groupId>
<artifactId>json</artifactId>
<version>0.1.10</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<artifactId>slf4j-simple</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.github.michaelruocco.idv</groupId>
<artifactId>context-verification-loader</artifactId>
<version>0.1.10</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<artifactId>slf4j-simple</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>2.6.1</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<artifactId>slf4j-simple</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<scope>runtime</scope>
<exclusions>
<exclusion>
<artifactId>slf4j-simple</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
<scope>runtime</scope>
<exclusions>
<exclusion>
<artifactId>slf4j-simple</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-oauth2-resource-server</artifactId>
<scope>runtime</scope>
<exclusions>
<exclusion>
<artifactId>slf4j-simple</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-hateoas</artifactId>
<scope>runtime</scope>
<exclusions>
<exclusion>
<artifactId>slf4j-simple</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.github.michaelruocco</groupId>
<artifactId>spring-filters</artifactId>
<version>0.1.12</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<artifactId>slf4j-simple</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.github.michaelruocco</groupId>
<artifactId>json-adapter</artifactId>
<version>1.0.4</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<artifactId>slf4j-simple</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.github.michaelruocco</groupId>
<artifactId>testing-clocks</artifactId>
<version>0.1.4</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<artifactId>slf4j-simple</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.github.michaelruocco</groupId>
<artifactId>random-value-suppliers</artifactId>
<version>0.1.0</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<artifactId>slf4j-simple</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<scope>runtime</scope>
<exclusions>
<exclusion>
<artifactId>slf4j-simple</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongo-java-driver</artifactId>
<version>3.12.10</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<artifactId>slf4j-simple</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.github.dalet-oss</groupId>
<artifactId>mongobee</artifactId>
<version>1.0.4</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<artifactId>slf4j-simple</artifactId>
<groupId>*</groupId>
</exclusion>
<exclusion>
<artifactId>mongo-java-driver</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>ch.qos.logback.contrib</groupId>
<artifactId>logback-json-classic</artifactId>
<version>0.1.5</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<artifactId>slf4j-simple</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>ch.qos.logback.contrib</groupId>
<artifactId>logback-jackson</artifactId>
<version>0.1.5</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<artifactId>slf4j-simple</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>net.logstash.logback</groupId>
<artifactId>logstash-logback-encoder</artifactId>
<version>7.0.1</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<artifactId>slf4j-simple</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
<scope>runtime</scope>
<exclusions>
<exclusion>
<artifactId>slf4j-simple</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>2.6.1</version>
<scope>import</scope>
<type>pom</type>
</dependency>
</dependencies>
</dependencyManagement>
<description>idv-one-time-passcode-spring-app</description>
<name>idv-one-time-passcode-spring-app</name>
<url>https://github.com/michaelruocco/idv-one-time-passcode</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>mruoc</id>
<name>Michael Ruocco</name>
<email>michael.ruocco@hotmail.com</email>
</developer>
</developers>
<scm>
<url>https://github.com/michaelruocco/idv-one-time-passcode</url>
</scm>
</project>