Skip to content

Commit

Permalink
119644: Fix spring bean issues on tomcat startup
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Buckingham committed Oct 24, 2024
1 parent 2e1abeb commit 8f2dfb0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dspace-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -913,6 +913,12 @@
<version>2.6.0</version>
</dependency>

<dependency>
<groupId>com.google.guava</groupId>
<artifactId>failureaccess</artifactId>
<version>1.0.1</version>
</dependency>

</dependencies>

<dependencyManagement>
Expand Down

0 comments on commit 8f2dfb0

Please sign in to comment.