From 9b5523671560a03bdb2a90fe81e5c9a0c7139362 Mon Sep 17 00:00:00 2001 From: Spencer Gibb Date: Mon, 1 Jun 2015 11:16:13 -0600 Subject: [PATCH] allow use of google guava if .google file is present allows for use of third party modules such as com.github.kristofa.brave-client that use guava as part of their public api --- spring-cloud-build/pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/spring-cloud-build/pom.xml b/spring-cloud-build/pom.xml index 27153752..20395062 100644 --- a/spring-cloud-build/pom.xml +++ b/spring-cloud-build/pom.xml @@ -204,6 +204,13 @@ limitations under the License. !windows + + .google + + + project.packaging + jar + @@ -227,7 +234,7 @@ limitations under the License. --include=*.java - . + ${project.basedir}