<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">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>io.github.version-pulse</groupId>
    <artifactId>version-pulse</artifactId>
    <version>0.2.1</version>
  </parent>
  <artifactId>documentation</artifactId>
  <dependencies>
	<!-- https://mvnrepository.com/artifact/org.springframework/spring-webflux -->
	<dependency>
	    <groupId>org.springframework</groupId>
	    <artifactId>spring-webflux</artifactId>
	    <version>6.2.0</version>
	</dependency>
	<dependency>
		<groupId>io.github.version-pulse</groupId>
		<artifactId>common</artifactId>
		<version>${project.version}</version>
	</dependency>
  </dependencies>
</project>