Skip to content

Commit

Permalink
feat: mark auto-value-annotations scope as provided (#151)
Browse files Browse the repository at this point in the history
* feat: mark auto-value-annotations scope as provided

recommeneded by AutoValue creator, Eamonn McManus

experimented in java-bigquery https://github.com/googleapis/java-bigquery/pull/402/files

* remove extra char
  • Loading branch information
stephaniewang526 committed Jun 9, 2020
1 parent 4e9b362 commit 44ea4cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Expand Up @@ -499,6 +499,8 @@
<groupId>com.google.auto.value</groupId>
<artifactId>auto-value-annotations</artifactId>
<version>${auto-value-annotation.version}</version>
<!-- Marking scope as provided per sync up w AutoValue creator-->
<scope>provided</scope>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 44ea4cb

Please sign in to comment.