diff options
author | Michael Lando <ml636r@att.com> | 2017-02-28 19:03:11 +0200 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2017-02-28 19:03:11 +0200 |
commit | c34b77cead2a33421d86e3a712b222bc8cef6a8f (patch) | |
tree | d412a41abead78e8ff73bd7b8e9846ed8d8a95ba /webseal-simulator/pom.xml | |
parent | 0de99c29bb4f8784a5b96948f916ad0fb3b9c3f9 (diff) |
pom update
Change-Id: I82eda3333c8bc7d152b4bd603247e33c59744dca
Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'webseal-simulator/pom.xml')
-rw-r--r-- | webseal-simulator/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/webseal-simulator/pom.xml b/webseal-simulator/pom.xml index 748e286c03..cbfcd7185f 100644 --- a/webseal-simulator/pom.xml +++ b/webseal-simulator/pom.xml @@ -19,6 +19,13 @@ <dependencies> + + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + <version>1.7.10</version> + <scope>compile</scope> + </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> |