From 0e596412953f7f9f07070b64b63f0d38bb263bc8 Mon Sep 17 00:00:00 2001 From: dpb Date: Mon, 19 Nov 2018 11:50:02 -0800 Subject: [PATCH] Create a Guava BOM. RELNOTES=Create a BOM for Guava. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=222112576 --- android/guava-bom/pom.xml | 52 +++++++++++++++++++++++++++++++++++ android/pom.xml | 1 + guava-bom/pom.xml | 57 +++++++++++++++++++++++++++++++++++++++ pom.xml | 1 + 4 files changed, 111 insertions(+) create mode 100644 android/guava-bom/pom.xml create mode 100644 guava-bom/pom.xml diff --git a/android/guava-bom/pom.xml b/android/guava-bom/pom.xml new file mode 100644 index 000000000000..0585a024286e --- /dev/null +++ b/android/guava-bom/pom.xml @@ -0,0 +1,52 @@ + + + + 4.0.0 + + com.google.guava + guava-bom + HEAD-android-SNAPSHOT + pom + + + org.sonatype.oss + oss-parent + 9 + + + Guava BOM + BOM for Guava artifacts + https://github.com/google/guava + 2010 + + + GitHub Issues + https://github.com/google/guava/issues + + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + + + com.google.guava + guava + ${project.version} + + + com.google.guava + guava-testlib + ${project.version} + + + + diff --git a/android/pom.xml b/android/pom.xml index 70f00806cadb..10eaefc8d3c4 100644 --- a/android/pom.xml +++ b/android/pom.xml @@ -62,6 +62,7 @@ guava + guava-bom guava-testlib guava-tests diff --git a/guava-bom/pom.xml b/guava-bom/pom.xml new file mode 100644 index 000000000000..d32778eaae10 --- /dev/null +++ b/guava-bom/pom.xml @@ -0,0 +1,57 @@ + + + + 4.0.0 + + com.google.guava + guava-bom + HEAD-jre-SNAPSHOT + pom + + + org.sonatype.oss + oss-parent + 9 + + + Guava BOM + BOM for Guava artifacts + https://github.com/google/guava + 2010 + + + GitHub Issues + https://github.com/google/guava/issues + + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + + + com.google.guava + guava + ${project.version} + + + com.google.guava + guava-gwt + ${project.version} + + + com.google.guava + guava-testlib + ${project.version} + + + + diff --git a/pom.xml b/pom.xml index 7534c52bfc7e..e688d8edf2b4 100644 --- a/pom.xml +++ b/pom.xml @@ -62,6 +62,7 @@ guava + guava-bom guava-gwt guava-testlib guava-tests