提交 aef28eb5 编写于 作者: P Paul Weiss 提交者: Kohsuke Kawaguchi

Remove dependency conflict

(Kohsuke notes: this seeminly no-op change apparently helps Eclipse)
上级 bd9250db
......@@ -593,8 +593,17 @@ THE SOFTWARE.
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
</exclusion>
<exclusion>
<groupId>org.jvnet.hudson</groupId>
<artifactId>commons-jelly</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jvnet.hudson</groupId>
<artifactId>commons-jelly</artifactId>
<version>1.1-hudson-20100305</version>
</dependency>
<dependency>
<groupId>org.jvnet.hudson</groupId>
<artifactId>commons-jexl</artifactId>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册