Skip to content

Commit

Permalink
Remove redundant dependency management for dom4j:dom4j
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed Feb 19, 2019
1 parent 866aa40 commit 967eecf
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions spring-boot-project/spring-boot-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
<couchbase-client.version>2.7.2</couchbase-client.version>
<couchbase-cache-client.version>2.1.0</couchbase-cache-client.version>
<derby.version>10.14.2.0</derby.version>
<dom4j.version>1.6.1</dom4j.version>
<dropwizard-metrics.version>4.0.5</dropwizard-metrics.version>
<ehcache.version>2.10.6</ehcache.version>
<ehcache3.version>3.6.3</ehcache3.version>
Expand Down Expand Up @@ -788,11 +787,6 @@
<artifactId>de.flapdoodle.embed.mongo</artifactId>
<version>${embedded-mongo.version}</version>
</dependency>
<dependency>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>${dom4j.version}</version>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-annotation</artifactId>
Expand Down

0 comments on commit 967eecf

Please sign in to comment.