http4k
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k</artifactId>
<version>4.3.4.1</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 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.http4k</groupId>
<artifactId>http4k</artifactId>
<version>4.3.4.1</version>
<name>http4k</name>
<description>Uploads all artifacts belonging to configuration ':archives'</description>
<url>https://github.com/http4k/http4k</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>daviddenton</id>
<name>David Denton</name>
<email>david@http4k.org</email>
</developer>
<developer>
<id>s4nchez</id>
<name>Ivan Sanchez</name>
<email>ivan@http4k.org</email>
</developer>
</developers>
<scm>
<connection>https://github.com/http4k/http4k.git</connection>
<developerConnection>git@github.com:http4k/http4k.git</developerConnection>
<url>https://github.com/http4k/http4k</url>
</scm>
<dependencies>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-aws</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-bom</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-client-apache</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-client-apache-async</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-client-apache4</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-client-apache4-async</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-client-jetty</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-client-okhttp</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-client-websocket</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-cloudevents</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-cloudnative</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-contract</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-core</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-format-argo</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-format-core</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-format-gson</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-format-jackson</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-format-jackson-xml</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-format-jackson-yaml</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-format-klaxon</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-format-kotlinx-serialization</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-format-moshi</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-format-xml</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-graphql</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-incubator</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-jsonrpc</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-metrics-micrometer</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-multipart</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-opentelemetry</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-resilience4j</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-security-oauth</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-server-apache</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-server-apache4</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-server-jetty</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-server-ktorcio</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-server-ktornetty</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-server-netty</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-server-ratpack</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-server-undertow</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-serverless-alibaba</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-serverless-azure</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-serverless-gcf</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-serverless-lambda</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-serverless-openwhisk</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-serverless-tencent</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-template-core</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-template-dust</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-template-freemarker</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-template-handlebars</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-template-jade4j</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-template-pebble</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-template-thymeleaf</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-testing-approval</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-testing-chaos</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-testing-hamkrest</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-testing-kotest</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-testing-servirtium</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-testing-webdriver</artifactId>
<version>4.3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>1.4.30</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-aws</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-bom</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-client-apache</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-client-apache-async</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-client-apache4</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-client-apache4-async</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-client-jetty</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-client-okhttp</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-client-websocket</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-cloudevents</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-cloudnative</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-contract</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-core</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-format-argo</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-format-core</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-format-gson</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-format-jackson</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-format-jackson-xml</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-format-jackson-yaml</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-format-klaxon</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-format-kotlinx-serialization</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-format-moshi</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-format-xml</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-graphql</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-incubator</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-jsonrpc</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-metrics-micrometer</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-multipart</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-opentelemetry</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-resilience4j</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-security-oauth</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-server-apache</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-server-apache4</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-server-jetty</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-server-ktorcio</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-server-ktornetty</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-server-netty</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-server-ratpack</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-server-undertow</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-serverless-alibaba</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-serverless-azure</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-serverless-gcf</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-serverless-lambda</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-serverless-openwhisk</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-serverless-tencent</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-template-core</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-template-dust</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-template-freemarker</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-template-handlebars</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-template-jade4j</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-template-pebble</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-template-thymeleaf</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-testing-approval</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-testing-chaos</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-testing-hamkrest</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-testing-kotest</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-testing-servirtium</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-testing-webdriver</artifactId>
<version>4.3.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>s3</artifactId>
<version>2.16.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>apache-client</artifactId>
<groupId>software.amazon.awssdk</groupId>
</exclusion>
<exclusion>
<artifactId>netty-nio-client</artifactId>
<groupId>software.amazon.awssdk</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.expediagroup</groupId>
<artifactId>graphql-kotlin-schema-generator</artifactId>
<version>3.7.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.7.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.7.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-reflect</artifactId>
<version>1.4.30</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.natpryce</groupId>
<artifactId>hamkrest</artifactId>
<version>1.8.0.1</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>