Compiles with most recent versions of bck2brwsr and co.
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Fri, 31 Oct 2014 23:02:25 +0100
changeset 21852badacce2cc
parent 217 22bc39a538cd
child 219 a07e84a4983c
Compiles with most recent versions of bck2brwsr and co.
chat/client/pom.xml
pom.xml
     1.1 --- a/chat/client/pom.xml	Tue Sep 16 11:07:17 2014 +0200
     1.2 +++ b/chat/client/pom.xml	Fri Oct 31 23:02:25 2014 +0100
     1.3 @@ -105,14 +105,6 @@
     1.4      </dependency>
     1.5      <dependency>
     1.6          <groupId>org.apidesign.bck2brwsr</groupId>
     1.7 -        <artifactId>vm4brwsr</artifactId>
     1.8 -        <version>${bck2brwsr.version}</version>
     1.9 -        <type>zip</type>
    1.10 -        <classifier>js</classifier>
    1.11 -        <scope>provided</scope>
    1.12 -    </dependency>
    1.13 -    <dependency>
    1.14 -        <groupId>org.apidesign.bck2brwsr</groupId>
    1.15          <artifactId>ko-bck2brwsr</artifactId>
    1.16          <version>${bck2brwsr.version}</version>
    1.17          <scope>runtime</scope>
     2.1 --- a/pom.xml	Tue Sep 16 11:07:17 2014 +0200
     2.2 +++ b/pom.xml	Fri Oct 31 23:02:25 2014 +0100
     2.3 @@ -14,8 +14,8 @@
     2.4    <properties>
     2.5        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     2.6        <net.java.html.version>1.0</net.java.html.version>
     2.7 -      <nb.html.version>0.8.3</nb.html.version>
     2.8 -      <bck2brwsr.version>0.9</bck2brwsr.version>
     2.9 +      <nb.html.version>1.0</nb.html.version>
    2.10 +      <bck2brwsr.version>0.11</bck2brwsr.version>
    2.11        <teavm.version>0.1</teavm.version>
    2.12        <license>COPYING</license>
    2.13    </properties>