chat/server/pom.xml
changeset 21 65cadba2cf02
parent 19 3b444d059b6e
child 27 a3e3bb361991
     1.1 --- a/chat/server/pom.xml	Sun May 19 16:56:36 2013 +0200
     1.2 +++ b/chat/server/pom.xml	Mon May 20 12:45:50 2013 +0200
     1.3 @@ -101,5 +101,11 @@
     1.4        <version>1.0-SNAPSHOT</version>
     1.5        <type>jar</type>
     1.6      </dependency>
     1.7 +    <dependency>
     1.8 +      <artifactId>javax.ws.rs-api</artifactId>
     1.9 +      <groupId>javax.ws.rs</groupId>
    1.10 +      <type>jar</type>
    1.11 +      <version>2.0-rc3</version>
    1.12 +    </dependency>
    1.13    </dependencies>
    1.14  </project>