Skip to content

Commit

Permalink
better documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorHarbo committed Dec 17, 2024
1 parent 3499eab commit f65ce4e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@
<version>2.1.1</version>
</dependency>

<!-- JAKARTA DEPENDENCIES FOR EMBEDDED TEST SOLR-->
<!-- Solr has started depending on jakarta versions of libraries and as SolrWayback still runs under javax, these need to be included to run the embedded tests.
When we are to migrate completely to the jakarta namespace, we have to upgrade our tomcat servers to at least version 10, as jakarta webapps aren't compatible with
older tomcats. -->
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
Expand Down

0 comments on commit f65ce4e

Please sign in to comment.