Skip to content

Commit d8de7c8

Browse files
author
Rafal Wojdyla
committed
Remove optional flink deps from Beam
Flink dependency makes it impossible to compile scio for scala 2.11 given that there are not 2.11 artifacts for flink runner available yet.
1 parent 508705f commit d8de7c8

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

beam/pom.xml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -181,34 +181,6 @@
181181
<artifactId>beam-runners-direct-java</artifactId>
182182
<version>${beam.beam.version}</version>
183183
</dependency>
184-
185-
<dependency>
186-
<groupId>org.apache.beam</groupId>
187-
<artifactId>beam-runners-flink_2.10</artifactId>
188-
<version>${beam.beam.version}</version>
189-
<exclusions>
190-
<exclusion>
191-
<artifactId>slf4j-log4j12</artifactId>
192-
<groupId>org.slf4j</groupId>
193-
</exclusion>
194-
<exclusion>
195-
<artifactId>netty-all</artifactId>
196-
<groupId>io.netty</groupId>
197-
</exclusion>
198-
</exclusions>
199-
</dependency>
200-
201-
<dependency>
202-
<groupId>org.apache.beam</groupId>
203-
<artifactId>beam-runners-flink_2.10-examples</artifactId>
204-
<version>${beam.beam.version}</version>
205-
<exclusions>
206-
<exclusion>
207-
<artifactId>slf4j-log4j12</artifactId>
208-
<groupId>org.slf4j</groupId>
209-
</exclusion>
210-
</exclusions>
211-
</dependency>
212184

213185
<dependency>
214186
<groupId>javax.servlet</groupId>

0 commit comments

Comments
 (0)