chat/server/pom.xml
changeset 227 fd26342cf23d
parent 226 40acb3267711
     1.1 --- a/chat/server/pom.xml	Tue Nov 11 06:58:21 2014 +0100
     1.2 +++ b/chat/server/pom.xml	Fri Jan 09 06:10:00 2015 +0100
     1.3 @@ -72,6 +72,16 @@
     1.4        <artifactId>html-json</artifactId>
     1.5        <version>${jersey.version}</version>
     1.6        <scope>runtime</scope>
     1.7 +      <exclusions>
     1.8 +          <exclusion>
     1.9 +              <groupId>org.netbeans.html</groupId>
    1.10 +              <artifactId>net.java.html.json</artifactId>
    1.11 +          </exclusion>
    1.12 +          <exclusion>
    1.13 +              <groupId>org.netbeans.html</groupId>
    1.14 +              <artifactId>ko-ws-tyrus</artifactId>
    1.15 +          </exclusion>
    1.16 +      </exclusions>
    1.17      </dependency>
    1.18      <dependency>
    1.19        <groupId>org.testng</groupId>