Skip to content

Commit

Permalink
fixing bad dependency usage
Browse files Browse the repository at this point in the history
  • Loading branch information
katkav committed Sep 21, 2020
1 parent 11fbbdd commit 01171ed
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -14,7 +14,7 @@
import java.util.List;
import javax.xml.namespace.QName;

import org.apache.commons.collections.CollectionUtils;
import org.apache.commons.collections4.CollectionUtils;
import org.apache.commons.io.IOUtils;
import org.apache.wicket.AttributeModifier;
import org.apache.wicket.ajax.AjaxRequestTarget;
Expand Down

0 comments on commit 01171ed

Please sign in to comment.