chat/client/pom.xml
changeset 144 f784d803f065
parent 57 9984b9f7d8c6
child 218 52badacce2cc
child 238 a0f15cb8c730
     1.1 --- a/chat/client/pom.xml	Sun Jan 12 23:25:42 2014 +0100
     1.2 +++ b/chat/client/pom.xml	Tue May 20 06:05:56 2014 +0200
     1.3 @@ -117,5 +117,19 @@
     1.4          <version>${bck2brwsr.version}</version>
     1.5          <scope>runtime</scope>
     1.6      </dependency>
     1.7 +    <dependency>
     1.8 +      <artifactId>ko4j</artifactId>
     1.9 +      <groupId>org.netbeans.html</groupId>
    1.10 +      <type>jar</type>
    1.11 +      <version>${net.java.html.version}</version>
    1.12 +      <scope>runtime</scope>
    1.13 +    </dependency>
    1.14 +    <dependency>
    1.15 +      <artifactId>net.java.html.boot</artifactId>
    1.16 +      <groupId>org.netbeans.html</groupId>
    1.17 +      <type>jar</type>
    1.18 +      <version>${net.java.html.version}</version>
    1.19 +      <scope>runtime</scope>
    1.20 +    </dependency>
    1.21    </dependencies>
    1.22  </project>