提交 6a266e76 编写于 作者: J James Nord

groovy-all uses jline 1.0 which has correct scope on junit

上级 8f2a5d3c
......@@ -408,18 +408,11 @@ 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>
<exclusions>
<exclusion>
<!-- erronous dep in the version of jline -->
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency><!-- groovy shell uses this but it doesn't declare this dependency -->
<groupId>org.fusesource.jansi</groupId>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册