File tree Expand file tree Collapse file tree 4 files changed +78
-0
lines changed
integration-tests/webadmin/distributed-webadmin-integration-tests
tmail-third-party/openpaas Expand file tree Collapse file tree 4 files changed +78
-0
lines changed Original file line number Diff line number Diff line change 389
389
<artifactId >testcontainers</artifactId >
390
390
<scope >test</scope >
391
391
</dependency >
392
+ <dependency >
393
+ <groupId >org.wiremock</groupId >
394
+ <artifactId >wiremock-standalone</artifactId >
395
+ <version >3.10.0</version >
396
+ <scope >test</scope >
397
+ </dependency >
392
398
<dependency >
393
399
<groupId >org.mock-server</groupId >
394
400
<artifactId >mockserver-netty</artifactId >
395
401
<scope >test</scope >
402
+ <exclusions >
403
+ <exclusion >
404
+ <groupId >com.networknt</groupId >
405
+ <artifactId >json-schema-validator</artifactId >
406
+ </exclusion >
407
+ </exclusions >
408
+ </dependency >
409
+ <dependency >
410
+ <groupId >com.networknt</groupId >
411
+ <artifactId >json-schema-validator</artifactId >
412
+ <version >1.5.4</version >
413
+ <scope >test</scope >
396
414
</dependency >
397
415
</dependencies >
398
416
Original file line number Diff line number Diff line change 137
137
<groupId >${james.groupId} </groupId >
138
138
<artifactId >jmap-rfc-8621-integration-tests-common</artifactId >
139
139
<scope >test</scope >
140
+ <exclusions >
141
+ <exclusion >
142
+ <groupId >org.mock-server</groupId >
143
+ <artifactId >mockserver-netty</artifactId >
144
+ </exclusion >
145
+ </exclusions >
140
146
</dependency >
141
147
<dependency >
142
148
<groupId >${james.groupId} </groupId >
187
193
<groupId >com.linagora.tmail</groupId >
188
194
<artifactId >logback-json-classic</artifactId >
189
195
</dependency >
196
+ <dependency >
197
+ <groupId >org.wiremock</groupId >
198
+ <artifactId >wiremock-standalone</artifactId >
199
+ <version >3.10.0</version >
200
+ <scope >test</scope >
201
+ </dependency >
202
+ <dependency >
203
+ <groupId >org.mock-server</groupId >
204
+ <artifactId >mockserver-netty</artifactId >
205
+ <scope >test</scope >
206
+ <exclusions >
207
+ <exclusion >
208
+ <groupId >com.networknt</groupId >
209
+ <artifactId >json-schema-validator</artifactId >
210
+ </exclusion >
211
+ </exclusions >
212
+ </dependency >
213
+ <dependency >
214
+ <groupId >com.networknt</groupId >
215
+ <artifactId >json-schema-validator</artifactId >
216
+ <version >1.5.4</version >
217
+ <scope >test</scope >
218
+ </dependency >
190
219
</dependencies >
191
220
192
221
<build >
Original file line number Diff line number Diff line change 135
135
<type >test-jar</type >
136
136
<scope >test</scope >
137
137
</dependency >
138
+ <dependency >
139
+ <groupId >org.wiremock</groupId >
140
+ <artifactId >wiremock-standalone</artifactId >
141
+ <version >3.10.0</version >
142
+ <scope >test</scope >
143
+ </dependency >
138
144
<dependency >
139
145
<groupId >org.mock-server</groupId >
140
146
<artifactId >mockserver-netty</artifactId >
141
147
<scope >test</scope >
148
+ <exclusions >
149
+ <exclusion >
150
+ <groupId >com.networknt</groupId >
151
+ <artifactId >json-schema-validator</artifactId >
152
+ </exclusion >
153
+ </exclusions >
154
+ </dependency >
155
+ <dependency >
156
+ <groupId >com.networknt</groupId >
157
+ <artifactId >json-schema-validator</artifactId >
158
+ <version >1.5.4</version >
159
+ <scope >test</scope >
142
160
</dependency >
143
161
</dependencies >
144
162
</project >
Original file line number Diff line number Diff line change 89
89
<groupId >org.mock-server</groupId >
90
90
<artifactId >mockserver-netty</artifactId >
91
91
<scope >test</scope >
92
+ <exclusions >
93
+ <exclusion >
94
+ <groupId >com.networknt</groupId >
95
+ <artifactId >json-schema-validator</artifactId >
96
+ </exclusion >
97
+ </exclusions >
98
+ </dependency >
99
+ <dependency >
100
+ <groupId >com.networknt</groupId >
101
+ <artifactId >json-schema-validator</artifactId >
102
+ <version >1.5.4</version >
103
+ <scope >test</scope >
92
104
</dependency >
93
105
<dependency >
94
106
<groupId >net.javacrumbs.json-unit</groupId >
103
115
<groupId >org.wiremock</groupId >
104
116
<artifactId >wiremock-standalone</artifactId >
105
117
<version >3.10.0</version >
118
+ <scope >test</scope >
106
119
</dependency >
107
120
</dependencies >
108
121
You can’t perform that action at this time.
0 commit comments