kubernetes-client-bom-with-deps
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.alauda</groupId> <artifactId>kubernetes-client-bom-with-deps</artifactId> <version>0.2.4.3</version> </dependency>
<?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> <groupId>io.alauda</groupId> <artifactId>kubernetes-client-bom-with-deps</artifactId> <version>0.2.4.3</version> <name>Fabric8 :: Kubernetes :: Bom with Dependencies</name> <packaging>pom</packaging> <description>Bill of material</description> <url>http://alauda.io/</url> <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:git:git@github.com:fabric8io/kubernetes-client.git</connection> <developerConnection>scm:git:git@github.com:fabric8io/kubernetes-client.git</developerConnection> <url>scm:git:git@github.com:fabric8io/kubernetes-client.git</url> <tag>0.2.4.3</tag> </scm> <developers> <developer> <id>alaudaDevelopers</id> <name>Alauda Developers</name> <email>devs@alauda.io</email> <organization>alauda</organization> <organizationUrl>http://alauda.io/</organizationUrl> </developer> </developers> <dependencyManagement> <dependencies> <dependency> <groupId>io.alauda</groupId> <artifactId>kubernetes-client</artifactId> <version>0.2.4.3</version> </dependency> <dependency> <groupId>io.alauda</groupId> <artifactId>devops-client</artifactId> <version>0.2.4.3</version> </dependency> <dependency> <groupId>io.alauda</groupId> <artifactId>kubernetes-server-mock</artifactId> <version>0.2.4.3</version> </dependency> <dependency> <groupId>io.alauda</groupId> <artifactId>devops-server-mock</artifactId> <version>0.2.4.3</version> </dependency> <dependency> <groupId>io.alauda</groupId> <artifactId>kubernetes-examples</artifactId> <version>0.2.4.3</version> </dependency> <dependency> <groupId>io.alauda</groupId> <artifactId>kubernetes-test</artifactId> <version>0.2.4.3</version> </dependency> <dependency> <groupId>io.alauda</groupId> <artifactId>kubernetes-itests</artifactId> <version>0.2.4.3</version> </dependency> <dependency> <groupId>io.alauda</groupId> <artifactId>kubernetes-devops-uberjar</artifactId> <version>0.2.4.3</version> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <version>3.9.1</version> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>logging-interceptor</artifactId> <version>3.9.1</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.dataformat</groupId> <artifactId>jackson-dataformat-yaml</artifactId> <version>2.7.7</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.7.7</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> <version>2.7.7</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.7.0</version> <scope>test</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.jaxrs</groupId> <artifactId>jackson-jaxrs-json-provider</artifactId> <version>2.6.3</version> <scope>test</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.jaxrs</groupId> <artifactId>jackson-jaxrs-base</artifactId> <version>2.6.3</version> <scope>test</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.module</groupId> <artifactId>jackson-module-jaxb-annotations</artifactId> <version>2.7.5</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> <version>2.7.0</version> </dependency> <dependency> <groupId>com.squareup.okio</groupId> <artifactId>okio</artifactId> <version>1.13.0</version> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>mockwebserver</artifactId> <version>3.9.0</version> <scope>test</scope> </dependency> </dependencies> </dependencyManagement> <build> <pluginManagement> <plugins> </plugins> </pluginManagement> </build> </project>