diff options
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> |