diff --git a/test/eu/markosproject/test/LicenseCheckerTest.java b/test/eu/markosproject/test/LicenseCheckerTest.java
index 2e017cc..1a1cc82 100644
--- a/test/eu/markosproject/test/LicenseCheckerTest.java
+++ b/test/eu/markosproject/test/LicenseCheckerTest.java
@@ -11,8 +11,12 @@ import eu.markosproject.commons.interfaces.licensing.ICheckerResultStorer;
import eu.markosproject.commons.interfaces.licensing.IRNotification;
import eu.markosproject.licensing.LicenseChecker;
+import clojure.lang.RT;
public class LicenseCheckerTest {
+ static {
+ RT.var("clojure.core", "require").invoke(RT.var("clojure.core", "symbol").invoke("eu.markosproject.licensing"));
+ }
private final static Logger log = Logger.getLogger(LicenseCheckerTest.class .getName());