Skip to content

Commit aa55861

Browse files
authored
Revert api-ldap-model version upgrade and update Tomcat to latest version and new download URL.
1 parent 0b6b371 commit aa55861

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -667,9 +667,10 @@
667667
</dependency>
668668

669669
<dependency>
670+
<!-- NOTE: Do NOT upgrade this library until the Apache team fixes issue: https://issues.apache.org/jira/browse/DIRAPI-433 -->
670671
<groupId>org.apache.directory.api</groupId>
671672
<artifactId>api-ldap-model</artifactId>
672-
<version>2.1.8</version>
673+
<version>2.1.7</version>
673674
</dependency>
674675

675676
<dependency>
@@ -1266,8 +1267,8 @@
12661267
<version.springframework>5.3.39</version.springframework>
12671268
<!-- Tomcat 10 moves from Java EE to Jakarta EE, moving packages javax.* to jakarta.* - code changes likely required to address this change. -->
12681269
<tomcat.major.version>9</tomcat.major.version>
1269-
<version.tomcat>9.0.115</version.tomcat>
1270-
<tomcat.url>https://archive.apache.org/dist/tomcat/tomcat-${tomcat.major.version}/v${version.tomcat}/bin/apache-tomcat-${version.tomcat}.zip</tomcat.url>
1270+
<version.tomcat>9.0.120</version.tomcat>
1271+
<tomcat.url>https://downloads.apache.org/tomcat/tomcat-${tomcat.major.version}/v${version.tomcat}/bin/apache-tomcat-${version.tomcat}.zip</tomcat.url>
12711272
</properties>
12721273

12731274
</project>

0 commit comments

Comments
 (0)