chat/server/pom.xml
branchNbHtml4J
changeset 57 9984b9f7d8c6
parent 27 a3e3bb361991
child 59 cff646a191c8
     1.1 --- a/chat/server/pom.xml	Thu Jul 25 21:04:25 2013 +0200
     1.2 +++ b/chat/server/pom.xml	Sun Jan 12 23:25:42 2014 +0100
     1.3 @@ -62,7 +62,7 @@
     1.4    </build>
     1.5    <dependencies>
     1.6      <dependency>
     1.7 -      <groupId>org.apidesign.html</groupId>
     1.8 +      <groupId>org.netbeans.html</groupId>
     1.9        <artifactId>net.java.html.json</artifactId>
    1.10        <version>${net.java.html.version}</version>
    1.11        <type>jar</type>
    1.12 @@ -70,7 +70,7 @@
    1.13      <dependency>
    1.14        <groupId>org.glassfish.jersey.media</groupId>
    1.15        <artifactId>html-json</artifactId>
    1.16 -      <version>2.1</version>
    1.17 +      <version>2.6-SNAPSHOT</version>
    1.18        <scope>runtime</scope>
    1.19      </dependency>
    1.20      <dependency>
    1.21 @@ -82,18 +82,18 @@
    1.22      <dependency>
    1.23        <groupId>org.glassfish.jersey.connectors</groupId>
    1.24        <artifactId>jersey-grizzly-connector</artifactId>
    1.25 -      <version>2.1</version>
    1.26 +      <version>2.4.1</version>
    1.27      </dependency>
    1.28      <dependency>
    1.29        <groupId>org.glassfish.jersey.containers</groupId>
    1.30        <artifactId>jersey-container-grizzly2-http</artifactId>
    1.31 -      <version>2.1</version>
    1.32 +      <version>2.6-SNAPSHOT</version>
    1.33        <type>jar</type>
    1.34      </dependency>
    1.35      <dependency>
    1.36        <groupId>org.glassfish.grizzly</groupId>
    1.37        <artifactId>grizzly-http-server</artifactId>
    1.38 -      <version>2.3.1</version>
    1.39 +      <version>2.3.8</version>
    1.40      </dependency>
    1.41      <dependency>
    1.42        <groupId>org.apidesign.html.demo</groupId>
    1.43 @@ -105,7 +105,7 @@
    1.44        <artifactId>javax.ws.rs-api</artifactId>
    1.45        <groupId>javax.ws.rs</groupId>
    1.46        <type>jar</type>
    1.47 -      <version>2.0-rc3</version>
    1.48 +      <version>2.0</version>
    1.49      </dependency>
    1.50    </dependencies>
    1.51  </project>