Skip to content

Commit

Permalink
deps: use google-cloud-core-bom and update to v1.91.3 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Nov 19, 2019
1 parent c0bfa90 commit f2c9cb8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 49 deletions.
15 changes: 0 additions & 15 deletions google-cloud-logging/pom.xml
Expand Up @@ -124,19 +124,4 @@
<scope>test</scope>
</dependency>
</dependencies>

<!-- <profiles>-->
<!-- <profile>-->
<!-- <id>java9</id>-->
<!-- <activation>-->
<!-- <jdk>[9,)</jdk>-->
<!-- </activation>-->
<!-- <dependencies>-->
<!-- <dependency>-->
<!-- <groupId>javax.annotation</groupId>-->
<!-- <artifactId>javax.annotation-api</artifactId>-->
<!-- </dependency>-->
<!-- </dependencies>-->
<!-- </profile>-->
<!-- </profiles>-->
</project>
15 changes: 0 additions & 15 deletions grpc-google-cloud-logging-v2/pom.xml
Expand Up @@ -38,19 +38,4 @@
<artifactId>guava</artifactId>
</dependency>
</dependencies>

<!-- <profiles>-->
<!-- <profile>-->
<!-- <id>java9</id>-->
<!-- <activation>-->
<!-- <jdk>[9,)</jdk>-->
<!-- </activation>-->
<!-- <dependencies>-->
<!-- <dependency>-->
<!-- <groupId>javax.annotation</groupId>-->
<!-- <artifactId>javax.annotation-api</artifactId>-->
<!-- </dependency>-->
<!-- </dependencies>-->
<!-- </profile>-->
<!-- </profiles>-->
</project>
29 changes: 10 additions & 19 deletions pom.xml
Expand Up @@ -63,7 +63,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<github.global.server>github</github.global.server>
<site.installationModule>google-cloud-logging-parent</site.installationModule>
<google.core.version>1.91.1</google.core.version>
<google.core.version>1.91.3</google.core.version>
<google.api-common.version>1.8.1</google.api-common.version>
<google.common-protos.version>1.17.0</google.common-protos.version>
<gax.version>1.50.1</gax.version>
Expand All @@ -76,7 +76,6 @@
<animal-sniffer.version>1.18</animal-sniffer.version>
<google.auth.version>0.18.0</google.auth.version>
<http-client-bom.version>1.33.0</http-client-bom.version>
<google.cloud-core.version>1.91.2</google.cloud-core.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -132,6 +131,13 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-core-bom</artifactId>
<version>${google.core.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>

<dependency>
<groupId>com.google.protobuf</groupId>
Expand All @@ -153,31 +159,16 @@
<artifactId>threetenbp</artifactId>
<version>${threeten.version}</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>javax.annotation</groupId>-->
<!-- <artifactId>javax.annotation-api</artifactId>-->
<!-- <version>${javax.annotations.version}</version>-->
<!-- </dependency>-->
<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-annotations</artifactId>
<version>${animal-sniffer.version}</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-core-grpc</artifactId>
<version>1.91.2</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.6</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-core</artifactId>
<version>${google.cloud-core.version}</version>
</dependency>

<dependency>
<groupId>junit</groupId>
Expand Down Expand Up @@ -218,7 +209,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-core</artifactId>
<version>1.91.2</version>
<version>${google.core.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand All @@ -243,7 +234,7 @@
<module>proto-google-cloud-logging-v2</module>
<module>grpc-google-cloud-logging-v2</module>
<module>google-cloud-logging</module>
<module>google-cloud-logging-bom</module>
<module>google-cloud-logging-bom</module>
</modules>

<reporting>
Expand Down

0 comments on commit f2c9cb8

Please sign in to comment.