ko-ws-tyrus/pom.xml
changeset 463 b49216623729
parent 462 438a8eb273fd
child 464 da6c0d295eed
     1.1 --- a/ko-ws-tyrus/pom.xml	Sun Jan 12 22:46:51 2014 +0100
     1.2 +++ b/ko-ws-tyrus/pom.xml	Sun Jan 12 23:07:06 2014 +0100
     1.3 @@ -77,13 +77,13 @@
     1.4      <dependency>
     1.5          <groupId>org.glassfish.tyrus</groupId>
     1.6          <artifactId>tyrus-client</artifactId>
     1.7 -        <version>1.2.1</version>
     1.8 +        <version>1.3.1</version>
     1.9          <scope>runtime</scope>
    1.10      </dependency>
    1.11      <dependency>
    1.12          <groupId>org.glassfish.tyrus</groupId>
    1.13 -        <artifactId>tyrus-container-grizzly</artifactId>
    1.14 -        <version>1.2.1</version>
    1.15 +        <artifactId>tyrus-container-grizzly-client</artifactId>
    1.16 +        <version>1.3.1</version>
    1.17          <scope>runtime</scope>
    1.18      </dependency>
    1.19      
    1.20 @@ -114,14 +114,14 @@
    1.21      <dependency>
    1.22        <groupId>org.glassfish.grizzly</groupId>
    1.23        <artifactId>grizzly-http-server-core</artifactId>
    1.24 -      <version>2.3.3</version>
    1.25 +      <version>${grizzly.version}</version>
    1.26        <scope>test</scope>
    1.27        <type>jar</type>
    1.28      </dependency>
    1.29      <dependency>
    1.30        <groupId>org.glassfish.grizzly</groupId>
    1.31        <artifactId>grizzly-websockets-server</artifactId>
    1.32 -      <version>2.3.3</version>
    1.33 +      <version>${grizzly.version}</version>
    1.34        <scope>test</scope>
    1.35        <type>jar</type>
    1.36      </dependency>
    1.37 @@ -134,13 +134,13 @@
    1.38      <dependency>
    1.39        <groupId>org.glassfish.grizzly</groupId>
    1.40        <artifactId>grizzly-http-server</artifactId>
    1.41 -      <version>2.3.3</version>
    1.42 +      <version>${grizzly.version}</version>
    1.43        <scope>test</scope>
    1.44      </dependency>
    1.45      <dependency>
    1.46          <groupId>org.glassfish.grizzly</groupId>
    1.47          <artifactId>grizzly-http-servlet</artifactId>
    1.48 -        <version>2.3.3</version>
    1.49 +        <version>${grizzly.version}</version>
    1.50          <scope>test</scope>
    1.51      </dependency>    
    1.52      <dependency>