Skip to content

Commit

Permalink
Merge pull request #23 from taboola/feature/support-Spring2.7
Browse files Browse the repository at this point in the history
Fix for dependency list, failure in "package"
  • Loading branch information
Shahar-l-Taboola authored Dec 2, 2024
2 parents 86b71da + 7afc6ee commit 7ac1496
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
<properties>
<slf4j.version>1.7.13</slf4j.version>
<com.taboola.spring.boot.version>2.7.18</com.taboola.spring.boot.version>
<com.taboola.spring.version>5.3.31</com.taboola.spring.version>
<com.taboola.lombok.version>1.18.10</com.taboola.lombok.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand All @@ -70,6 +71,11 @@
<artifactId>spring-boot-autoconfigure</artifactId>
<version>${com.taboola.spring.boot.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>${com.taboola.spring.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-actuator</artifactId>
Expand Down

0 comments on commit 7ac1496

Please sign in to comment.