ko-osgi-test/pom.xml
branchosgi
changeset 371 87bbddaa2db1
parent 369 303fdcce760b
child 390 186c98dc8550
     1.1 --- a/ko-osgi-test/pom.xml	Sun Dec 22 05:40:18 2013 +0100
     1.2 +++ b/ko-osgi-test/pom.xml	Sun Dec 22 07:14:05 2013 +0100
     1.3 @@ -9,6 +9,19 @@
     1.4      <artifactId>ko-osgi-test</artifactId>
     1.5      <packaging>jar</packaging>
     1.6      <description>Runs the TCK for Knockout in an OSGi Container</description>
     1.7 +    <build>
     1.8 +        <plugins>
     1.9 +            <plugin>
    1.10 +                <groupId>org.apache.maven.plugins</groupId>
    1.11 +                <artifactId>maven-compiler-plugin</artifactId>
    1.12 +                <version>2.3.2</version>
    1.13 +                <configuration>
    1.14 +                    <source>1.7</source>
    1.15 +                    <target>1.7</target>
    1.16 +                </configuration>
    1.17 +            </plugin>
    1.18 +        </plugins>
    1.19 +    </build>
    1.20      <dependencies>
    1.21          <dependency>
    1.22              <groupId>com.oracle</groupId>