Skip to content

Commit b905d17

Browse files
authored
make it work again (#541)
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!
1 parent 0213d09 commit b905d17

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

spanner/cloud-client/pom.xml

+4-6
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,13 @@ limitations under the License.
6060
</exclusion>
6161
</exclusions>
6262
</dependency>
63-
<dependency>
64-
<groupId>io.netty</groupId>
65-
<artifactId>netty-tcnative-boringssl-static</artifactId>
66-
<version>2.0.0.Beta7</version>
67-
<scope>runtime</scope>
68-
</dependency>
63+
6964
<dependency>
7065
<groupId>com.google.guava</groupId>
7166
<artifactId>guava</artifactId>
7267
<version>20.0</version>
7368
</dependency>
69+
7470
<!-- Test dependencies -->
7571
<dependency>
7672
<groupId>junit</groupId>
@@ -84,7 +80,9 @@ limitations under the License.
8480
<version>0.32</version>
8581
<scope>test</scope>
8682
</dependency>
83+
8784
</dependencies>
85+
8886
<build>
8987
<plugins>
9088
<plugin>

0 commit comments

Comments
 (0)