Added changes to make the list of preloaded policy types configurable
[policy/api.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index a2aa146..6cbefdf 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     </modules>
 
     <dependencies>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+        </dependency>
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>