Jetty 7 is JDK5+ (downgrading improper compiler setting)

This commit is contained in:
Joakim Erdfelt 2012-02-03 16:04:26 -07:00
parent 29936f4889
commit 76e7b32415
2 changed files with 0 additions and 9 deletions

View File

@ -31,14 +31,6 @@
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
<target>1.6</target>
<verbose>false</verbose>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>

View File

@ -30,7 +30,6 @@ public class TestSPIServer
new HttpHandler()
{
@Override
public void handle(HttpExchange exchange) throws IOException
{
Headers responseHeaders = exchange.getResponseHeaders();