<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>com.finconsgroup.itserr.marketplace</groupId>
    <artifactId>wp2-be-audit-bs</artifactId>
    <version>1.8.0</version>
  </parent>
  <groupId>com.finconsgroup.itserr.marketplace</groupId>
  <artifactId>wp2-be-audit-bs-client</artifactId>
  <version>1.8.0</version>
  <name>wp2-be-audit-bs-client</name>
  <description>Audit Bs Client Library</description>
  <licenses>
    <license />
  </licenses>
  <properties>
    <spring-boot.repackage.skip>true</spring-boot.repackage.skip>
  </properties>
  <dependencies>
    <dependency>
      <groupId>com.finconsgroup.itserr.marketplace</groupId>
      <artifactId>core-web</artifactId>
    </dependency>
    <dependency>
      <groupId>com.finconsgroup.itserr.marketplace</groupId>
      <artifactId>wp2-be-audit-dm-client</artifactId>
    </dependency>
  </dependencies>
  <build>
    <plugins>
      <plugin>
        <artifactId>maven-compiler-plugin</artifactId>
        <configuration>
          <source>${java.version}</source>
          <target>${java.version}</target>
          <annotationProcessorPaths>
            <path>
              <groupId>org.projectlombok</groupId>
              <artifactId>lombok</artifactId>
            </path>
          </annotationProcessorPaths>
        </configuration>
      </plugin>
    </plugins>
  </build>
</project>
