mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00
updated jetty to latest release
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
This commit is contained in:
parent
6a4dfb97c3
commit
4db3cfb87c
8 changed files with 12 additions and 12 deletions
|
@ -10,7 +10,7 @@ dependencies {
|
|||
compile "org.webjars:requirejs:2.3.6"
|
||||
compile "org.webjars:jquery:3.4.1"
|
||||
compile "org.webjars:ace:1.3.3"
|
||||
providedCompile "org.eclipse.jetty:jetty-annotations:9.4.14.v20181114"
|
||||
providedCompile "org.eclipse.jetty:jetty-annotations:9.4.22.v20191022"
|
||||
providedCompile "org.slf4j:slf4j-simple:1.7.21"
|
||||
}
|
||||
task jettyRun(type:JavaExec) {
|
||||
|
|
|
@ -10,7 +10,7 @@ dependencies {
|
|||
compile "org.webjars:requirejs:2.3.6"
|
||||
compile "org.webjars:jquery:3.4.1"
|
||||
compile "org.webjars:ace:1.3.3"
|
||||
providedCompile "org.eclipse.jetty:jetty-annotations:9.4.14.v20181114"
|
||||
providedCompile "org.eclipse.jetty:jetty-annotations:9.4.22.v20191022"
|
||||
providedCompile "org.slf4j:slf4j-simple:1.7.21"
|
||||
}
|
||||
task jettyRun(type:JavaExec) {
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
<plugin>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-maven-plugin</artifactId>
|
||||
<version>9.4.14.v20181114</version>
|
||||
<version>9.4.22.v20191022</version>
|
||||
<configuration>
|
||||
<webAppSourceDirectory>WebRoot</webAppSourceDirectory>
|
||||
</configuration>
|
||||
|
@ -116,7 +116,7 @@
|
|||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-annotations</artifactId>
|
||||
<version>9.4.14.v20181114</version>
|
||||
<version>9.4.22.v20191022</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
<plugin>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-maven-plugin</artifactId>
|
||||
<version>9.4.14.v20181114</version>
|
||||
<version>9.4.22.v20191022</version>
|
||||
<configuration>
|
||||
<webAppSourceDirectory>WebRoot</webAppSourceDirectory>
|
||||
</configuration>
|
||||
|
@ -116,7 +116,7 @@
|
|||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-annotations</artifactId>
|
||||
<version>9.4.14.v20181114</version>
|
||||
<version>9.4.22.v20191022</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
<plugin>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-maven-plugin</artifactId>
|
||||
<version>9.4.14.v20181114</version>
|
||||
<version>9.4.22.v20191022</version>
|
||||
<configuration>
|
||||
<webAppSourceDirectory>WebRoot</webAppSourceDirectory>
|
||||
</configuration>
|
||||
|
@ -116,7 +116,7 @@
|
|||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-annotations</artifactId>
|
||||
<version>9.4.14.v20181114</version>
|
||||
<version>9.4.22.v20191022</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
<plugin>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-maven-plugin</artifactId>
|
||||
<version>9.4.14.v20181114</version>
|
||||
<version>9.4.22.v20191022</version>
|
||||
<configuration>
|
||||
<webAppSourceDirectory>src/main/webapp</webAppSourceDirectory>
|
||||
</configuration>
|
||||
|
@ -106,7 +106,7 @@
|
|||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-annotations</artifactId>
|
||||
<version>9.4.14.v20181114</version>
|
||||
<version>9.4.22.v20191022</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
|
@ -17,7 +17,7 @@ class WebProjectDescriptor extends ProjectDescriptor {
|
|||
static val REQUIREJS_VERSION = '2.3.6'
|
||||
// static val REQUIREJS_TEXT_VERSION = '2.0.15'
|
||||
static val JQUERY_VERSION = '3.4.1'
|
||||
static val JETTY_VERSION = '9.4.14.v20181114'
|
||||
static val JETTY_VERSION = '9.4.22.v20191022'
|
||||
static val SLF4J_VERSION = '1.7.21'
|
||||
static val ACE_VERSION = '1.3.3'
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@ public class WebProjectDescriptor extends ProjectDescriptor {
|
|||
|
||||
private static final String JQUERY_VERSION = "3.4.1";
|
||||
|
||||
private static final String JETTY_VERSION = "9.4.14.v20181114";
|
||||
private static final String JETTY_VERSION = "9.4.22.v20191022";
|
||||
|
||||
private static final String SLF4J_VERSION = "1.7.21";
|
||||
|
||||
|
|
Loading…
Reference in a new issue