Skip to content

Commit

Permalink
修复jetty8在v20120308版本之前才能跑在JDK6的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
oldmanpushcart committed Oct 10, 2018
1 parent e0e9476 commit 4f2e107
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sandbox-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,17 +123,17 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>8.2.0.v20160908</version>
<version>8.1.2.v20120308</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlet</artifactId>
<version>8.2.0.v20160908</version>
<version>8.1.2.v20120308</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-websocket</artifactId>
<version>8.2.0.v20160908</version>
<version>8.1.2.v20120308</version>
</dependency>

<!-- asm -->
Expand Down

0 comments on commit 4f2e107

Please sign in to comment.