Skip to content

Commit 2af0c91

Browse files
author
Ryan Skraba
committed
[FLINK-33149][build] Bump snappy to 1.1.10.4
1 parent accd75e commit 2af0c91

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ under the License.
8080
<unixsocket.version>2.3.2</unixsocket.version>
8181
<protoc-jar-maven-plugin.version>3.11.1</protoc-jar-maven-plugin.version>
8282
<flink.version>1.16.2</flink.version>
83-
<scala.binary.version>2.12</scala.binary.version>
8483
<scala.version>2.12.7</scala.version>
8584
<lz4-java.version>1.8.0</lz4-java.version>
8685
<flink-shaded-jackson.version>2.12.4-15.0</flink-shaded-jackson.version>

statefun-flink/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ under the License.
7474
<exclusions>
7575
<!--
7676
This conflicts with org.xerial.snappy:snappy-java
77-
brought from flink-streaming-java_${scala.binary.version} (transitively)
77+
brought from flink-streaming-java (transitively)
7878
-->
7979
<exclusion>
8080
<groupId>org.xerial.snappy</groupId>
@@ -173,7 +173,7 @@ under the License.
173173
<dependency>
174174
<groupId>org.xerial.snappy</groupId>
175175
<artifactId>snappy-java</artifactId>
176-
<version>1.1.10.1</version>
176+
<version>1.1.10.4</version>
177177
</dependency>
178178
<!--
179179
Pin the scala library version in order to resolve the dependency conversion problem between two

statefun-kafka-io/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@ under the License.
4343
<version>${kafka.version}</version>
4444
<exclusions>
4545
<!-- This collides with snappy-java brought from
46-
org.apache.flink:flink-streaming-java_${scala.binary.version}
47-
org.xerial.snappy:snappy-java:1.1.4
48-
-->
46+
org.apache.flink:flink-streaming-java -->
4947
<exclusion>
5048
<groupId>org.xerial.snappy</groupId>
5149
<artifactId>snappy-java</artifactId>

0 commit comments

Comments
 (0)