mirror of https://github.com/apache/activemq.git
Merge pull request #484 from jbonofre/AMQ-7388
[AMQ-7388] Upgrade to Jetty 9.4.27.20200227
This commit is contained in:
commit
c92be4c8cb
|
@ -336,6 +336,12 @@
|
|||
<artifactId>jetty-all</artifactId>
|
||||
<classifier>uber</classifier>
|
||||
</dependency>
|
||||
<!-- jetty.orbit artifact will be removed as soon as https://github.com/eclipse/jetty.project/issues/4621 is fixed -->
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.orbit</groupId>
|
||||
<artifactId>javax.security.auth.message</artifactId>
|
||||
<version>1.0.0.v201108011116</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jdt</groupId>
|
||||
<artifactId>ecj</artifactId>
|
||||
|
|
|
@ -263,6 +263,7 @@
|
|||
<include>org.springframework:spring-web</include>
|
||||
<include>org.springframework:spring-webmvc</include>
|
||||
<include>org.eclipse.jetty.aggregate:jetty-all</include>
|
||||
<include>org.eclipse.jetty.orbit:javax.security.auth.message</include>
|
||||
<include>org.apache.tomcat:tomcat-servlet-api</include>
|
||||
<include>org.apache.tomcat:tomcat-websocket-api</include>
|
||||
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -77,7 +77,7 @@
|
|||
<jackson-databind-version>2.9.10.2</jackson-databind-version>
|
||||
<jasypt-version>1.9.3</jasypt-version>
|
||||
<jaxb-bundle-version>2.2.11_1</jaxb-bundle-version>
|
||||
<jetty9-version>9.4.22.v20191022</jetty9-version>
|
||||
<jetty9-version>9.4.27.v20200227</jetty9-version>
|
||||
<jetty-version>${jetty9-version}</jetty-version>
|
||||
<jmdns-version>3.4.1</jmdns-version>
|
||||
<tomcat-api-version>9.0.31</tomcat-api-version>
|
||||
|
|
Loading…
Reference in New Issue