Skip to content

Commit

Permalink
revert jetty maven plugin to 9.4.x, v11 is not compatible with java 8
Browse files Browse the repository at this point in the history
closes #109
  • Loading branch information
Dimitris Kontokostas committed May 16, 2021
1 parent 4716b0c commit 65f132e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdfunit-validate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>11.0.0</version>
<version>9.4.6.v20170531</version>
<configuration>
<scanIntervalSeconds>5</scanIntervalSeconds>
<httpConnector>
Expand Down

0 comments on commit 65f132e

Please sign in to comment.