protocol-dns-plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.kendar.protocol</groupId> <artifactId>protocol-dns-plugin</artifactId> <version>4.3.2</version> </dependency>
<?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> <groupId>org.kendar.protocol</groupId> <artifactId>protocol-dns-plugin</artifactId> <version>4.3.2</version> <name>TPM-Proxy DNS plugin</name> <description>Plugin tp handle DNS calls in TPM-Proxy</description> <url>https://www.github.com/kendarorg/the-protocol-master</url> <licenses> <license> <name>The MIT License</name> <url>https://raw.githubusercontent.com/kendarorg/the-protocol-master/refs/heads/main/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>kendarorg</id> <name>Enrico Da Ros</name> <email>github@kendar.org</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/kendarorg/the-protocol-master.git</connection> <developerConnection>scm:git:git://github.com/kendarorg/the-protocol-master.git</developerConnection> <url>https://www.github.com/kendarorg/the-protocol-master</url> </scm> <dependencies> <dependency> <groupId>org.pf4j</groupId> <artifactId>pf4j</artifactId> <version>3.12.1</version> <scope>provided</scope> <exclusions> <exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.kendar.protocol</groupId> <artifactId>protocol-common</artifactId> <version>4.3.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>dnsjava</groupId> <artifactId>dnsjava</artifactId> <version>3.4.0</version> <scope>provided</scope> <exclusions> <exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </exclusion> </exclusions> </dependency> </dependencies> </project>