reactor-rabbitmq-streams-bom-0.0.8.pom
Reactor RabbitMQ Streams Bill of Material
Checksums
MD5 | 773630557a2e0e244598fcb51f295539 |
SHA1 | aff747ac670304f4cdd501ca0880fa04405a2bda |
SHA256 | 18f2161741b5574dd3a071da0290c3050255bee01e9c17d13443160cbbcaf76a |
SHA512 | ab931e27595aa6d8b21eb7859182fff99f9f02d388a11f819866d55175e962700922cf480594d1a48ee3a4e1b6258bd7253952bfcf6a7438f3d907084b9a03d2 |
POM
<?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> <groupId>com.pivotal.rabbitmq</groupId> <artifactId>reactor-rabbitmq-streams-common</artifactId> <version>0.0.8</version> <relativePath>../reactor-rabbitmq-streams-common</relativePath> </parent> <groupId>com.pivotal.rabbitmq</groupId> <artifactId>reactor-rabbitmq-streams-bom</artifactId> <version>0.0.8</version> <name>reactor-rabbitmq-streams-bom</name> <description>Reactor RabbitMQ Streams Bill of Material</description> <packaging>pom</packaging> <properties> <avro.version>1.9.1</avro.version> <hop.version>3.9.0.RELEASE</hop.version> <reactor-rabbitmq.version>1.5.2-SNAPSHOT</reactor-rabbitmq.version> <project-reactor.version>3.4.2</project-reactor.version> <project-reactor-extra.version>3.4.2</project-reactor-extra.version> <reactor-netty.version>1.0.4</reactor-netty.version> </properties> <dependencyManagement> <dependencies> <!-- The parent should provide all that --> <dependency> <groupId>com.pivotal.rabbitmq</groupId> <artifactId>reactor-rabbitmq-streams</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>com.pivotal.rabbitmq</groupId> <artifactId>reactor-rabbitmq-streams-autoconfigure</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>io.projectreactor</groupId> <artifactId>reactor-core</artifactId> <version>${project-reactor.version}</version> </dependency> <dependency> <groupId>io.projectreactor</groupId> <artifactId>reactor-test</artifactId> <version>${project-reactor.version}</version> </dependency> <dependency> <groupId>io.projectreactor.addons</groupId> <artifactId>reactor-extra</artifactId> <version>${project-reactor-extra.version}</version> </dependency> <dependency> <groupId>net.bytebuddy</groupId> <artifactId>byte-buddy</artifactId> <version>1.9.12</version> </dependency> <dependency> <groupId>net.bytebuddy</groupId> <artifactId>byte-buddy-agent</artifactId> <version>1.9.12</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.13</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.avro</groupId> <artifactId>avro</artifactId> <version>${avro.version}</version> </dependency> <dependency> <groupId>io.projectreactor.rabbitmq</groupId> <artifactId>reactor-rabbitmq</artifactId> <version>${reactor-rabbitmq.version}</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> <version>2.10.1</version> </dependency> <dependency> <groupId>com.rabbitmq</groupId> <artifactId>http-client</artifactId> <version>${hop.version}</version> </dependency> <dependency> <groupId>io.projectreactor.netty</groupId> <artifactId>reactor-netty</artifactId> <version>${reactor-netty.version}</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.10.1</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> <version>2.10.1</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.datatype</groupId> <artifactId>jackson-datatype-jdk8</artifactId> <version>2.10.1</version> </dependency> </dependencies> </dependencyManagement> </project>