diff options
author | Jorge Hernandez <jh1730@att.com> | 2017-06-05 09:51:55 -0500 |
---|---|---|
committer | Jorge Hernandez <jh1730@att.com> | 2017-06-05 09:51:55 -0500 |
commit | 85e12563d2092018f83b456f5926f2b28f9742c7 (patch) | |
tree | ed4ee62525a83b6b0eeae28ee7078fce24c23781 /policy-utils | |
parent | 68536f36971c101150ec35d44bd445355ffd0384 (diff) |
[POLICY-8] cleaned up unused code
Change-Id: Ifebf67db574e1c4eadf9d50ca0f178ab7ddba033
Signed-off-by: Jorge Hernandez <jh1730@att.com>
Diffstat (limited to 'policy-utils')
-rw-r--r-- | policy-utils/pom.xml | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/policy-utils/pom.xml b/policy-utils/pom.xml index d90b32bc..509e293c 100644 --- a/policy-utils/pom.xml +++ b/policy-utils/pom.xml @@ -37,14 +37,15 @@ <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> + <scope>test</scope> </dependency> - <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - <version>1.2.17</version> - <scope>provided</scope> - </dependency> - <dependency> + <dependency> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + <version>1.2.17</version> + <scope>provided</scope> + </dependency> + <dependency> <groupId>com.att.eelf</groupId> <artifactId>eelf-core</artifactId> <version>0.0.1</version> |