vm/pom.xml
branchemul
changeset 695 dbcd1a21f3f8
parent 691 10194cb7ffc2
child 750 6ac37d80ecb7
     1.1 --- a/vm/pom.xml	Wed Feb 06 17:52:31 2013 +0100
     1.2 +++ b/vm/pom.xml	Thu Feb 07 13:07:22 2013 +0100
     1.3 @@ -82,7 +82,6 @@
     1.4                   </execution>
     1.5               </executions>
     1.6               <configuration>
     1.7 -                 <classpathScope>provided</classpathScope>
     1.8                   <mainClass>org.apidesign.vm4brwsr.Main</mainClass>
     1.9                   <arguments>
    1.10                       <argument>${project.build.directory}/bck2brwsr.js</argument>
    1.11 @@ -138,7 +137,7 @@
    1.12        <groupId>${project.groupId}</groupId>
    1.13        <artifactId>javap</artifactId>
    1.14        <version>${project.version}</version>
    1.15 -      <scope>provided</scope>
    1.16 +      <scope>compile</scope>
    1.17      </dependency>
    1.18    </dependencies>
    1.19  </project>