Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: review changes
  • Loading branch information
athakor committed May 18, 2020
commit c3b1e81d3ef1fbef85b19798f82f92354ed61b0e
4 changes: 0 additions & 4 deletions google-cloud-storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,6 @@
<artifactId>httpcore</artifactId>
<scope>test</scope>
</dependency>
Comment thread
athakor marked this conversation as resolved.
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
</dependency>
</dependencies>

<build>
Expand Down
8 changes: 0 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@
<site.installationModule>google-cloud-storage-parent</site.installationModule>
<google.core.version>1.93.4</google.core.version>
<google.api-common.version>1.9.0</google.api-common.version>
<google.iamcredentials.version>0.43.0-alpha</google.iamcredentials.version>
<protobuf.version>3.11.1</protobuf.version>
<junit.version>4.13</junit.version>
<threeten.version>1.4.4</threeten.version>
<javax.annotations.version>1.3.2</javax.annotations.version>
Expand Down Expand Up @@ -133,12 +131,6 @@
<artifactId>google-api-services-storage</artifactId>
<version>v1-rev20200410-1.30.9</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.checkerframework</groupId>
<artifactId>checker-compat-qual</artifactId>
Expand Down