Skip to content

Commit c2ff4fa

Browse files
committed
Addressed review comments plus few more minor improvements
1 parent a49d307 commit c2ff4fa

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

google-cloud-datastore/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,10 @@
2222
<dependency>
2323
<groupId>${project.groupId}</groupId>
2424
<artifactId>google-cloud-core</artifactId>
25-
<version>${core.version}</version>
2625
</dependency>
2726
<dependency>
2827
<groupId>${project.groupId}</groupId>
2928
<artifactId>google-cloud-core-http</artifactId>
30-
<version>${core-http.version}</version>
3129
</dependency>
3230
<dependency>
3331
<groupId>com.google.cloud.datastore</groupId>
@@ -48,7 +46,6 @@
4846
<dependency>
4947
<groupId>${project.groupId}</groupId>
5048
<artifactId>google-cloud-core</artifactId>
51-
<version>${core.version}</version>
5249
<type>test-jar</type>
5350
<scope>test</scope>
5451
</dependency>

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,6 @@
515515
<groupId>com.google.api.grpc</groupId>
516516
<artifactId>grpc-google-iam-v1</artifactId>
517517
<version>${generatedProto.version}</version>
518-
<scope>test</scope>
519518
</dependency>
520519
<dependency>
521520
<groupId>com.google.auto.value</groupId>

0 commit comments

Comments
 (0)