<?xml version="1.0" encoding="UTF-8"?>
<!--

        This file is part of the 'SquashAutomation Tm Libraries' project.
        Copyright (C) 2023 - 2026 Henix, https://www.henix.fr - All Rights Reserved

        Unauthorized copying of this file, via any medium is strictly prohibited
        Proprietary and confidential

-->
<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>org.squashtest.squash.automation</groupId>
        <artifactId>tm-libraries</artifactId>
        <version>1.15.0.RC1</version>
    </parent>

    <artifactId>tm-testplan-library</artifactId>
    <name>SquashTm TestPlan Library</name>

    <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <root.module.baseDir>${project.parent.basedir}</root.module.baseDir>
    </properties>
    <dependencies>
        <dependency>
            <groupId>org.squashtest.squash.automation</groupId>
            <artifactId>tm-commons</artifactId>
            <version>${project.version}</version>
        </dependency>
        <!-- Test dependencies. -->
        <dependency>
            <groupId>org.junit.jupiter</groupId>
            <artifactId>junit-jupiter</artifactId>
            <scope>test</scope>
        </dependency>
    </dependencies>

</project>
