Skip to content

Commit 169c665

Browse files
committed
remove tomcat-embed-core
1 parent 602a2a7 commit 169c665

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>com.codingapi.springboot</groupId>
1414
<artifactId>springboot-parent</artifactId>
15-
<version>2.1.10</version>
15+
<version>2.1.11</version>
1616

1717
<url>https://github.com/codingapi/springboot-framewrok</url>
1818
<name>springboot-parent</name>

springboot-starter-data-fast/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>springboot-parent</artifactId>
77
<groupId>com.codingapi.springboot</groupId>
8-
<version>2.1.10</version>
8+
<version>2.1.11</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

springboot-starter-id-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>springboot-parent</artifactId>
77
<groupId>com.codingapi.springboot</groupId>
8-
<version>2.1.10</version>
8+
<version>2.1.11</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

springboot-starter-security-jwt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>springboot-parent</artifactId>
88
<groupId>com.codingapi.springboot</groupId>
9-
<version>2.1.10</version>
9+
<version>2.1.11</version>
1010
</parent>
1111

1212
<artifactId>springboot-starter-security-jwt</artifactId>

springboot-starter/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.codingapi.springboot</groupId>
77
<artifactId>springboot-parent</artifactId>
8-
<version>2.1.10</version>
8+
<version>2.1.11</version>
99
</parent>
1010
<artifactId>springboot-starter</artifactId>
1111

@@ -62,8 +62,8 @@
6262
</dependency>
6363

6464
<dependency>
65-
<groupId>org.apache.tomcat.embed</groupId>
66-
<artifactId>tomcat-embed-core</artifactId>
65+
<groupId>jakarta.servlet</groupId>
66+
<artifactId>jakarta.servlet-api</artifactId>
6767
</dependency>
6868

6969
<dependency>

0 commit comments

Comments
 (0)