File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 391
391
<artifactId >jetty-jaas</artifactId >
392
392
<version >${jetty.version} </version >
393
393
<scope >runtime</scope >
394
+ <exclusions >
395
+ <exclusion >
396
+ <!-- conflicts with antlr 2.7.7 -->
397
+ <groupId >org.apache.servicemix.bundles</groupId >
398
+ <artifactId >org.apache.servicemix.bundles.antlr</artifactId >
399
+ </exclusion >
400
+ </exclusions >
394
401
</dependency >
395
402
<dependency >
396
403
<groupId >org.eclipse.jetty</groupId >
Original file line number Diff line number Diff line change 112
112
<jansi .version>2.4.0</jansi .version>
113
113
<jaxb .api.version>3.0.1</jaxb .api.version>
114
114
<jaxb .impl.version>3.0.2</jaxb .impl.version>
115
- <jetty .version>9.4.49.v20220914 </jetty .version>
115
+ <jetty .version>9.4.50.v20221201 </jetty .version>
116
116
<log4j .version>2.19.0</log4j .version>
117
117
<lucene .version>4.10.4</lucene .version>
118
118
<milton .version>1.8.1.3</milton .version>
You can’t perform that action at this time.
0 commit comments