From ed5d873a1cb3e1fa54db6f2016b4073ad79ae2e4 Mon Sep 17 00:00:00 2001 From: Ioannis Canellos Date: Sat, 9 Jul 2016 10:34:06 +0300 Subject: [PATCH] Auto generate a simple bom and a bom with the core platform dependencies. --- pom.xml | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) diff --git a/pom.xml b/pom.xml index 1f8ea23d..b9c5ac6d 100644 --- a/pom.xml +++ b/pom.xml @@ -92,6 +92,7 @@ 2.2.103 3.5 1.2 + 0.3.4 @@ -267,6 +268,75 @@ + + io.sundr + sundr-maven-plugin + ${sundrio-plugin.vesion} + + + + spring-cloud-kubernetes-bom + Fabric8 :: Spring Cloud Kubernetes :: Bom + + + io.fabric8:kubernetes-* + io.fabric8:openshift-* + + + + + io.fabric8:* + + + + true + + true + + + spring-cloud-kubernetes-bom-with-platform-deps + Fabric8 :: Spring Cloud Kubernetes :: Bom with Platform Dependencies + + + + io.fabric8:kubernetes-* + io.fabric8:openshift-* + com.squareup.okhttp:* + com.squareup.okio:* + + + org.springframework:* + + com.netflix:* + + io.reactivex:* + io.zipkin.java:* + io.netty:* + com.google.guava:* + commons-*:* + + + + + io.fabric8:* + + + + true + + true + true + + + + + + + generate-bom + + + +