chat/server/pom.xml
changeset 144 f784d803f065
parent 88 10e6f6e09811
child 226 40acb3267711
child 238 a0f15cb8c730
     1.1 --- a/chat/server/pom.xml	Sat Feb 22 16:35:11 2014 +0100
     1.2 +++ b/chat/server/pom.xml	Tue May 20 06:05:56 2014 +0200
     1.3 @@ -119,5 +119,12 @@
     1.4        <version>2.3.8</version>
     1.5        <scope>runtime</scope>
     1.6      </dependency>
     1.7 +    <dependency>
     1.8 +      <artifactId>ko-ws-tyrus</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    </dependencies>
    1.15  </project>