mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Change beam to version 0.2.0
This commit is contained in:
parent
e821614ddd
commit
acc7afb1f2
1 changed files with 7 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
|||
<properties>
|
||||
<beam.hadoop.version>2.3.0</beam.hadoop.version>
|
||||
<beam.spark.version>1.4.1</beam.spark.version>
|
||||
<beam.beam.version>0.1.0-incubating</beam.beam.version>
|
||||
<beam.beam.version>0.2.0-incubating</beam.beam.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
|
@ -191,6 +191,12 @@
|
|||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.servlet</groupId>
|
||||
<artifactId>javax.servlet-api</artifactId>
|
||||
<version>3.1.0</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.beam</groupId>
|
||||
|
|
|
|||
Loading…
Reference in a new issue