提交 73ad35a3 编写于 作者: K kohsuke

avoid getting jelly/jexl duplicates


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@5392 71c3de6d-444a-0410-be80-ed276b4c234a
上级 9884aa56
......@@ -270,6 +270,14 @@
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly-tags-junit</artifactId>
</exclusion>
<exclusion>
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly</artifactId>
</exclusion>
<exclusion>
<groupId>commons-jexl</groupId>
<artifactId>commons-jexl</artifactId>
</exclusion>
<exclusion>
<groupId>jaxme</groupId>
<artifactId>jaxme-api</artifactId>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册