Skip to content

Commit

Permalink
MCR-3332 big performance issues in MCRParameterCollector
Browse files Browse the repository at this point in the history
add xalan:serializer to usedDependencies
  • Loading branch information
sebhofmann committed Feb 17, 2025
1 parent 51d4873 commit 3ef0f65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mycore-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
<useDependency>com.h2database:h2</useDependency>
<!-- used by hibernate -->
<useDependency>org.javassist:javassist</useDependency>
<!-- needed to compile xalan -->
<useDependency>xalan:serializer</useDependency>
</usedDependencies>
</configuration>
</execution>
Expand Down

0 comments on commit 3ef0f65

Please sign in to comment.