Skip to content
This repository was archived by the owner on Dec 12, 2018. It is now read-only.

Commit 4f17e75

Browse files
committed
Updated jetty version
1 parent 51962b8 commit 4f17e75

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

  • examples/spring-security-webmvc

examples/spring-security-webmvc/pom.xml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -189,15 +189,9 @@
189189
</executions>
190190
</plugin>
191191
<plugin>
192-
<groupId>org.mortbay.jetty</groupId>
192+
<groupId>org.eclipse.jetty</groupId>
193193
<artifactId>jetty-maven-plugin</artifactId>
194-
<version>8.1.16.v20140903</version>
195-
196-
<!-- https://github.com/stormpath/stormpath-sdk-java/issues/270 -->
197-
<!-- When dropping Java 1.6 support, we can switch to jetty-maven-plugin 9.3.7.v20160115 -->
198-
<!--<groupId>org.eclipse.jetty</groupId>-->
199-
<!--<artifactId>jetty-maven-plugin</artifactId>-->
200-
<!--<version>9.3.7.v20160115</version>-->
194+
<version>9.4.0.v20161208</version>
201195

202196
<configuration>
203197
<scanIntervalSeconds>30</scanIntervalSeconds>

0 commit comments

Comments
 (0)