|
|
|
|
@ -935,11 +935,6 @@
@@ -935,11 +935,6 @@
|
|
|
|
|
</exclusion> |
|
|
|
|
</exclusions> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.eclipse.jetty.orbit</groupId> |
|
|
|
|
<artifactId>javax.servlet.jsp</artifactId> |
|
|
|
|
<version>${jetty-jsp.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.eclipse.jetty</groupId> |
|
|
|
|
<artifactId>jetty-util</artifactId> |
|
|
|
|
@ -950,6 +945,11 @@
@@ -950,6 +945,11 @@
|
|
|
|
|
<artifactId>jetty-webapp</artifactId> |
|
|
|
|
<version>${jetty.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.eclipse.jetty.orbit</groupId> |
|
|
|
|
<artifactId>javax.servlet.jsp</artifactId> |
|
|
|
|
<version>${jetty-jsp.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.eclipse.jetty.websocket</groupId> |
|
|
|
|
<artifactId>javax-websocket-server-impl</artifactId> |
|
|
|
|
|