Skip to content

Commit 301cb03

Browse files
K0zkakaruturi
authored andcommitted
upgrade to jetty 9
upgraded jetty from 6.1 to 9.2. The 6.1 branch was announced EOL a few weeks ago. Signed-off-by: Laszlo Hornyak <[email protected]> Signed-off-by: Rajani Karuturi <[email protected]> This closes #59
1 parent b036c32 commit 301cb03

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

client/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -404,9 +404,9 @@
404404
</configuration>
405405
</plugin>
406406
<plugin>
407-
<groupId>org.mortbay.jetty</groupId>
408-
<artifactId>maven-jetty-plugin</artifactId>
409-
<version>6.1.26</version>
407+
<groupId>org.eclipse.jetty</groupId>
408+
<artifactId>jetty-maven-plugin</artifactId>
409+
<version>9.2.6.v20141205</version>
410410
<dependencies>
411411
<!-- specify the dependent jdbc driver here -->
412412
<dependency>
@@ -420,7 +420,7 @@
420420
<stopPort>9966</stopPort>
421421
<stopKey>stop-jetty</stopKey>
422422
<connectors>
423-
<connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
423+
<connector implementation="org.eclipse.jetty.server.nio.SelectChannelConnector">
424424
<port>8080</port>
425425
<maxIdleTime>60000</maxIdleTime>
426426
</connector>

0 commit comments

Comments
 (0)