Skip to content

Commit

Permalink
Change beam to version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mfelgamal committed Aug 30, 2016
1 parent dd28af7 commit f4be881
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion beam/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit f4be881

Please sign in to comment.