Skip to content

Commit

Permalink
fixed excluded binary compatibility check errors
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch.io>
  • Loading branch information
thjaeckle committed Apr 26, 2022
1 parent d99d3d0 commit 12ede43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion messages/model/pom.xml
Expand Up @@ -132,7 +132,7 @@
<!-- Don't add excludes here before checking with the whole Ditto team -->
<!--<exclude></exclude>-->
<exclude>org.eclipse.ditto.messages.model.signals.commands.MessageCommandSizeValidator#DITTO_LIMITS_MESSAGES_MAX_SIZE_BYTES</exclude>
<exclude>rg.eclipse.ditto.messages.model.signals.commands.MessageCommandResponse#getEntityId()</exclude>
<exclude>org.eclipse.ditto.messages.model.signals.commands.MessageCommandResponse#getEntityId()</exclude>
</excludes>
</parameter>
</configuration>
Expand Down

0 comments on commit 12ede43

Please sign in to comment.