indy-generic-proxy-service
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.commonjava.indy.service</groupId> <artifactId>indy-generic-proxy-service</artifactId> <version>2.0.2</version> </dependency>
<?xml version="1.0"?> <!-- Copyright (C) 2021-2023 Red Hat, Inc. (https://github.com/Commonjava/service-parent) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <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"> <parent> <groupId>org.commonjava</groupId> <artifactId>service-parent</artifactId> <version>5</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.commonjava.indy.service</groupId> <artifactId>indy-generic-proxy-service</artifactId> <version>2.0.2</version> <name>Indy :: Service :: Generic Proxy</name> <scm> <connection>scm:git:https://github.com/commonjava/indy-generic-proxy-service</connection> <developerConnection>scm:git:https://github.com/commonjava/indy-generic-proxy-service</developerConnection> <url>http://github.com/Commonjava/indy-generic-proxy-service</url> <tag>indy-generic-proxy-service-2.0.2</tag> </scm> <properties> <apiVersion>1</apiVersion> <xnioVersion>3.8.8.Final</xnioVersion> <httpcoreVersion>4.4.9</httpcoreVersion> <httpclientVersion>4.5.13</httpclientVersion> <indyModelVersion>2.0</indyModelVersion> <quarkus-plugin.version>2.3.0.Final</quarkus-plugin.version> <keycloakVersion>22.0.3</keycloakVersion> <quarkus.package.type>uber-jar</quarkus.package.type> <infinispanVersion>14.0.21.Final</infinispanVersion> </properties> <dependencyManagement> <dependencies> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp-bom</artifactId> <version>4.9.2</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <version>4.9.2</version> </dependency> <dependency> <groupId>com.squareup.okio</groupId> <artifactId>okio</artifactId> <version>2.8.0</version> </dependency> <dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-arc</artifactId> </dependency> <dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-config-yaml</artifactId> </dependency> <dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-resteasy-jackson</artifactId> </dependency> <dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-junit5</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>io.rest-assured</groupId> <artifactId>rest-assured</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.jboss.xnio</groupId> <artifactId>xnio-nio</artifactId> <version>${xnioVersion}</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>${httpclientVersion}</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> <version>${httpcoreVersion}</version> </dependency> <dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-rest-client</artifactId> </dependency> <dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-rest-client-jackson</artifactId> </dependency> <dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-rest-client-mutiny</artifactId> </dependency> <dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-vertx</artifactId> </dependency> <dependency> <groupId>org.commonjava.indy.service</groupId> <artifactId>indy-model-core-java</artifactId> <version>${indyModelVersion}</version> </dependency> <dependency> <groupId>org.keycloak</groupId> <artifactId>keycloak-core</artifactId> <version>${keycloakVersion}</version> </dependency> <dependency> <groupId>org.keycloak</groupId> <artifactId>keycloak-adapter-core</artifactId> <version>${keycloakVersion}</version> </dependency> <dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-micrometer-registry-prometheus</artifactId> </dependency> <dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-opentelemetry-exporter-otlp</artifactId> </dependency> <dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-junit5-mockito</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-oidc-client</artifactId> </dependency> <dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-oidc-client-filter</artifactId> </dependency> <dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-smallrye-fault-tolerance</artifactId> </dependency> <dependency> <groupId>org.infinispan</groupId> <artifactId>infinispan-core-jakarta</artifactId> <version>${infinispanVersion}</version> </dependency> <dependency> <groupId>org.infinispan</groupId> <artifactId>infinispan-commons-jakarta</artifactId> <version>${infinispanVersion}</version> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>23.6-jre</version> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> </dependency> </dependencies> <build> <resources> <resource> <directory>src/main/resources</directory> <filtering>true</filtering> </resource> </resources> <plugins> <plugin> <groupId>io.quarkus.platform</groupId> <artifactId>quarkus-maven-plugin</artifactId> </plugin> <plugin> <groupId>ru.concerteza.buildnumber</groupId> <artifactId>maven-jgit-buildnumber-plugin</artifactId> <version>1.2.9</version> <executions> <execution> <id>git-buildnumber</id> <goals> <goal>extract-buildnumber</goal> </goals> <phase>initialize</phase> <configuration> <runOnlyAtExecutionRoot>false</runOnlyAtExecutionRoot> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>buildnumber-maven-plugin</artifactId> <version>1.1</version> <executions> <execution> <id>buildnumbers</id> <phase>initialize</phase> <goals> <goal>create</goal> </goals> <configuration> <timestampFormat>{0,date,yyyy-MM-dd HH:mm Z}</timestampFormat> </configuration> </execution> </executions> </plugin> </plugins> </build> </project>