queue-java-aws-sdk-v2
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>uk.gov.service.payments</groupId>
<artifactId>queue-java-aws-sdk-v2</artifactId>
<version>1.0.20250408134759</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>pay-java-commons</artifactId>
<groupId>uk.gov.service.payments</groupId>
<version>1.0.20250408134759</version>
</parent>
<artifactId>queue-java-aws-sdk-v2</artifactId>
<name>Classes for receiving and sending queue messages</name>
<packaging>jar</packaging>
<dependencies>
<!-- Main dependencies that are imported from one of the BOMs specified
in <dependencyManagement> in the parent POM, so no explicit versions needed -->
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-core</artifactId>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-json-logging</artifactId>
</dependency>
<!-- Main dependencies that need explicit versions -->
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>sqs</artifactId>
<version>2.31.11</version>
</dependency>
<!-- Test dependencies that are imported from one of the BOMs specified
in <dependencyManagement> in the parent POM, so no explicit versions needed -->
<!-- Test dependencies that need explicit versions -->
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<version>${hamcrest.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<version>3.0</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>