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 AKSW#109
  • Loading branch information
Dimitris Kontokostas authored and mgns committed Sep 28, 2022
1 parent d4bc6a4 commit 0840f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdfunit-validate/pom.xml
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>
<httpConnector>
<port>8787</port>
Expand Down

0 comments on commit 0840f5d

Please sign in to comment.