reactor-rabbitmq-streams-autoconfigure-0.0.2.pom

Basic spring boot autoconfigure for reactor-rabbitmq-streams

Checksums

MD5 ec01506901d57da696cf2c4c403caff5
SHA1 2135655443fc03cd0fa0898f041230b99bb6e056
SHA256 36ea45761bada99d520ae4d3d929c296f40f12aa486cba6e009e96b506e98754
SHA512 1fdb98323ef93f2082501edcf5316772566f0fb318f7b71227890a50efe09490be0ade23cd762c905e307dfaeb93d2644bc33d443030920c58c6d8e3ac30a718

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">
	<parent>
		<groupId>com.pivotal.rabbitmq</groupId>
		<artifactId>reactor-rabbitmq-streams-root</artifactId>
		<version>0.0.2</version>
		<relativePath>../</relativePath>
	</parent>
	<modelVersion>4.0.0</modelVersion>
	<groupId>com.pivotal.rabbitmq</groupId>
	<artifactId>reactor-rabbitmq-streams-autoconfigure</artifactId>
	<version>0.0.2</version>
	<name>reactor-rabbitmq-streams-autoconfigure</name>
	<description>Basic spring boot autoconfigure for reactor-rabbitmq-streams </description>

	<dependencies>
		<dependency>
			<groupId>com.pivotal.rabbitmq</groupId>
			<artifactId>reactor-rabbitmq-streams</artifactId>
		</dependency>
		<dependency>
			<groupId>org.springframework.boot</groupId>
			<artifactId>spring-boot-autoconfigure</artifactId>
		</dependency>
		<dependency>
			<groupId>org.springframework.boot</groupId>
			<artifactId>spring-boot-starter-test</artifactId>
		</dependency>
        <dependency>
			<groupId>org.springframework.boot</groupId>
			<artifactId>spring-boot-configuration-processor</artifactId>
			<optional>true</optional>
		</dependency>

    </dependencies>

	<dependencyManagement>

		<dependencies> <!-- The parent should provide all that -->
			<dependency>
				<groupId>org.springframework.boot</groupId>
				<artifactId>spring-boot-dependencies</artifactId>
				<version>2.1.5.RELEASE</version>
				<type>pom</type>
				<scope>import</scope>
			</dependency>
			<dependency>
				<groupId>com.pivotal.rabbitmq</groupId>
				<artifactId>reactor-rabbitmq-streams-bom</artifactId>
				<version>0.0.2</version>
				<type>pom</type>
				<scope>import</scope>
			</dependency>
		</dependencies>
	</dependencyManagement>
	<build>
			<plugins>
				<plugin>
				 <groupId>org.apache.maven.plugins</groupId>
				 <artifactId>maven-javadoc-plugin</artifactId>
				 <configuration>
					 <doclint>none</doclint>
				 </configuration>
			 </plugin>
		 </plugins>
	 </build>
</project>