Jetty 10.0.x upgrade last schemas (#5298)
* jetty servlet api 4.0.4-SNAPSHOT Signed-off-by: olivier lamy <oliver.lamy@gmail.com> * jetty servlet api 4.0.4 Signed-off-by: olivier lamy <oliver.lamy@gmail.com> * fix it Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
parent
36b9661fab
commit
00d403170d
|
@ -21,7 +21,7 @@ assert buildLog.text.contains( 'Started Server' )
|
|||
|
||||
assert buildLog.text.contains( '(1a) >> javax.servlet.ServletContextListener loaded from jar:' )
|
||||
|
||||
assert buildLog.text.contains( '/org/eclipse/jetty/toolchain/jetty-servlet-api/4.0.3/jetty-servlet-api-4.0.3.jar!/javax/servlet/ServletContextListener.class << (1b)' )
|
||||
assert buildLog.text.contains( '/org/eclipse/jetty/toolchain/jetty-servlet-api/4.0.4/jetty-servlet-api-4.0.4.jar!/javax/servlet/ServletContextListener.class << (1b)' )
|
||||
|
||||
assert buildLog.text.contains( '(2a) >> mca.common.CommonService loaded from file:' )
|
||||
assert buildLog.text.contains( 'common/target/classes/mca/common/CommonService.class << (2b)' )
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -24,7 +24,7 @@
|
|||
<logback.version>1.3.0-alpha5</logback.version>
|
||||
<spring-version>5.1.1.RELEASE</spring-version>
|
||||
<jetty-test-policy.version>1.2</jetty-test-policy.version>
|
||||
<servlet.api.version>4.0.3</servlet.api.version>
|
||||
<servlet.api.version>4.0.4</servlet.api.version>
|
||||
<websocket.api.version>1.1.2</websocket.api.version>
|
||||
<jsp.version>9.0.29</jsp.version>
|
||||
<infinispan.version>9.4.8.Final</infinispan.version>
|
||||
|
|
Loading…
Reference in New Issue