File tree 11 files changed +12
-6
lines changed
main/java/org/apache/activemq/transport
test/java/org/apache/activemq/transport/wss
11 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 80
80
<!-- using it for Jetty's JNDI context to work /w Joram tests. -->
81
81
<groupId >org.eclipse.jetty.aggregate</groupId >
82
82
<artifactId >jetty-all</artifactId >
83
+ <classifier >uber</classifier >
83
84
<scope >test</scope >
84
85
</dependency >
85
86
<dependency >
Original file line number Diff line number Diff line change 58
58
<dependency >
59
59
<groupId >org.eclipse.jetty.aggregate</groupId >
60
60
<artifactId >jetty-all</artifactId >
61
+ <classifier >uber</classifier >
61
62
</dependency >
62
63
<dependency >
63
64
<groupId >org.apache.httpcomponents</groupId >
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ public Connector createConnector(Server server) throws Exception {
92
92
factory .setSecureRandomAlgorithm (secureRandomCertficateAlgorithm );
93
93
}
94
94
if (keyCertificateAlgorithm != null ) {
95
- factory .setSslKeyManagerFactoryAlgorithm (keyCertificateAlgorithm );
95
+ factory .setKeyManagerFactoryAlgorithm (keyCertificateAlgorithm );
96
96
}
97
97
if (trustCertificateAlgorithm != null ) {
98
98
factory .setTrustManagerFactoryAlgorithm (trustCertificateAlgorithm );
Original file line number Diff line number Diff line change 16
16
*/
17
17
package org .apache .activemq .transport .wss ;
18
18
19
- import junit .framework .Assert ;
20
19
import org .apache .activemq .broker .BrokerFactory ;
21
20
import org .apache .activemq .broker .BrokerService ;
22
21
import org .apache .activemq .transport .stomp .Stomp ;
23
22
import org .apache .activemq .transport .stomp .StompFrame ;
24
23
import org .apache .activemq .transport .ws .MQTTWSConnection ;
25
24
import org .apache .activemq .transport .ws .StompWSConnection ;
26
- import org .apache .activemq .util .Wait ;
27
25
import org .eclipse .jetty .util .ssl .SslContextFactory ;
28
26
import org .eclipse .jetty .websocket .api .Session ;
29
27
import org .eclipse .jetty .websocket .client .ClientUpgradeRequest ;
30
28
import org .eclipse .jetty .websocket .client .WebSocketClient ;
31
- import org .eclipse .jetty .websocket .client .io .ConnectPromise ;
32
29
import org .junit .After ;
33
30
import org .junit .Before ;
34
31
import org .junit .Test ;
Original file line number Diff line number Diff line change 71
71
org.apache.commons.logging;version="[1.2,2)";resolution:=optional,
72
72
javax.jms*;version="[1.1,3)",
73
73
javax.management*,
74
- javax.transaction*,
74
+ javax.transaction*;version="[1,3)" ,
75
75
javax.naming*;resolution:=optional,
76
76
org.apache.commons.pool*;resolution:=optional,
77
77
org.apache.commons.net*;resolution:=optional,
83
83
org.apache.tools.ant*;resolution:=optional,
84
84
org.apache.log4j*;resolution:=optional,
85
85
org.json*;resolution:=optional,
86
+ org.objectweb.asm;version="[5,8)";resolution:=optional,
86
87
*
87
88
</activemq .osgi.import.pkg>
88
89
<activemq .osgi.export>
Original file line number Diff line number Diff line change 265
265
<!-- using it for Jetty's JNDI context to work /w Joram tests. -->
266
266
<groupId >org.eclipse.jetty.aggregate</groupId >
267
267
<artifactId >jetty-all</artifactId >
268
+ <classifier >uber</classifier >
268
269
<scope >test</scope >
269
270
</dependency >
270
271
Original file line number Diff line number Diff line change 247
247
<dependency >
248
248
<groupId >org.eclipse.jetty.aggregate</groupId >
249
249
<artifactId >jetty-all</artifactId >
250
+ <classifier >uber</classifier >
250
251
<scope >test</scope >
251
252
</dependency >
252
253
<dependency >
Original file line number Diff line number Diff line change 194
194
<dependency >
195
195
<groupId >org.eclipse.jetty.aggregate</groupId >
196
196
<artifactId >jetty-all</artifactId >
197
+ <classifier >uber</classifier >
197
198
<scope >test</scope >
198
199
</dependency >
199
200
Original file line number Diff line number Diff line change 76
76
<dependency >
77
77
<groupId >org.eclipse.jetty.aggregate</groupId >
78
78
<artifactId >jetty-all</artifactId >
79
+ <classifier >uber</classifier >
79
80
<scope >provided</scope >
80
81
</dependency >
81
82
<dependency >
Original file line number Diff line number Diff line change 329
329
<dependency >
330
330
<groupId >org.eclipse.jetty.aggregate</groupId >
331
331
<artifactId >jetty-all</artifactId >
332
+ <classifier >uber</classifier >
332
333
</dependency >
333
334
<dependency >
334
335
<groupId >org.eclipse.jdt</groupId >
Original file line number Diff line number Diff line change 76
76
<jackson-databind-version >2.9.9.3</jackson-databind-version >
77
77
<jasypt-version >1.9.2</jasypt-version >
78
78
<jaxb-bundle-version >2.2.11_1</jaxb-bundle-version >
79
- <jetty9-version >9.2.26.v20180806 </jetty9-version >
79
+ <jetty9-version >9.4.19.v20190610 </jetty9-version >
80
80
<jetty-version >${jetty9-version} </jetty-version >
81
81
<jmdns-version >3.4.1</jmdns-version >
82
82
<tomcat-api-version >8.0.53</tomcat-api-version >
950
950
<groupId >org.eclipse.jetty.aggregate</groupId >
951
951
<artifactId >jetty-all</artifactId >
952
952
<version >${jetty-version} </version >
953
+ <classifier >uber</classifier >
953
954
<exclusions >
954
955
<exclusion >
955
956
<groupId >javax.servlet</groupId >
You can’t perform that action at this time.
0 commit comments