提交 607a6f2c 编写于 作者: K kohsuke

integrated the latest htmlunit to fix a possible ConcurrentModificationException

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@23835 71c3de6d-444a-0410-be80-ed276b4c234a
上级 e143c96f
......@@ -130,7 +130,7 @@ THE SOFTWARE.
<dependency>
<groupId>org.jvnet.hudson</groupId>
<artifactId>htmlunit</artifactId>
<version>2.2-hudson-10</version>
<version>2.2-hudson-11</version>
<exclusions>
<exclusion>
<!-- hides JDK DOM classes in Eclipse -->
......@@ -140,12 +140,6 @@ THE SOFTWARE.
</exclusions>
</dependency>
<dependency><!-- temporary, until we bump to new htmlunit -->
<groupId>org.jvnet.hudson</groupId>
<artifactId>htmlunit-core-js</artifactId>
<version>2.2-hudson-2</version>
</dependency>
<dependency>
<groupId>org.jvnet.hudson</groupId>
<artifactId>embedded-rhino-debugger</artifactId>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册