<?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/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>de.cuioss</groupId>
        <artifactId>cui-java-parent</artifactId>
        <version>1.4.4</version>
        <relativePath />
    </parent>
    <artifactId>cui-http-parent</artifactId>
    <version>1.4.0</version>
    <packaging>pom</packaging>
    <name>CUI HTTP Parent</name>
    <description>Parent module for CUI HTTP utilities library providing secure validation pipelines,
        SSL/TLS context management, and HTTP client handlers.
    </description>
    <url>https://github.com/cuioss/cui-http/</url>
    <modules>
        <module>cui-http-core</module>
        <module>cui-http-benchmarking</module>
    </modules>
    <scm>
        <url>https://github.com/cuioss/cui-http/</url>
        <connection>
            scm:git:https://github.com/cuioss/cui-http/.git
        </connection>
        <developerConnection>
            scm:git:https://github.com/cuioss/cui-http/
        </developerConnection>
        <tag>1.4.0</tag>
    </scm>
    <issueManagement>
        <url>https://github.com/cuioss/cui-http/issues</url>
        <system>GitHub Issues</system>
    </issueManagement>
    <properties>
        <maven.compiler.release>21</maven.compiler.release>
    </properties>
    <build>
        <pluginManagement>
            <plugins>
                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-surefire-plugin</artifactId>
                    <configuration>
                        <useModulePath>false</useModulePath>
                    </configuration>
                </plugin>
            </plugins>
        </pluginManagement>
    </build>
</project>
