littlehorse-quarkus-restful-gateway
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.littlehorse</groupId>
<artifactId>littlehorse-quarkus-restful-gateway</artifactId>
<version>1.0.3-RC1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
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>io.littlehorse</groupId>
<artifactId>littlehorse-quarkus-restful-gateway</artifactId>
<version>1.0.3-RC1</version>
<name>LittleHorse Quarkus RESTful Gateway Extension</name>
<description>LittleHorse Quarkus RESTful Gateway Extension</description>
<url>https://github.com/littlehorse-enterprises/littlehorse</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>
<developers>
<developer>
<name>LittleHorse Engineering</name>
<email>engineering@littlehorse.io</email>
</developer>
</developers>
<scm>
<connection>scm:git:git//github.com/littlehorse-enterprises/lh-quarkus.git</connection>
<developerConnection>scm:git:ssh://github.com/littlehorse-enterprises/lh-quarkus.git</developerConnection>
<url>https://github.com/littlehorse-enterprises/lh-quarkus</url>
</scm>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-bom</artifactId>
<version>3.32.3</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-core</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-arc</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-rest</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-rest-jackson</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-hibernate-validator</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.littlehorse</groupId>
<artifactId>littlehorse-quarkus</artifactId>
<version>1.0.3-RC1</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>