chat/server/pom.xml
changeset 88 10e6f6e09811
parent 59 cff646a191c8
child 144 f784d803f065
     1.1 --- a/chat/server/pom.xml	Mon Jan 13 09:05:17 2014 +0100
     1.2 +++ b/chat/server/pom.xml	Sat Feb 22 16:35:11 2014 +0100
     1.3 @@ -70,7 +70,7 @@
     1.4      <dependency>
     1.5        <groupId>org.glassfish.jersey.media</groupId>
     1.6        <artifactId>html-json</artifactId>
     1.7 -      <version>2.6-SNAPSHOT</version>
     1.8 +      <version>2.6</version>
     1.9        <scope>runtime</scope>
    1.10      </dependency>
    1.11      <dependency>
    1.12 @@ -87,7 +87,7 @@
    1.13      <dependency>
    1.14        <groupId>org.glassfish.jersey.containers</groupId>
    1.15        <artifactId>jersey-container-grizzly2-http</artifactId>
    1.16 -      <version>2.6-SNAPSHOT</version>
    1.17 +      <version>2.6</version>
    1.18        <type>jar</type>
    1.19      </dependency>
    1.20      <dependency>
    1.21 @@ -110,7 +110,7 @@
    1.22      <dependency>
    1.23        <groupId>org.glassfish.jersey.core</groupId>
    1.24        <artifactId>jersey-common</artifactId>
    1.25 -      <version>2.6-SNAPSHOT</version>
    1.26 +      <version>2.6</version>
    1.27        <scope>runtime</scope>
    1.28      </dependency>
    1.29      <dependency>