Skip to content

Commit

Permalink
com.github.spullara.mustache.java compiler to 0.9.5, and revert ZAP v…
Browse files Browse the repository at this point in the history
…ersion to 2.5.0
  • Loading branch information
davewichers committed Jun 14, 2018
1 parent d4960b9 commit 06cacf0
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,11 +168,7 @@
<dependency>
<groupId>com.github.spullara.mustache.java</groupId>
<artifactId>compiler</artifactId>
<!-- Upgrading to 0.9.0 causes an ArrayIndexOutOfBoundsException for some reason
Failed to execute goal org.apache.maven.plugins:maven-plugin-plugin:3.2:helpmojo
(help-goal) on project retirejs-maven-plugin: Execution help-goal of goal
org.apache.maven.plugins:maven-plugin-plugin:3.2:helpmojo failed: 9578 -->
<version>0.8.18</version>
<version>0.9.5</version>
</dependency>

<!-- JSON parser use by the core -->
Expand All @@ -188,7 +184,9 @@
<dependency>
<groupId>org.zaproxy</groupId>
<artifactId>zap</artifactId>
<version>2.7.0</version>
<!-- We deliberately keep this set to an old ZAP version so we know this
plugin works with older versions of ZAP too -->
<version>2.5.0</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit 06cacf0

Please sign in to comment.