Upgraded to JDOM 2.0.1

This commit is contained in:
Arjen Poutsma
2012-05-07 11:41:15 +00:00
parent b76851f762
commit be5b079e9a
2 changed files with 33 additions and 19 deletions

View File

@@ -20,8 +20,8 @@ import java.io.InputStream;
import java.util.Calendar;
import com.mycompany.hr.service.HumanResourceService;
import org.jdom.Document;
import org.jdom.input.SAXBuilder;
import org.jdom2.Document;
import org.jdom2.input.SAXBuilder;
import org.junit.Before;
import org.junit.Test;