Skip to content

Commit

Permalink
Fixed #426 - Upgrade dom4j
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Sep 15, 2019
1 parent 06db74d commit fe2601a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jenkins-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</dependency>

<dependency>
<groupId>dom4j</groupId>
<groupId>org.dom4j</groupId>
<artifactId>dom4j</artifactId>
</dependency>

Expand Down
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
<mockito-core.version>3.0.0</mockito-core.version>
<commons-io.version>2.4</commons-io.version>
<xstream.version>1.4.7-jenkins-1</xstream.version>
<dom4j.version>1.6.1</dom4j.version>
<commons-lang.version>3.9</commons-lang.version>
<json-lib.version>2.4</json-lib.version>
<httpclient.version>4.5.8</httpclient.version>
Expand Down Expand Up @@ -105,9 +104,9 @@
</dependency>

<dependency>
<groupId>dom4j</groupId>
<groupId>org.dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>${dom4j.version}</version>
<version>2.1.1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit fe2601a

Please sign in to comment.