Skip to content

Commit

Permalink
chore: migrate to org.dom4j package version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianMurphy committed Oct 10, 2019
1 parent 5467997 commit eddb7fa
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 eddb7fa

Please sign in to comment.