summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorChenfei Gao <cgao@research.att.com>2019-11-12 22:29:37 -0500
committerChenfei Gao <cgao@research.att.com>2019-11-13 10:55:14 -0500
commit304afadb59bdc83c25df315dbf16bd217b0ba5de (patch)
treedf38f2d2be898f738344e6065666d130ccfdbb7f /pom.xml
parentbb5012f2750b205d25b4bdd1397a31e877b976a8 (diff)
Added changes to make the list of preloaded policy types configurable
Issue-ID: POLICY-2210 Change-Id: I84b512a783c1fdc0834cf79bdce4c48a7803b884 Signed-off-by: Chenfei Gao <cgao@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index a2aa1469..6cbefdff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,6 +59,10 @@
<dependencies>
<dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ </dependency>
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>