core/pom.xml
brancharithmetic
changeset 675 7d3da112e2c1
parent 218 bbc04118d571
child 621 6daa39b17563
     1.1 --- a/core/pom.xml	Thu Nov 29 00:02:37 2012 +0100
     1.2 +++ b/core/pom.xml	Tue Feb 05 16:32:14 2013 +0100
     1.3 @@ -19,8 +19,8 @@
     1.4                  <artifactId>maven-compiler-plugin</artifactId>
     1.5                  <version>2.3.2</version>
     1.6                  <configuration>
     1.7 -                    <source>1.6</source>
     1.8 -                    <target>1.6</target>
     1.9 +                    <source>1.7</source>
    1.10 +                    <target>1.7</target>
    1.11                  </configuration>
    1.12              </plugin>
    1.13          </plugins>
    1.14 @@ -35,6 +35,10 @@
    1.15        <version>3.8.1</version>
    1.16        <scope>test</scope>
    1.17      </dependency>
    1.18 +    <dependency>
    1.19 +      <groupId>org.netbeans.api</groupId>
    1.20 +      <artifactId>org-openide-util-lookup</artifactId>
    1.21 +    </dependency>
    1.22    </dependencies>
    1.23      <description>Contains esential annotations for associating JavaScript code with
    1.24  methods and classes.</description>