Skip to content

Commit

Permalink
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 1432c03 commit d99d3d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions messages/model/pom.xml
Expand Up @@ -132,6 +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>
</excludes>
</parameter>
</configuration>
Expand Down
1 change: 1 addition & 0 deletions things/model/pom.xml
Expand Up @@ -158,6 +158,7 @@
<!-- Don't add excludes here before checking with the whole Ditto team -->
<!--<exclude></exclude>-->
<exclude>org.eclipse.ditto.things.model.signals.commands.ThingCommandSizeValidator#DITTO_LIMITS_THINGS_MAX_SIZE_BYTES</exclude>
<exclude>org.eclipse.ditto.things.model.signals.commands.ThingCommandResponse#getEntityId()</exclude>
</excludes>
</parameter>
</configuration>
Expand Down

0 comments on commit d99d3d0

Please sign in to comment.