Skip to content

Commit

Permalink
Update jacoco and remove nashorn.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas CHABALIER committed Dec 19, 2023
1 parent ce4cde3 commit ecc96fe
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,6 @@
<groupId>org.renjin</groupId>
<artifactId>grDevices</artifactId>
<version>3.5-beta76</version>
</dependency>
<dependency>
<groupId>com.coveo</groupId>
<artifactId>nashorn-commonjs-modules</artifactId>
<version>1.0.9</version>
<scope>test</scope>
</dependency>
</dependencies>

Expand Down Expand Up @@ -221,7 +215,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.5</version>
<version>0.8.11</version>
<configuration>
<excludes>
<exclude>**/org/rosuda/*</exclude>
Expand Down

0 comments on commit ecc96fe

Please sign in to comment.