Remove dropwizard jars from pom.xml. Wasn't using them anymore and it saved a lot of dependencies.
This commit is contained in:
parent
415bdd47d6
commit
cbca836aa5
10
pom.xml
10
pom.xml
@ -120,16 +120,6 @@
|
||||
<artifactId>mon-kafka</artifactId>
|
||||
<version>${mon.common.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.dropwizard</groupId>
|
||||
<artifactId>dropwizard-db</artifactId>
|
||||
<version>${dropwizard.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.dropwizard</groupId>
|
||||
<artifactId>dropwizard-jdbi</artifactId>
|
||||
<version>${dropwizard.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>mysql</groupId>
|
||||
<artifactId>mysql-connector-java</artifactId>
|
||||
|
Loading…
x
Reference in New Issue
Block a user