Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Commit

Permalink
Change to use same Rhino version as Errai (old: 1.7R2 - new: 1.7R4) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
paulovmr authored and csadilek committed Dec 21, 2016
1 parent 5906fcf commit 2f47017
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions jbpm-designer-backend/pom.xml
Expand Up @@ -301,6 +301,12 @@
<dependency>
<groupId>batik</groupId>
<artifactId>batik-script</artifactId>
<exclusions>
<exclusion>
<groupId>rhino</groupId>
<artifactId>js</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>batik</groupId>
Expand Down Expand Up @@ -334,8 +340,8 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>rhino</groupId>
<artifactId>js</artifactId>
<groupId>org.mozilla</groupId>
<artifactId>rhino</artifactId>
</dependency>
<dependency>
<groupId>xalan</groupId>
Expand Down

0 comments on commit 2f47017

Please sign in to comment.