Skip to content

Commit

Permalink
Added xalan serializer dependency override
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmcmu committed Oct 28, 2024
1 parent da292d0 commit 6794bb1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,11 @@
<artifactId>commons-fileupload</artifactId>
<version>${commons-fileupload.version}</version>
</dependency>
<dependency>
<groupId>xalan</groupId>
<artifactId>serializer</artifactId>
<version>${xalan.version}</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 6794bb1

Please sign in to comment.