File tree 13 files changed +35
-34
lines changed
assemblies/features/standard/src/main/feature
karaf-docker-example/karaf-docker-example-app
karaf-graphql-example-features/src/main/feature
karaf-graphql-example-websocket
karaf-jaas-example/karaf-jaas-example-wab
karaf-servlet-example-annotation
karaf-servlet-example-blueprint
karaf-servlet-example-registration
karaf-servlet-example-scr
karaf-servlet-example-upload
13 files changed +35
-34
lines changed Original file line number Diff line number Diff line change @@ -910,7 +910,7 @@ org.osgi.service.http.port=8181
910
910
<feature >pax-web-http-war</feature >
911
911
</feature >
912
912
913
- <feature name =" jetty" description =" Transition feature for backward compatibility" version =" 9.4.52.v20230823 " >
913
+ <feature name =" jetty" description =" Transition feature for backward compatibility" version =" ${jetty.version} " >
914
914
<feature >pax-web-jetty</feature >
915
915
</feature >
916
916
Original file line number Diff line number Diff line change 56
56
<scope >provided</scope >
57
57
</dependency >
58
58
<dependency >
59
- <groupId >javax. servlet</groupId >
60
- <artifactId >javax. servlet-api </artifactId >
61
- <version >3.1.0 </version >
59
+ <groupId >${ servlet.spec.groupId} </groupId >
60
+ <artifactId >${ servlet.spec.artifactId} </artifactId >
61
+ <version >${servlet.spec.version} </version >
62
62
<scope >provided</scope >
63
63
</dependency >
64
64
</dependencies >
86
86
</plugins >
87
87
</build >
88
88
89
- </project >
89
+ </project >
Original file line number Diff line number Diff line change 41
41
<bundle dependency =" true" >mvn:com.graphql-java-kickstart/graphql-java-servlet/14.0.0</bundle >
42
42
43
43
<bundle dependency =" true" >mvn:io.reactivex.rxjava3/rxjava/3.1.5</bundle >
44
- <bundle dependency =" true" >mvn:org.eclipse.jetty.websocket/websocket-server/9.4.52.v20230823 </bundle >
44
+ <bundle dependency =" true" >mvn:org.eclipse.jetty.websocket/websocket-server/${jetty.version} </bundle >
45
45
46
46
<bundle >mvn:org.apache.karaf.examples/karaf-graphql-example-api/${project.version}</bundle >
47
47
<bundle >mvn:org.apache.karaf.examples/karaf-graphql-example-core/${project.version}</bundle >
Original file line number Diff line number Diff line change 36
36
<dependency >
37
37
<groupId >org.eclipse.jetty.websocket</groupId >
38
38
<artifactId >websocket-servlet</artifactId >
39
- <version >9.4.52.v20230823 </version >
39
+ <version >${jetty.version} </version >
40
40
<scope >provided</scope >
41
41
</dependency >
42
42
<dependency >
Original file line number Diff line number Diff line change 34
34
35
35
<dependencies >
36
36
<dependency >
37
- <groupId >javax. servlet</groupId >
38
- <artifactId >javax. servlet-api </artifactId >
39
- <version >3.1.0 </version >
37
+ <groupId >${ servlet.spec.groupId} </groupId >
38
+ <artifactId >${ servlet.spec.artifactId} </artifactId >
39
+ <version >${servlet.spec.version} </version >
40
40
<scope >provided</scope >
41
41
</dependency >
42
42
</dependencies >
60
60
</plugins >
61
61
</build >
62
62
63
- </project >
63
+ </project >
Original file line number Diff line number Diff line change 34
34
35
35
<dependencies >
36
36
<dependency >
37
- <groupId >javax. servlet</groupId >
38
- <artifactId >javax. servlet-api </artifactId >
39
- <version >3.1.0 </version >
37
+ <groupId >${ servlet.spec.groupId} </groupId >
38
+ <artifactId >${ servlet.spec.artifactId} </artifactId >
39
+ <version >${servlet.spec.version} </version >
40
40
<scope >provided</scope >
41
41
</dependency >
42
42
</dependencies >
60
60
</plugins >
61
61
</build >
62
62
63
- </project >
63
+ </project >
Original file line number Diff line number Diff line change 34
34
35
35
<dependencies >
36
36
<dependency >
37
- <groupId >javax. servlet</groupId >
38
- <artifactId >javax. servlet-api </artifactId >
39
- <version >3.0.1 </version >
37
+ <groupId >${ servlet.spec.groupId} </groupId >
38
+ <artifactId >${ servlet.spec.artifactId} </artifactId >
39
+ <version >${servlet.spec.version} </version >
40
40
</dependency >
41
41
</dependencies >
42
42
49
49
</plugins >
50
50
</build >
51
51
52
- </project >
52
+ </project >
Original file line number Diff line number Diff line change 34
34
35
35
<dependencies >
36
36
<dependency >
37
- <groupId >javax. servlet</groupId >
38
- <artifactId >javax. servlet-api </artifactId >
39
- <version >3.0.1 </version >
37
+ <groupId >${ servlet.spec.groupId} </groupId >
38
+ <artifactId >${ servlet.spec.artifactId} </artifactId >
39
+ <version >${servlet.spec.version} </version >
40
40
</dependency >
41
41
<dependency >
42
42
<groupId >org.osgi</groupId >
67
67
</plugins >
68
68
</build >
69
69
70
- </project >
70
+ </project >
Original file line number Diff line number Diff line change 40
40
<scope >provided</scope >
41
41
</dependency >
42
42
<dependency >
43
- <groupId >javax. servlet</groupId >
44
- <artifactId >javax. servlet-api </artifactId >
45
- <version >3.0.1 </version >
43
+ <groupId >${ servlet.spec.groupId} </groupId >
44
+ <artifactId >${ servlet.spec.artifactId} </artifactId >
45
+ <version >${servlet.spec.version} </version >
46
46
</dependency >
47
47
</dependencies >
48
48
55
55
</plugins >
56
56
</build >
57
57
58
- </project >
58
+ </project >
Original file line number Diff line number Diff line change 46
46
<scope >provided</scope >
47
47
</dependency >
48
48
<dependency >
49
- <groupId >javax. servlet</groupId >
50
- <artifactId >javax. servlet-api </artifactId >
51
- <version >3.0.1 </version >
49
+ <groupId >${ servlet.spec.groupId} </groupId >
50
+ <artifactId >${ servlet.spec.artifactId} </artifactId >
51
+ <version >${servlet.spec.version} </version >
52
52
</dependency >
53
53
</dependencies >
54
54
61
61
</plugins >
62
62
</build >
63
63
64
- </project >
64
+ </project >
Original file line number Diff line number Diff line change 36
36
<dependency >
37
37
<groupId >org.eclipse.jetty.websocket</groupId >
38
38
<artifactId >websocket-servlet</artifactId >
39
- <version >9.4.52.v20230823 </version >
39
+ <version >${jetty.version} </version >
40
40
<scope >provided</scope >
41
41
</dependency >
42
42
<dependency >
Original file line number Diff line number Diff line change 206
206
<dependency >
207
207
<groupId >org.eclipse.jetty.websocket</groupId >
208
208
<artifactId >websocket-client</artifactId >
209
- <version >9.4.52.v20230823 </version >
209
+ <version >${jetty.version} </version >
210
210
<scope >test</scope >
211
211
</dependency >
212
212
<dependency >
213
213
<groupId >org.eclipse.jetty</groupId >
214
214
<artifactId >jetty-server</artifactId >
215
- <version >9.4.52.v20230823 </version >
215
+ <version >${jetty.version} </version >
216
216
<scope >test</scope >
217
217
</dependency >
218
218
Original file line number Diff line number Diff line change 313
313
<pax .swissbox.version>1.8.5</pax .swissbox.version>
314
314
<pax .url.version>2.6.14</pax .url.version>
315
315
<pax .web.version>8.0.22</pax .web.version>
316
+ <jetty .version>9.4.52.v20230823</jetty .version>
316
317
<pax .tinybundle.version>3.0.0</pax .tinybundle.version>
317
318
<pax .jdbc.version>1.5.6</pax .jdbc.version>
318
319
<pax .jms.version>1.1.3</pax .jms.version>
You can’t perform that action at this time.
0 commit comments