File tree Expand file tree Collapse file tree 3 files changed +2
-19
lines changed
tmail-third-party/openpaas Expand file tree Collapse file tree 3 files changed +2
-19
lines changed Original file line number Diff line number Diff line change 164
164
<artifactId >apache-james-backends-opensearch</artifactId >
165
165
<type >test-jar</type >
166
166
<scope >test</scope >
167
- <exclusions >
168
- <exclusion >
169
- <groupId >org.apache.httpcomponents.core5</groupId >
170
- <artifactId >httpcore5</artifactId >
171
- </exclusion >
172
- </exclusions >
167
+
173
168
</dependency >
174
169
<dependency >
175
170
<groupId >${james.groupId} </groupId >
406
401
<artifactId >mockserver-netty</artifactId >
407
402
<scope >test</scope >
408
403
</dependency >
409
- <!-- TODO: Remove once we upgrade spark-java-->
410
- <dependency >
411
- <groupId >org.eclipse.jetty</groupId >
412
- <artifactId >jetty-server</artifactId >
413
- <version >11.0.24</version >
414
- </dependency >
415
404
</dependencies >
416
405
417
406
<build >
Original file line number Diff line number Diff line change 193
193
<groupId >com.linagora.tmail</groupId >
194
194
<artifactId >logback-json-classic</artifactId >
195
195
</dependency >
196
- <!-- TODO: Remove once we upgrade spark-java-->
197
- <dependency >
198
- <groupId >org.eclipse.jetty</groupId >
199
- <artifactId >jetty-server</artifactId >
200
- <version >11.0.24</version >
201
- </dependency >
202
196
</dependencies >
203
197
204
198
<build >
Original file line number Diff line number Diff line change 101
101
</dependency >
102
102
<dependency >
103
103
<groupId >org.wiremock</groupId >
104
- <artifactId >wiremock</artifactId >
104
+ <artifactId >wiremock-standalone </artifactId >
105
105
<version >3.10.0</version >
106
106
</dependency >
107
107
</dependencies >
You can’t perform that action at this time.
0 commit comments