Skip to content

Commit

Permalink
Merge pull request #756 from apache/feature/WW-5347-digester
Browse files Browse the repository at this point in the history
[WW-5347] Upgrades to commons-digester3 ver 3.2
  • Loading branch information
lukaszlenart authored Oct 4, 2023
2 parents b8f95bd + 85843b2 commit 248bc72
Show file tree
Hide file tree
Showing 6 changed files with 188 additions and 174 deletions.
4 changes: 2 additions & 2 deletions bundles/demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
</dependency>

<dependency>
<groupId>commons-digester</groupId>
<artifactId>commons-digester</artifactId>
<groupId>org.apache.commons</groupId>
<artifactId>commons-digester3</artifactId>
</dependency>

<dependency>
Expand Down
5 changes: 0 additions & 5 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -217,11 +217,6 @@
<artifactId>commons-io</artifactId>
</dependency>

<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions plugins/osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
</dependency>

<dependency>
<groupId>commons-digester</groupId>
<artifactId>commons-digester</artifactId>
<groupId>org.apache.commons</groupId>
<artifactId>commons-digester3</artifactId>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions plugins/tiles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@

<dependencies>
<dependency>
<groupId>commons-digester</groupId>
<artifactId>commons-digester</artifactId>
<groupId>org.apache.commons</groupId>
<artifactId>commons-digester3</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
Expand Down
Loading

0 comments on commit 248bc72

Please sign in to comment.