File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,6 @@ under the License.
80
80
<unixsocket .version>2.3.2</unixsocket .version>
81
81
<protoc-jar-maven-plugin .version>3.11.1</protoc-jar-maven-plugin .version>
82
82
<flink .version>1.16.2</flink .version>
83
- <scala .binary.version>2.12</scala .binary.version>
84
83
<scala .version>2.12.7</scala .version>
85
84
<lz4-java .version>1.8.0</lz4-java .version>
86
85
<flink-shaded-jackson .version>2.12.4-15.0</flink-shaded-jackson .version>
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ under the License.
74
74
<exclusions >
75
75
<!--
76
76
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)
78
78
-->
79
79
<exclusion >
80
80
<groupId >org.xerial.snappy</groupId >
@@ -173,7 +173,7 @@ under the License.
173
173
<dependency >
174
174
<groupId >org.xerial.snappy</groupId >
175
175
<artifactId >snappy-java</artifactId >
176
- <version >1.1.10.1 </version >
176
+ <version >1.1.10.4 </version >
177
177
</dependency >
178
178
<!--
179
179
Pin the scala library version in order to resolve the dependency conversion problem between two
Original file line number Diff line number Diff line change @@ -43,9 +43,7 @@ under the License.
43
43
<version >${kafka.version} </version >
44
44
<exclusions >
45
45
<!-- 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 -->
49
47
<exclusion >
50
48
<groupId >org.xerial.snappy</groupId >
51
49
<artifactId >snappy-java</artifactId >
You can’t perform that action at this time.
0 commit comments