BAEL-5214: Upgrade xstream and jettison versions (#11332)

This commit is contained in:
kwoyke
2021-10-17 08:39:39 +02:00
committed by GitHub
parent 2f183181d4
commit a11613cf36
3 changed files with 8 additions and 3 deletions
@@ -21,6 +21,7 @@ public final class XStreamBasicsUnitTest {
public void before() {
xstream = new XStream();
xstream.alias("person", Person.class);
xstream.allowTypes(new Class<?>[] { Person.class });
}
@Test