http-spi is 1.6 compiler required for the interface when its part of the jvm being used for environment

This commit is contained in:
Jesse McConnell 2012-01-09 15:18:25 -06:00
parent e0f117f2a8
commit 083c793b1c
1 changed files with 8 additions and 0 deletions

View File

@ -31,6 +31,14 @@
</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>