Skip to content

Commit

Permalink
Merge pull request #84 from ChristianMurphy/chore/migrate-to-org-dom4j
Browse files Browse the repository at this point in the history
chore: migrate to org.dom4j package version 2.1.1
  • Loading branch information
ChristianMurphy authored Oct 10, 2019
2 parents 408f51a + eddb7fa commit a2f7d99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@
<version>2.6</version>
</dependency>
<dependency>
<groupId>dom4j</groupId>
<groupId>org.dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>1.6.1</version>
<version>2.1.1</version>
</dependency>
<dependency>
<groupId>javax.portlet</groupId>
Expand Down Expand Up @@ -415,7 +415,7 @@
<artifactId>commons-lang</artifactId>
</dependency>
<dependency>
<groupId>dom4j</groupId>
<groupId>org.dom4j</groupId>
<artifactId>dom4j</artifactId>
</dependency>
<dependency>
Expand Down

0 comments on commit a2f7d99

Please sign in to comment.