Skip to content

Commit

Permalink
Removal of spring-framework dep, so it will use boot
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahar-l-Taboola committed Dec 1, 2024
1 parent 71d7d53 commit 06aece5
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@

<properties>
<slf4j.version>1.7.13</slf4j.version>
<com.taboola.spring.version>5.3.31</com.taboola.spring.version>
<com.taboola.spring.boot.version>2.7.18</com.taboola.spring.boot.version>
<com.taboola.lombok.version>1.18.10</com.taboola.lombok.version>
<maven.compiler.source>1.8</maven.compiler.source>
Expand All @@ -66,16 +65,6 @@
<artifactId>agent</artifactId>
<version>0.13.0</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>${com.taboola.spring.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-autoconfigure</artifactId>
Expand Down

0 comments on commit 06aece5

Please sign in to comment.