BAEL-5214: Upgrade xstream and jettison versions (#11332)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user