vm/pom.xml
branchjavap
changeset 186 123ba97c3718
parent 138 ca621f0dcdf9
child 189 6a56c2381b0f
     1.1 --- a/vm/pom.xml	Fri Nov 09 08:41:59 2012 +0100
     1.2 +++ b/vm/pom.xml	Sun Nov 18 19:19:26 2012 +0100
     1.3 @@ -59,6 +59,15 @@
     1.4                    </archive>
     1.5                </configuration>
     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.6</source>
    1.13 +               <target>1.6</target>
    1.14 +            </configuration>
    1.15 +         </plugin>
    1.16        </plugins>
    1.17    </build>
    1.18    <dependencies>
    1.19 @@ -74,11 +83,6 @@
    1.20        </exclusions>
    1.21      </dependency>
    1.22      <dependency>
    1.23 -      <groupId>org.netbeans.api</groupId>
    1.24 -      <artifactId>org-netbeans-modules-classfile</artifactId>
    1.25 -      <type>jar</type>
    1.26 -    </dependency>
    1.27 -    <dependency>
    1.28        <groupId>org.apidesign.bck2brwsr</groupId>
    1.29        <artifactId>core</artifactId>
    1.30        <version>1.0-SNAPSHOT</version>
    1.31 @@ -90,5 +94,10 @@
    1.32        <version>1.0-SNAPSHOT</version>
    1.33        <scope>test</scope>
    1.34      </dependency>
    1.35 +    <dependency>
    1.36 +      <groupId>${project.groupId}</groupId>
    1.37 +      <artifactId>javap</artifactId>
    1.38 +      <version>1.0-SNAPSHOT</version>
    1.39 +    </dependency>
    1.40    </dependencies>
    1.41  </project>