Skip to content

Commit

Permalink
make it work again (#541)
Browse files Browse the repository at this point in the history
1. netty-tcnative-boringssl-static got upgraded by DPEBot to 2.0.0Beta6
which broke everything.  But it shouldn’t have been in the POM to begin
with.  The library includes all this.  Argh!
  • Loading branch information
lesv authored Mar 3, 2017
1 parent 0213d09 commit b905d17
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions spanner/cloud-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,13 @@ limitations under the License.
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-boringssl-static</artifactId>
<version>2.0.0.Beta7</version>
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>20.0</version>
</dependency>

<!-- Test dependencies -->
<dependency>
<groupId>junit</groupId>
Expand All @@ -84,7 +80,9 @@ limitations under the License.
<version>0.32</version>
<scope>test</scope>
</dependency>

</dependencies>

<build>
<plugins>
<plugin>
Expand Down

0 comments on commit b905d17

Please sign in to comment.