Skip to content

Commit

Permalink
[JENKINS-31631] Exclude transitive htmlunit-core-js via embedded-rhin…
Browse files Browse the repository at this point in the history
…o-debugger

(cherry picked from commit aec2d8a)
  • Loading branch information
tfennelly authored and olivergondza committed Nov 24, 2015
1 parent 5defc34 commit 0056b55
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/pom.xml
Expand Up @@ -150,6 +150,12 @@ THE SOFTWARE.
<groupId>org.jvnet.hudson</groupId>
<artifactId>embedded-rhino-debugger</artifactId>
<version>1.2</version>
<exclusions>
<exclusion>
<groupId>org.jvnet.hudson</groupId>
<artifactId>htmlunit-core-js</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<!-- for testing JNLP launch. -->
Expand Down

0 comments on commit 0056b55

Please sign in to comment.