boot/pom.xml
changeset 322 4a93f2679691
parent 315 b3a78c2e5c33
child 323 86aabecda7a3
     1.1 --- a/boot/pom.xml	Tue Nov 05 09:04:29 2013 +0100
     1.2 +++ b/boot/pom.xml	Tue Nov 05 23:06:32 2013 +0100
     1.3 @@ -22,6 +22,15 @@
     1.4                <groupId>org.apache.felix</groupId>
     1.5                <artifactId>maven-bundle-plugin</artifactId>
     1.6            </plugin>
     1.7 +         <plugin>
     1.8 +            <groupId>org.apache.maven.plugins</groupId>
     1.9 +            <artifactId>maven-compiler-plugin</artifactId>
    1.10 +            <version>2.3.2</version>
    1.11 +            <configuration>
    1.12 +               <source>1.7</source>
    1.13 +               <target>1.7</target>
    1.14 +            </configuration>
    1.15 +         </plugin>
    1.16        </plugins>
    1.17    </build>
    1.18    <dependencies>