Skip to content

Commit c05697c

Browse files
committed
exclude intentionally changed method signature from binary comp. check
1 parent e200990 commit c05697c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

thingsearch/model/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
<!-- Don't add excludes here before checking with the whole Ditto team -->
107107
<!--<exclude></exclude>-->
108108
<exclude>org.eclipse.ditto.thingsearch.model.signals.commands.query.CountThings#of(java.lang.String,java.util.Set,org.eclipse.ditto.base.model.headers.DittoHeaders)</exclude>
109+
<exclude>org.eclipse.ditto.thingsearch.model.signals.commands.query.AggregateThingsMetricsResponse#getResult()</exclude>
109110
</excludes>
110111
</parameter>
111112
</configuration>

0 commit comments

Comments
 (0)