Created
January 17, 2017 17:08
-
-
Save iocanel/ff1e96127be772852f63aef3424e30f9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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>org.springframework.cloud</groupId> | |
| <artifactId>spring-cloud-kubernetes-dependencies</artifactId> | |
| <version>0.2.0.BUILD-SNAPSHOT</version> | |
| <name>Spring Cloud Kubernetes :: Dependencies</name> | |
| <packaging>pom</packaging> | |
| <description>Bill of material</description> | |
| <url>http://cloud.spring.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/spring-cloud-incubator/spring-cloud-kubernetes.git</connection> | |
| <developerConnection>scm:git:ssh://git@github.com/spring-cloud-incubator/spring-cloud-kubernetes.git</developerConnection> | |
| <url>scm:git:git://github.com/spring-cloud-incubator/spring-cloud-kubernetes.git</url> | |
| <tag>HEAD</tag> | |
| </scm> | |
| <developers> | |
| <developer> | |
| <id>dsyer</id> | |
| <name>Dave Syer</name> | |
| <email>dsyer at pivotal.io</email> | |
| <organization>Pivotal Software, Inc.</organization> | |
| <organizationUrl>http://www.spring.io</organizationUrl> | |
| </developer> | |
| <developer> | |
| <id>sgibb</id> | |
| <name>Spencer Gibb</name> | |
| <email>sgibb at pivotal.io</email> | |
| <organization>Pivotal Software, Inc.</organization> | |
| <organizationUrl>http://www.spring.io</organizationUrl> | |
| </developer> | |
| <developer> | |
| <id>mgrzejszczak</id> | |
| <name>Marcin Grzejszczak</name> | |
| <email>mgrzejszczak at pivotal.io</email> | |
| <organization>Pivotal Software, Inc.</organization> | |
| <organizationUrl>http://www.spring.io</organizationUrl> | |
| </developer> | |
| <developer> | |
| <id>rbaxter</id> | |
| <name>Ryan Baxter</name> | |
| <email>rbaxter at pivotal.io</email> | |
| <organization>Pivotal Software, Inc.</organization> | |
| <organizationUrl>http://www.spring.io</organizationUrl> | |
| </developer> | |
| </developers> | |
| <dependencyManagement> | |
| <dependencies> | |
| <dependency> | |
| <groupId>org.springframework.cloud</groupId> | |
| <artifactId>spring-cloud-kubernetes-core</artifactId> | |
| <version>0.2.0.BUILD-SNAPSHOT</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.springframework.cloud</groupId> | |
| <artifactId>spring-cloud-kubernetes-config</artifactId> | |
| <version>0.2.0.BUILD-SNAPSHOT</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.springframework.cloud</groupId> | |
| <artifactId>spring-cloud-kubernetes-discovery</artifactId> | |
| <version>0.2.0.BUILD-SNAPSHOT</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.springframework.cloud</groupId> | |
| <artifactId>spring-cloud-kubernetes-ribbon</artifactId> | |
| <version>0.2.0.BUILD-SNAPSHOT</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.springframework.cloud</groupId> | |
| <artifactId>spring-cloud-kubernetes-zipkin</artifactId> | |
| <version>0.2.0.BUILD-SNAPSHOT</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.springframework.cloud</groupId> | |
| <artifactId>spring-cloud-kubernetes-hystrix</artifactId> | |
| <version>0.2.0.BUILD-SNAPSHOT</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.springframework.cloud</groupId> | |
| <artifactId>spring-cloud-kubernetes-archaius</artifactId> | |
| <version>0.2.0.BUILD-SNAPSHOT</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.springframework.cloud</groupId> | |
| <artifactId>spring-cloud-starter-kubernetes</artifactId> | |
| <version>0.2.0.BUILD-SNAPSHOT</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.springframework.cloud</groupId> | |
| <artifactId>spring-cloud-starter-kubernetes-config</artifactId> | |
| <version>0.2.0.BUILD-SNAPSHOT</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.springframework.cloud</groupId> | |
| <artifactId>spring-cloud-starter-kubernetes-netflix</artifactId> | |
| <version>0.2.0.BUILD-SNAPSHOT</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.springframework.cloud</groupId> | |
| <artifactId>spring-cloud-starter-kubernetes-zipkin</artifactId> | |
| <version>0.2.0.BUILD-SNAPSHOT</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.springframework.cloud</groupId> | |
| <artifactId>spring-cloud-starter-kubernetes-all</artifactId> | |
| <version>0.2.0.BUILD-SNAPSHOT</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.springframework.cloud</groupId> | |
| <artifactId>spring-cloud-kubernetes-example-reload</artifactId> | |
| <version>0.2.0.BUILD-SNAPSHOT</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>io.fabric8</groupId> | |
| <artifactId>kubernetes-client</artifactId> | |
| <version>1.4.14</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>io.fabric8</groupId> | |
| <artifactId>kubernetes-mock</artifactId> | |
| <version>1.4.14</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>io.fabric8</groupId> | |
| <artifactId>openshift-client</artifactId> | |
| <version>1.4.14</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>io.fabric8</groupId> | |
| <artifactId>openshift-mock</artifactId> | |
| <version>1.4.14</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>io.fabric8</groupId> | |
| <artifactId>kubernetes-examples</artifactId> | |
| <version>1.4.14</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>io.fabric8.kubernetes</groupId> | |
| <artifactId>kubernetes-karaf</artifactId> | |
| <version>1.4.14</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>io.fabric8.kubernetes</groupId> | |
| <artifactId>kubernetes-karaf-itests</artifactId> | |
| <version>1.4.14</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>io.fabric8</groupId> | |
| <artifactId>kubernetes-test</artifactId> | |
| <version>1.4.14</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.squareup.okhttp3</groupId> | |
| <artifactId>okhttp</artifactId> | |
| <version>3.4.1</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.squareup.okhttp3</groupId> | |
| <artifactId>logging-interceptor</artifactId> | |
| <version>3.4.1</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.squareup.okhttp3</groupId> | |
| <artifactId>okhttp-ws</artifactId> | |
| <version>3.4.1</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.fasterxml.jackson.dataformat</groupId> | |
| <artifactId>jackson-dataformat-yaml</artifactId> | |
| <version>2.7.5</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.fasterxml.jackson.core</groupId> | |
| <artifactId>jackson-databind</artifactId> | |
| <version>2.7.5</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.fasterxml.jackson.core</groupId> | |
| <artifactId>jackson-core</artifactId> | |
| <version>2.7.5</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.squareup.okhttp3</groupId> | |
| <artifactId>mockwebserver</artifactId> | |
| <version>3.4.1</version> | |
| <scope>test</scope> | |
| </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.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.9.0</version> | |
| </dependency> | |
| </dependencies> | |
| </dependencyManagement> | |
| <build> | |
| <pluginManagement> | |
| <plugins> | |
| </plugins> | |
| </pluginManagement> | |
| </build> | |
| </project> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment