ikanos-tunnel-ziti
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.ikanos</groupId>
<artifactId>ikanos-tunnel-ziti</artifactId>
<version>1.0.0-beta4</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>
<parent>
<groupId>io.ikanos</groupId>
<artifactId>ikanos-parent</artifactId>
<version>1.0.0-beta4</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>ikanos-tunnel-ziti</artifactId>
<version>1.0.0-beta4</version>
<name>Ikanos Tunnel — OpenZiti</name>
<description>OpenZiti implementation of the Ikanos reverse-tunnel SPI. Drop this jar on the classpath to enable type=ziti tunnels declared in capability YAML (blueprint reverse-tunnel-private-network).</description>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://opensource.org/license/apache-2-0/</url>
<distribution>repo</distribution>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>io.ikanos</groupId>
<artifactId>ikanos-engine</artifactId>
</dependency>
<dependency>
<groupId>org.openziti</groupId>
<artifactId>ziti</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-source-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>