提交 e1bf25d2 编写于 作者: K kohsuke

using later version of json-lib as well as the version of Groovy that works with json-lib (#925)


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@5419 71c3de6d-444a-0410-be80-ed276b4c234a
上级 1ab6934a
......@@ -364,8 +364,8 @@
</dependency>
<dependency>
<groupId>groovy</groupId>
<artifactId>groovy-all-1.0-jsr</artifactId>
<version>06</version>
<artifactId>groovy-all</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>xpp3</groupId>
......@@ -395,7 +395,7 @@
<dependency>
<groupId>net.sf.json-lib</groupId>
<artifactId>json-lib</artifactId>
<version>2.0</version>
<version>2.1</version>
<classifier>jdk15</classifier>
</dependency>
<dependency>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册