<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.bxm</groupId>
		<artifactId>spring-boot-starter-cloud-parent</artifactId>
		<version>2.1.18</version>
	</parent>

	<properties>
		<warcar_version>2.4.2.5</warcar_version>
	</properties>

	<artifactId>activitiesprod-facade</artifactId>
	<version>2.5.9.4</version>

	<dependencies>
		<dependency>
			<groupId>com.bxm</groupId>
			<artifactId>warcar-validate</artifactId>
			<version>${warcar_version}</version>
		</dependency>
		<dependency>
			<groupId>com.bxm</groupId>
			<artifactId>warcar</artifactId>
			<version>${warcar_version}</version>
		</dependency>
		<dependency>
			<groupId>org.springframework.cloud</groupId>
			<artifactId>spring-cloud-starter-openfeign</artifactId>
			<optional>true</optional>
		</dependency>
	</dependencies>
</project>