diff --git a/google-cloud-nio/pom.xml b/google-cloud-nio/pom.xml index 4475898eb..46a5ca846 100644 --- a/google-cloud-nio/pom.xml +++ b/google-cloud-nio/pom.xml @@ -22,23 +22,44 @@ com.google.cloud google-cloud-storage + + com.google.apis + google-api-services-storage + javax.inject javax.inject 1 + + com.google.auto.value + auto-value-annotations + com.google.auto.service - auto-service - 1.0-rc3 - true - provided + auto-service-annotations - com.google.auto.value - auto-value - provided + com.google.guava + guava + + + com.google.api + gax + + + com.google.cloud + google-cloud-core + + com.google.http-client + google-http-client + + + com.google.code.findbugs + jsr305 + + junit junit @@ -60,6 +81,12 @@ 2.28.2 test + + org.hamcrest + hamcrest-core + 1.3 + test + @@ -72,12 +99,19 @@ maven-compiler-plugin - 3.1 + 3.5.1 1.7 1.7 UTF-8 -Xlint:unchecked + + + com.google.auto.value + auto-value + ${auto-value.version} + + @@ -139,6 +173,18 @@ + + org.apache.maven.plugins + maven-dependency-plugin + + + com.hamcrest:hamcrest-core + + + com.google.auto.service:auto-service-annotations + + + diff --git a/pom.xml b/pom.xml index 142b9bfaf..18ed4ad94 100644 --- a/pom.xml +++ b/pom.xml @@ -73,7 +73,7 @@ github google-cloud-storage-nio-parent 4.13 - 28.1-android + 28.2-android @@ -83,6 +83,11 @@ google-cloud-storage 1.103.0 + + com.google.apis + google-api-services-storage + v1-rev20191011-1.30.3 + com.google.auto.value auto-value @@ -96,6 +101,49 @@ pom import + + com.google.auto.value + auto-value-annotations + ${auto-value-annotation.version} + + + com.google.auto.service + auto-service-annotations + ${auto-service-annotations.version} + + + com.google.cloud + google-cloud-core-bom + 1.92.2 + pom + import + + + com.google.api + gax-bom + 1.53.0 + pom + import + + + com.google.http-client + google-http-client-bom + 1.34.0 + pom + import + + + com.google.guava + guava-bom + ${guava.version} + pom + import + + + com.google.code.findbugs + jsr305 + 3.0.2 + junit @@ -200,5 +248,66 @@ google-cloud-nio-examples + + + autovalue-java7 + + 1.7 + + + 1.7 + 1.4 + + + + + maven-compiler-plugin + + + + com.google.auto.value + auto-value + ${auto-value.version} + + + + + + + + + + + autovalue-java8 + + [1.8,) + + + 1.7 + ${auto-value.version} + 1.0-rc6 + + + + + maven-compiler-plugin + + + + com.google.auto.value + auto-value + ${auto-value.version} + + + + + + + \ No newline at end of file