Skip to content

Commit

Permalink
process: prepare to test deps on Java 11 (#281)
Browse files Browse the repository at this point in the history
* process: also test deps on Java 11

* deps: remove unused dependency

* tests: run deps test on Java 11

* process: remove changes that comes from autosynth
  • Loading branch information
olavloite authored Jun 24, 2020
1 parent ead0c17 commit 39826d2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion google-cloud-spanner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<configuration>
<ignoredDependencies>io.grpc:grpc-protobuf-lite,org.hamcrest:hamcrest,org.hamcrest:hamcrest-core,com.google.errorprone:error_prone_annotations,org.openjdk.jmh:jmh-generator-annprocess,com.google.api.grpc:grpc-google-cloud-spanner-v1,com.google.api.grpc:grpc-google-cloud-spanner-admin-instance-v1,com.google.api.grpc:grpc-google-cloud-spanner-admin-database-v1</ignoredDependencies>
<ignoredDependencies>io.grpc:grpc-protobuf-lite,org.hamcrest:hamcrest,org.hamcrest:hamcrest-core,com.google.errorprone:error_prone_annotations,org.openjdk.jmh:jmh-generator-annprocess,com.google.api.grpc:grpc-google-cloud-spanner-v1,com.google.api.grpc:grpc-google-cloud-spanner-admin-instance-v1,com.google.api.grpc:grpc-google-cloud-spanner-admin-database-v1,javax.annotation:javax.annotation-api</ignoredDependencies>
</configuration>
</plugin>
</plugins>
Expand Down
2 changes: 1 addition & 1 deletion grpc-google-cloud-spanner-admin-database-v1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<configuration>
<ignoredDependencies>com.google.auto.value:auto-value-annotations</ignoredDependencies>
<ignoredDependencies>com.google.auto.value:auto-value-annotations,javax.annotation:javax.annotation-api</ignoredDependencies>
</configuration>
</plugin>
</plugins>
Expand Down
2 changes: 1 addition & 1 deletion grpc-google-cloud-spanner-admin-instance-v1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<configuration>
<ignoredDependencies>com.google.auto.value:auto-value-annotations</ignoredDependencies>
<ignoredDependencies>com.google.auto.value:auto-value-annotations,javax.annotation:javax.annotation-api</ignoredDependencies>
</configuration>
</plugin>
</plugins>
Expand Down
2 changes: 1 addition & 1 deletion grpc-google-cloud-spanner-v1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<configuration>
<ignoredDependencies>com.google.auto.value:auto-value-annotations</ignoredDependencies>
<ignoredDependencies>com.google.auto.value:auto-value-annotations,javax.annotation:javax.annotation-api</ignoredDependencies>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 39826d2

Please sign in to comment.