File tree 5 files changed +24
-15
lines changed
src/test/java/org/kohsuke/stapler
5 files changed +24
-15
lines changed Original file line number Diff line number Diff line change 131
131
</dependency >
132
132
<dependency >
133
133
<groupId >org.eclipse.jetty</groupId >
134
- <artifactId >jetty-servlet </artifactId >
134
+ <artifactId >jetty-util </artifactId >
135
135
<scope >test</scope >
136
136
</dependency >
137
137
<dependency >
138
- <groupId >org.eclipse.jetty</groupId >
139
- <artifactId >jetty-util </artifactId >
138
+ <groupId >org.eclipse.jetty.ee8 </groupId >
139
+ <artifactId >jetty-ee8-servlet </artifactId >
140
140
<scope >test</scope >
141
141
</dependency >
142
142
<dependency >
143
- <groupId >org.eclipse.jetty</groupId >
144
- <artifactId >jetty-webapp</artifactId >
143
+ <groupId >org.eclipse.jetty.ee8 </groupId >
144
+ <artifactId >jetty-ee8- webapp</artifactId >
145
145
<scope >test</scope >
146
146
</dependency >
147
147
<dependency >
Original file line number Diff line number Diff line change 12
12
import java .util .zip .GZIPOutputStream ;
13
13
import javax .servlet .DispatcherType ;
14
14
import org .apache .commons .io .IOUtils ;
15
- import org .eclipse .jetty .servlet .ServletContextHandler ;
15
+ import org .eclipse .jetty .ee8 . servlet .ServletContextHandler ;
16
16
import org .kohsuke .stapler .StaplerRequest ;
17
17
import org .kohsuke .stapler .StaplerResponse ;
18
18
import org .kohsuke .stapler .test .JettyTestCase ;
Original file line number Diff line number Diff line change 7
7
import java .nio .charset .Charset ;
8
8
import javax .servlet .ServletContext ;
9
9
import junit .framework .TestCase ;
10
+ import org .eclipse .jetty .ee8 .servlet .ServletContextHandler ;
11
+ import org .eclipse .jetty .ee8 .servlet .ServletHolder ;
12
+ import org .eclipse .jetty .ee8 .webapp .WebAppContext ;
10
13
import org .eclipse .jetty .http .UriCompliance ;
11
14
import org .eclipse .jetty .server .HttpConfiguration ;
12
15
import org .eclipse .jetty .server .HttpConnectionFactory ;
13
16
import org .eclipse .jetty .server .Server ;
14
17
import org .eclipse .jetty .server .ServerConnector ;
15
- import org .eclipse .jetty .servlet .ServletContextHandler ;
16
- import org .eclipse .jetty .servlet .ServletHolder ;
17
- import org .eclipse .jetty .webapp .WebAppContext ;
18
18
import org .htmlunit .WebClient ;
19
19
import org .kohsuke .stapler .Stapler ;
20
20
import org .kohsuke .stapler .WebApp ;
Original file line number Diff line number Diff line change 67
67
</dependency >
68
68
<dependency >
69
69
<groupId >org.eclipse.jetty</groupId >
70
- <artifactId >jetty-servlet </artifactId >
70
+ <artifactId >jetty-util </artifactId >
71
71
<scope >test</scope >
72
72
</dependency >
73
73
<dependency >
74
- <groupId >org.eclipse.jetty</groupId >
75
- <artifactId >jetty-util </artifactId >
74
+ <groupId >org.eclipse.jetty.ee8 </groupId >
75
+ <artifactId >jetty-ee8-servlet </artifactId >
76
76
<scope >test</scope >
77
77
</dependency >
78
78
<dependency >
79
- <groupId >org.eclipse.jetty</groupId >
80
- <artifactId >jetty-webapp</artifactId >
79
+ <groupId >org.eclipse.jetty.ee8 </groupId >
80
+ <artifactId >jetty-ee8- webapp</artifactId >
81
81
<scope >test</scope >
82
82
</dependency >
83
83
<dependency >
Original file line number Diff line number Diff line change 44
44
<properties >
45
45
<changelist >999999-SNAPSHOT</changelist >
46
46
<scmTag >HEAD</scmTag >
47
- <jetty .version>10 .0.20 </jetty .version>
47
+ <jetty .version>12 .0.9 </jetty .version>
48
48
<gitHubRepo >jenkinsci/stapler</gitHubRepo >
49
+ <!-- TODO until in parent POM -->
50
+ <maven .compiler.release>17</maven .compiler.release>
49
51
</properties >
50
52
51
53
<dependencyManagement >
57
59
<type >pom</type >
58
60
<scope >import</scope >
59
61
</dependency >
62
+ <dependency >
63
+ <groupId >org.eclipse.jetty.ee8</groupId >
64
+ <artifactId >jetty-ee8-bom</artifactId >
65
+ <version >${jetty.version} </version >
66
+ <type >pom</type >
67
+ <scope >import</scope >
68
+ </dependency >
60
69
<dependency >
61
70
<groupId >commons-logging</groupId >
62
71
<artifactId >commons-logging</artifactId >
You can’t perform that action at this time.
0 commit comments