@@ -322,7 +322,7 @@ Software for single molecule localisation microscopy (SMLM)
322
322
<groupId >org.revapi</groupId >
323
323
<artifactId >revapi-maven-plugin</artifactId >
324
324
<configuration >
325
- <skip >false </skip >
325
+ <skip >true </skip >
326
326
<!-- For reporting do not ignore the "intentional-api-changes" so they are included -->
327
327
<analysisConfigurationFiles >
328
328
<configurationFile >
@@ -341,9 +341,6 @@ Software for single molecule localisation microscopy (SMLM)
341
341
<!-- Ignore changes to ImageJ methods.
342
342
The GDSC SMLM code aims to run within the latest ImageJ. -->
343
343
<item >method .* ij\..*</item >
344
- <!-- Ignore changes to FastUtil.
345
- The currently exposed classes in the public API will be removed in future. -->
346
- <item >class it\.unimi\.dsi\.fastutil\..*</item >
347
344
<!-- Ignore changes to generated code -->
348
345
<item >class .*Protos</item >
349
346
<item >class .*Protos\..*</item >
@@ -390,7 +387,7 @@ Software for single molecule localisation microscopy (SMLM)
390
387
<groupId >org.revapi</groupId >
391
388
<artifactId >revapi-maven-plugin</artifactId >
392
389
<configuration >
393
- <skip >false </skip >
390
+ <skip >true </skip >
394
391
<!-- For reporting do not ignore the "intentional-api-changes" so they are included -->
395
392
<analysisConfigurationFiles >
396
393
<configurationFile >
@@ -409,9 +406,6 @@ Software for single molecule localisation microscopy (SMLM)
409
406
<!-- Ignore changes to ImageJ methods.
410
407
The GDSC SMLM code aims to run within the latest ImageJ. -->
411
408
<item >method .* ij\..*</item >
412
- <!-- Ignore changes to FastUtil.
413
- The currently exposed classes in the public API will be removed in future. -->
414
- <item >class it\.unimi\.dsi\.fastutil\..*</item >
415
409
<!-- Ignore changes to generated code -->
416
410
<item >class .*Protos</item >
417
411
<item >class .*Protos\..*</item >
0 commit comments