Fixed ObjectInputStream header error by reading chunks.

This commit is contained in:
2020-01-06 17:37:38 +01:00
parent d005bcd4c9
commit 80fc11f91e
2 changed files with 27 additions and 18 deletions

View File

@ -28,11 +28,5 @@
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
</classpath>