提交 c04a7704 编写于 作者: S Stephan Ewen

[hotfix] [build] Add joda-convert as a non-optional dependency, to fix Scala interoperability

上级 bfde1b73
......@@ -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>
......
......@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册