All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.maven.org.jgroups.kubernetes.dns.pom.xml Maven / Gradle / Ivy

There is a newer version: 9.1.7.Final
Show newest version
<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>org.jgroups.kubernetes</groupId>
        <artifactId>parent</artifactId>
        <version>0.9.1</version>
    </parent>

    <artifactId>dns</artifactId>

    <name>Kubernetes PING - DNS</name>
    <description>Kubernetes PING - DNS</description>

    <dependencies>

        <dependency>
            <groupId>org.jgroups.kubernetes</groupId>
            <artifactId>common</artifactId>
            <version>${project.version}</version>
        </dependency>

        <dependency>
            <groupId>org.jgroups</groupId>
            <artifactId>jgroups</artifactId>
        </dependency>

        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <scope>test</scope>
        </dependency>

    </dependencies>

</project>





© 2015 - 2025 Weber Informatics LLC | Privacy Policy