ko-osgi-test/pom.xml
changeset 463 b49216623729
parent 444 03eeeb863fa1
child 464 da6c0d295eed
     1.1 --- a/ko-osgi-test/pom.xml	Thu Jan 09 15:43:04 2014 +0100
     1.2 +++ b/ko-osgi-test/pom.xml	Sun Jan 12 23:07:06 2014 +0100
     1.3 @@ -99,20 +99,20 @@
     1.4          <dependency>
     1.5              <groupId>org.glassfish.grizzly</groupId>
     1.6              <artifactId>grizzly-http-server</artifactId>
     1.7 -            <version>2.3.3</version>
     1.8 +            <version>${grizzly.version}</version>
     1.9              <scope>test</scope>
    1.10          </dependency>
    1.11          <dependency>
    1.12              <groupId>org.glassfish.grizzly</groupId>
    1.13              <artifactId>grizzly-websockets-server</artifactId>
    1.14 -            <version>2.3.3</version>
    1.15 +            <version>${grizzly.version}</version>
    1.16              <scope>test</scope>
    1.17              <type>jar</type>
    1.18          </dependency>
    1.19          <dependency>
    1.20              <groupId>org.glassfish.grizzly</groupId>
    1.21              <artifactId>grizzly-http-servlet</artifactId>
    1.22 -            <version>2.3.3</version>
    1.23 +            <version>${grizzly.version}</version>
    1.24              <scope>test</scope>
    1.25          </dependency>    
    1.26          <dependency>