<?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>core</artifactId>
    <version>1.0.14</version>
    <relativePath></relativePath>
  </parent>
  <groupId>com.finconsgroup.itserr.marketplace</groupId>
  <artifactId>wp2-be-audit-bs</artifactId>
  <version>1.0.2</version>
  <packaging>pom</packaging>
  <name>wp2-be-audit-bs</name>
  <description>Audit Bs Application</description>
  <licenses>
    <license />
  </licenses>
  <modules>
    <module>wp2-be-audit-bs-client</module>
    <module>wp2-be-audit-bs-server</module>
  </modules>
  <properties>
    <sonar.projectKey>${project.name}</sonar.projectKey>
    <sonar.projectName>${project.name}</sonar.projectName>
    <itserr.audit-bs.version>1.0.2</itserr.audit-bs.version>
    <revision>1.0.2</revision>
  </properties>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>com.finconsgroup.itserr.marketplace</groupId>
        <artifactId>wp2-be-audit-dm-client</artifactId>
        <version>1.0.3</version>
      </dependency>
      <dependency>
        <groupId>com.finconsgroup.itserr.marketplace</groupId>
        <artifactId>wp2-be-audit-bs-client</artifactId>
        <version>${itserr.audit-bs.version}</version>
      </dependency>
      <dependency>
        <groupId>com.finconsgroup.itserr.marketplace</groupId>
        <artifactId>wp2-be-audit-bs-server</artifactId>
        <version>${itserr.audit-bs.version}</version>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>
