<?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>de.bund.bva.isyfact</groupId>
        <artifactId>isyfact-standards-bom</artifactId>
        <version>2.2.2</version>
    </parent>

    <artifactId>isyfact-bom</artifactId>
    <packaging>pom</packaging>

    <name>IsyFact BOM</name>
    <description>Definiert die Versionen aller Bibliotheken der IsyFact-Standard Komponenten, der IsyFact-Erweiterungen
        sowie die genutzten Produkte.
    </description>

    <properties>
        <isy-style.version>5.2.1</isy-style.version>
        <isy-web.version>5.1.1</isy-web.version>
    </properties>

    <dependencyManagement>
        <dependencies>

            <!-- 3rd-Party Bibliotheken der IsyFact. -->
            <!-- ### -->
            <!-- 3rd party libraries of the IsyFact. -->
            <dependency>
                <groupId>de.bund.bva.isyfact</groupId>
                <artifactId>isyfact-products-bom</artifactId>
                <version>${project.parent.version}</version>
                <type>pom</type>
                <scope>import</scope>
            </dependency>

            <!-- IsyFact Erweiterungen -->
            <!-- ### -->
            <!-- IsyFact Extensions -->
            <dependency>
                <groupId>de.bund.bva.isyfact</groupId>
                <artifactId>isy-style</artifactId>
                <version>${isy-style.version}</version>
            </dependency>
            <dependency>
                <groupId>de.bund.bva.isyfact</groupId>
                <artifactId>isy-web</artifactId>
                <version>${isy-web.version}</version>
            </dependency>

            <!-- Isy-Web DependencyManagement -->
            <dependency>
                <groupId>de.bund.bva.isyfact</groupId>
                <artifactId>isy-web</artifactId>
                <version>${isy-web.version}</version>
                <type>pom</type>
                <scope>import</scope>
            </dependency>
        </dependencies>
    </dependencyManagement>

    <build>
        <plugins>
            <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>tidy-maven-plugin</artifactId>
            </plugin>
        </plugins>
    </build>
</project>
