From ecc6989c0a110e5cec41b7d5a67c3e9697d5663a Mon Sep 17 00:00:00 2001 From: Kohsuke Kawaguchi Date: Fri, 23 Sep 2011 19:42:55 -0700 Subject: [PATCH] use the latest HtmlUnit to fix the test failure caused by YUI 2.9 --- core/pom.xml | 2 +- test/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 5f6c0a9acf..170db65d25 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -172,7 +172,7 @@ THE SOFTWARE. org.jenkins-ci htmlunit - 2.6-jenkins-5 + 2.6-jenkins-6 xml-apis diff --git a/test/pom.xml b/test/pom.xml index 4e7fd28619..30d7ad7f93 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -100,7 +100,7 @@ THE SOFTWARE. org.jenkins-ci htmlunit - 2.6-jenkins-5 + 2.6-jenkins-6 -- GitLab