Skip to content

Commit

Permalink
Bug fixes for Jetty
Browse files Browse the repository at this point in the history
Current version is unable to compile the JSP files. Jetty APIs temporary
downgraded to 8.1.10.v20130312. A version upgrade will be implemented at
next release. See issue #33
  • Loading branch information
jimjonesbr committed Sep 23, 2016
1 parent 1046850 commit 4fbe8ae
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions lod4wfs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,26 +55,27 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.5</version>
<version>1.7.21</version>
</dependency>



<!-- https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-maven-plugin -->
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>8.1.10.v20130312</version>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>8.1.10.v20130312</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-servlets -->
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlets</artifactId>
<version>8.1.10.v20130312</version>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlets</artifactId>
<version>8.1.10.v20130312</version>
</dependency>




<dependency>
<groupId>org.apache.solr</groupId>
<artifactId>solr-solrj</artifactId>
Expand Down

0 comments on commit 4fbe8ae

Please sign in to comment.