提交 4755ecd6 编写于 作者: J James Nord

Merge pull request #1981 from jtnord/no_junit_dep

Junit was being pulled in transitively from jline - and was not needed by jline.
Fixed by upgrading to the version of jline that groovy uses which has fixed dependencies.
......@@ -408,10 +408,10 @@ THE SOFTWARE.
<artifactId>groovy-all</artifactId>
<version>${groovy.version}</version>
</dependency>
<dependency><!-- groovy shell uses this but it doesn't declare this dependency -->
<dependency><!-- groovy shell uses this but uses an optional dependency -->
<groupId>jline</groupId>
<artifactId>jline</artifactId>
<version>0.9.94</version>
<version>1.0</version>
<scope>compile</scope>
</dependency>
<dependency><!-- groovy shell uses this but it doesn't declare this dependency -->
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册