We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 713fd90 commit 8618c18Copy full SHA for 8618c18
pom.xml
@@ -152,7 +152,6 @@
152
<github.global.server>github</github.global.server>
153
<site.installationModule>google-cloud-datastore-parent</site.installationModule>
154
<project.javadoc.protobufBaseURL>https://googleapis.dev/java/google-api-grpc/latest</project.javadoc.protobufBaseURL>
155
- <javax.annotations.version>1.3.2</javax.annotations.version>
156
</properties>
157
158
<dependencyManagement>
proto-google-cloud-datastore-v1/pom.xml
@@ -44,7 +44,6 @@
44
<dependency>
45
<groupId>javax.annotation</groupId>
46
<artifactId>javax.annotation-api</artifactId>
47
- <version>${javax.annotations.version}</version>
48
</dependency>
49
</dependencies>
50
</profile>
0 commit comments