Skip to content

Commit 7f4f042

Browse files
jean-philippe-martinvam-google
authored andcommitted
Mark AutoService as optional and update to latest version. (#2228)
1 parent 80f916c commit 7f4f042

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • google-cloud-contrib/google-cloud-nio

google-cloud-contrib/google-cloud-nio/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
<dependency>
3939
<groupId>com.google.auto.service</groupId>
4040
<artifactId>auto-service</artifactId>
41-
<version>1.0-rc2</version>
41+
<version>1.0-rc3</version>
42+
<optional>true</optional>
4243
<scope>provided</scope> <!-- to leave out of the all-deps jar -->
4344
</dependency>
4445
<dependency>

0 commit comments

Comments
 (0)