diff options
author | XuanweiLiao <liao.xuanwei@zte.com.cn> | 2017-02-23 15:13:34 +0800 |
---|---|---|
committer | XuanweiLiao <liao.xuanwei@zte.com.cn> | 2017-02-23 16:45:26 +0800 |
commit | 724a1dcd96ea33a16c0b88446fbc2d7c7d0d5c7d (patch) | |
tree | 671ab53ba17df120ef244f917dfd6b551cf18ea3 /engine-d/pom.xml | |
parent | 1ee339f8d62cef6cfafbbcef78e4bd550c72a812 (diff) |
Add engine junit test
Issue-ID:HOLMES-24
Change-Id: Idf62760a2925f26ec239aaff79271b789d740079
Signed-off-by: XuanweiLiao <liao.xuanwei@zte.com.cn>
Diffstat (limited to 'engine-d/pom.xml')
-rw-r--r-- | engine-d/pom.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/engine-d/pom.xml b/engine-d/pom.xml index bb055bc..727f5dc 100644 --- a/engine-d/pom.xml +++ b/engine-d/pom.xml @@ -81,6 +81,16 @@ <dependency> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-core</artifactId> + <exclusions> + <exclusion> + <groupId>ch.qos.logback</groupId> + <artifactId>logback</artifactId> + </exclusion> + <exclusion> + <artifactId>log4j-over-slf4j</artifactId> + <groupId>org.slf4j</groupId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.projectlombok</groupId> @@ -120,6 +130,12 @@ <scope>provided</scope> </dependency> + <dependency> + <groupId>org.powermock</groupId> + <artifactId>powermock-api-easymock</artifactId> + <version>1.4.10</version> + <scope>test</scope> + </dependency> </dependencies> <build> |