We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e9b362 commit 44ea4cbCopy full SHA for 44ea4cb
pom.xml
@@ -499,6 +499,8 @@
499
<groupId>com.google.auto.value</groupId>
500
<artifactId>auto-value-annotations</artifactId>
501
<version>${auto-value-annotation.version}</version>
502
+ <!-- Marking scope as provided per sync up w AutoValue creator-->
503
+ <scope>provided</scope>
504
</dependency>
505
</dependencies>
506
</dependencyManagement>
0 commit comments