Skip to content

Commit

Permalink
feat: Update Tomcat version and MongoDB Driver - MEED-7544 - Meeds-io…
Browse files Browse the repository at this point in the history
…/meeds#2417 (#773)

This change will Tomcat version and MongoDB Driver to the declared versions inherited from Spring
  • Loading branch information
boubaker authored Sep 28, 2024
1 parent d2aa12a commit e33e013
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,9 @@
<addon.exo.ecms.version>7.0.x-SNAPSHOT</addon.exo.ecms.version>

<!-- Used to reference the folder name in Tomcat Zip only for standalone mode -->
<org.apache.tomcat.version>10.1.17</org.apache.tomcat.version>

<org.apache.tomcat.version>10.1.30</org.apache.tomcat.version>
<!-- TODO check dependencies from parent pom -->
<mongodb-java-driver.version>4.11.2</mongodb-java-driver.version>
<de.flapdoodle.embed.mongo.version>4.16.2</de.flapdoodle.embed.mongo.version>
<commons-compress.version>1.26.0</commons-compress.version>
<com.google.inject.guice.version>3.0</com.google.inject.guice.version>
Expand All @@ -62,11 +61,6 @@
</dependency>

<!-- Addon specific third party libraries -->
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-sync</artifactId>
<version>${mongodb-java-driver.version}</version>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
Expand Down

0 comments on commit e33e013

Please sign in to comment.