diff options
author | Chenfei Gao <cgao@research.att.com> | 2019-11-12 22:29:37 -0500 |
---|---|---|
committer | Chenfei Gao <cgao@research.att.com> | 2019-11-13 10:55:14 -0500 |
commit | 304afadb59bdc83c25df315dbf16bd217b0ba5de (patch) | |
tree | df38f2d2be898f738344e6065666d130ccfdbb7f /pom.xml | |
parent | bb5012f2750b205d25b4bdd1397a31e877b976a8 (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.xml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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> |