Skip to content

Commit

Permalink
remove Digester from core
Browse files Browse the repository at this point in the history
Signed-off-by: olivier lamy <olamy@apache.org>
  • Loading branch information
olamy committed Mar 30, 2021
1 parent 0c97cea commit 2400a5c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 267 deletions.
5 changes: 0 additions & 5 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -239,11 +239,6 @@ THE SOFTWARE.
<artifactId>jfreechart</artifactId>
<version>1.0.19</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-digester3</artifactId>
<version>3.2</version>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
Expand Down
14 changes: 0 additions & 14 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -273,20 +273,6 @@ THE SOFTWARE.
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-digester3</artifactId>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
<exclusion>
<groupId>cglib</groupId>
<artifactId>cglib</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 2400a5c

Please sign in to comment.