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

    <version>3.3.15.27</version>
    <artifactId>adsprod-facade</artifactId>

    <properties>
        <warcar_version>2.4.2.7</warcar_version>
    </properties>

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