Skip to content

Commit

Permalink
chore: Remove obsolete unused jdom dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
christophd committed Dec 13, 2021
1 parent 5b4cc36 commit 4c98874
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@
<jakarta.xml.bind-api.version>2.3.3</jakarta.xml.bind-api.version>
<jakarta.xml.soap-api.version>1.4.2</jakarta.xml.soap-api.version>
<junixsocket.version>2.3.3</junixsocket.version>
<jdom.version>2.0.2</jdom.version>
<json-smart.version>2.4.7</json-smart.version>
<json-path.version>2.5.0</json-path.version>
<hsqldb.version>2.6.0</hsqldb.version>
Expand All @@ -214,11 +213,6 @@

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.jdom</groupId>
<artifactId>jdom</artifactId>
<version>${jdom.version}</version>
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
Expand Down

0 comments on commit 4c98874

Please sign in to comment.