Navigation Menu

Skip to content

Commit

Permalink
deps: restrict -annotation deps (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephaniewang526 committed May 29, 2020
1 parent 69b9d84 commit db41581
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
18 changes: 1 addition & 17 deletions google-cloud-bigquery/pom.xml
Expand Up @@ -36,6 +36,7 @@
<dependency>
<groupId>com.google.auto.value</groupId>
<artifactId>auto-value-annotations</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
Expand Down Expand Up @@ -134,21 +135,4 @@
</plugin>
</plugins>
</build>

<profiles>
<profile>
<id>java9</id>
<activation>
<jdk>[9,)</jdk>
</activation>
<dependencies>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<!-- Adding version here because flatten cannot interpret this -->
<version>${javax.annotations.version}</version>
</dependency>
</dependencies>
</profile>
</profiles>
</project>
2 changes: 0 additions & 2 deletions pom.xml
Expand Up @@ -63,7 +63,6 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<github.global.server>github</github.global.server>
<site.installationModule>google-cloud-bigquery-parent</site.installationModule>
<javax.annotations.version>1.3.2</javax.annotations.version>
<google-api-services-bigquery.version>v2-rev20200429-1.30.9
</google-api-services-bigquery.version>
</properties>
Expand Down Expand Up @@ -217,5 +216,4 @@
</modules>
</profile>
</profiles>

</project>

0 comments on commit db41581

Please sign in to comment.