Skip to content

Commit

Permalink
Merge pull request #50 from Tynab/develop
Browse files Browse the repository at this point in the history
Update pom.xml
  • Loading branch information
Tynab authored Jan 14, 2025
2 parents fe8211f + 13def03 commit ae3f025
Showing 1 changed file with 2 additions and 27 deletions.
29 changes: 2 additions & 27 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.4.1</version>
<version>2.7.1</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>
<groupId>com.yan</groupId>
Expand Down Expand Up @@ -139,7 +139,7 @@
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-config</artifactId>
<version>6.4.2</version>
<version>5.7.11</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand All @@ -166,36 +166,11 @@
<artifactId>tomcat-embed-websocket</artifactId>
<version>9.0.86</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>6.0.0</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>6.1.14</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>6.1.14</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.2.13</version>
</dependency>
<dependency>
<groupId>org.thymeleaf.extras</groupId>
<artifactId>thymeleaf-extras-springsecurity5</artifactId>
<version>3.1.3.RELEASE</version>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.33</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit ae3f025

Please sign in to comment.