rt/vm8/pom.xml
changeset 1733 955520296b08
parent 1694 615bae775606
child 1942 f8cc2a015ece
     1.1 --- a/rt/vm8/pom.xml	Sun Sep 14 21:40:03 2014 +0200
     1.2 +++ b/rt/vm8/pom.xml	Sun Nov 30 16:48:07 2014 +0100
     1.3 @@ -100,5 +100,12 @@
     1.4                  </exclusion>
     1.5              </exclusions>
     1.6          </dependency>
     1.7 +        <dependency>
     1.8 +            <groupId>org.apidesign.bck2brwsr</groupId>
     1.9 +            <artifactId>core</artifactId>
    1.10 +            <version>${project.version}</version>
    1.11 +            <type>jar</type>
    1.12 +            <scope>provided</scope>
    1.13 +        </dependency>
    1.14      </dependencies>
    1.15  </project>
    1.16 \ No newline at end of file