Skip to content

Commit

Permalink
[hotfix] [build] Add joda-convert as a non-optional dependency, to fi…
Browse files Browse the repository at this point in the history
…x Scala interoperability
  • Loading branch information
StephanEwen committed Oct 1, 2015
1 parent bfde1b7 commit c04a770
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions flink-java/pom.xml
Expand Up @@ -86,6 +86,11 @@ under the License.
<artifactId>joda-time</artifactId>
</dependency>

<dependency>
<groupId>org.joda</groupId>
<artifactId>joda-convert</artifactId>
</dependency>

<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
Expand Down
6 changes: 6 additions & 0 deletions pom.xml
Expand Up @@ -251,6 +251,12 @@ under the License.
<version>2.5</version>
</dependency>

<dependency>
<groupId>org.joda</groupId>
<artifactId>joda-convert</artifactId>
<version>1.7</version>
</dependency>

<!-- stax is pulled in different versions by different transitive dependencies-->
<dependency>
<groupId>stax</groupId>
Expand Down

0 comments on commit c04a770

Please sign in to comment.