Skip to content

Commit

Permalink
Merge pull request #5320 from olamy/commons-digester-3
Browse files Browse the repository at this point in the history
Remove of commons-digester from core
  • Loading branch information
batmat authored Jun 3, 2021
2 parents 76a0bb6 + a376fa2 commit 9abd082
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 263 deletions.
5 changes: 0 additions & 5 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -228,11 +228,6 @@ THE SOFTWARE.
<artifactId>jfreechart</artifactId>
<version>1.0.19</version>
</dependency>
<dependency>
<groupId>commons-digester</groupId>
<artifactId>commons-digester</artifactId>
<version>2.1</version>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
Expand Down
10 changes: 0 additions & 10 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -273,16 +273,6 @@ THE SOFTWARE.
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
</dependency>
<dependency>
<groupId>commons-digester</groupId>
<artifactId>commons-digester</artifactId>
<exclusions>
<exclusion>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
Expand Down
163 changes: 0 additions & 163 deletions core/src/main/java/hudson/util/Digester2.java

This file was deleted.

85 changes: 0 additions & 85 deletions core/src/test/java/hudson/util/Digester2Test.java

This file was deleted.

0 comments on commit 9abd082

Please sign in to comment.