Skip to content

Commit

Permalink
This closes #2700
Browse files Browse the repository at this point in the history
  • Loading branch information
iemejia committed Apr 27, 2017
2 parents 6ca7c51 + 6f24437 commit 8a3588d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions runners/spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,8 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.6</version>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
import org.apache.beam.sdk.transforms.PTransform;
import org.apache.beam.sdk.values.PInput;
import org.apache.beam.sdk.values.POutput;
import org.apache.commons.lang.WordUtils;
import org.apache.commons.lang3.text.WordUtils;


/**
Expand Down

0 comments on commit 8a3588d

Please sign in to comment.