summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorGuangrongFu <fu.guangrong@zte.com.cn>2018-03-28 11:22:01 +0800
committerGuangrongFu <fu.guangrong@zte.com.cn>2018-03-28 11:22:01 +0800
commit879a7b02ae4c592b4f9dd98c1d5a7793749bc8b2 (patch)
tree614a45ba212224d13da49f80b188a80a9cbf755f /pom.xml
parent580d4ce637b1c09b3bd2258b0b9c8332b8789bad (diff)
Excluded Some Dependencies to Fix Nexus Issues
Change-Id: I2a36edfbc14e1bab784ec614f7b8b00ea51f47ba Issue-ID: HOLMES-123 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 189b1a4..7a1f4c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,6 +99,11 @@
<version>${dropwizard.version}</version>
</dependency>
<dependency>
+ <groupId>io.dropwizard</groupId>
+ <artifactId>dropwizard-jdbi</artifactId>
+ <version>${dropwizard.version}</version>
+ </dependency>
+ <dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-jersey2-jaxrs</artifactId>
<version>${swagger.version}</version>