Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yzlucas committed Dec 18, 2024
1 parent 2240152 commit 94e4ea0
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions server/wfone-notification-push-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,22 +79,22 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>6.0.0</version>
<version>5.3.10</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<version>6.0.0</version>
<version>5.3.10</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>6.0.0</version>
<version>5.3.10</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-config</artifactId>
<version>6.0.0</version>
<version>5.3.13.RELEASE</version>
</dependency>

<dependency>
Expand All @@ -105,9 +105,8 @@

<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>5.0.0</version>
<scope>provided</scope>
<artifactId>javax.servlet-api</artifactId>
<version>3.1.0</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -241,12 +240,6 @@
</dependency>

<!-- https://mvnrepository.com/artifact/org.postgresql/postgresql -->
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.5.5</version>
</dependency>

</dependencies>
</dependencyManagement>
</project>

0 comments on commit 94e4ea0

Please sign in to comment.