updated jetty to latest release

Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
This commit is contained in:
Christian Dietrich 2019-11-08 10:52:42 +01:00
parent 6a4dfb97c3
commit 4db3cfb87c
8 changed files with 12 additions and 12 deletions

View file

@ -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) {

View file

@ -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) {

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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'

View file

@ -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";