提交 e2555fdd 编写于 作者: K kohsuke

excluding castor that we shouldn't need


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