Skip to content

Commit

Permalink
SAK-40784 fix for NoClassDefFound (sakaiproject#6234)
Browse files Browse the repository at this point in the history
  • Loading branch information
ottenhoff authored and ern committed Nov 13, 2018
1 parent fcd7c63 commit a027194
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import java.util.Map;

import lombok.extern.slf4j.Slf4j;
import org.apache.commons.text.StringEscapeUtils;
import org.apache.commons.lang3.StringEscapeUtils;
import org.apache.commons.math3.util.Precision;
import org.sakaiproject.exception.IdUnusedException;
import org.sakaiproject.service.gradebook.shared.GradebookExternalAssessmentService;
Expand Down

0 comments on commit a027194

Please sign in to comment.