Removed deprecated class.

This commit is contained in:
Arjen Poutsma
2007-11-17 02:58:11 +00:00
parent 0779bf9119
commit f7fbb581c0

View File

@@ -16,8 +16,9 @@
package org.springframework.oxm.xstream;
import com.thoughtworks.xstream.alias.CannotResolveClassException;
import com.thoughtworks.xstream.io.StreamException;
import com.thoughtworks.xstream.mapper.CannotResolveClassException;
import junit.framework.TestCase;
public class XStreamUtilsTest extends TestCase {