Upgrading to Grizzly 1.9.18-i
This commit is contained in:
parent
730cc9176a
commit
10c117e848
4 changed files with 4 additions and 3 deletions
|
|
@ -23,7 +23,7 @@
|
|||
<dependency>
|
||||
<groupId>com.sun.grizzly</groupId>
|
||||
<artifactId>grizzly-servlet-webserver</artifactId>
|
||||
<version>1.8.6.3</version>
|
||||
<version>${grizzly.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
|
|||
|
|
@ -165,7 +165,7 @@
|
|||
<dependency>
|
||||
<groupId>com.sun.grizzly</groupId>
|
||||
<artifactId>grizzly-comet-webserver</artifactId>
|
||||
<version>1.8.6.3</version>
|
||||
<version>${grizzly.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.sun.jersey</groupId>
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
<dependency>
|
||||
<groupId>com.sun.grizzly</groupId>
|
||||
<artifactId>grizzly-comet-webserver</artifactId>
|
||||
<version>1.8.6.3</version>
|
||||
<version>${grizzly.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.sun.jersey</groupId>
|
||||
|
|
|
|||
1
pom.xml
1
pom.xml
|
|
@ -30,6 +30,7 @@
|
|||
<project.reporting.outputEncoding>${project.build.sourceEncoding}</project.reporting.outputEncoding>
|
||||
<atmosphere.version>0.4.1</atmosphere.version>
|
||||
<jersey.version>1.1.4</jersey.version>
|
||||
<grizzly.version>1.9.18-i</grizzly.version>
|
||||
</properties>
|
||||
|
||||
<modules>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue