8000 分页插件改为3.5.1,去掉两个可以自动关联的依赖。 · coderhxt/Mybatis-Spring@bc461cb · GitHub
[go: up one dir, main page]

Skip to content

Commit bc461cb

Browse files
committed
分页插件改为3.5.1,去掉两个可以自动关联的依赖。
1 parent f0dde9b commit bc461cb

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

pom.xml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -169,11 +169,6 @@
169169
<artifactId>mybatis-spring</artifactId>
170170
<version>1.2.2</version>
171171
</dependency>
172-
<dependency>
173-
<groupId>com.github.jsqlparser</groupId>
174-
<artifactId>jsqlparser</artifactId>
175-
<version>0.9.1</version>
176-
</dependency>
177172
<!-- Mybatis Generator -->
178173
<dependency>
179174
<groupId>org.mybatis.generator</groupId>
@@ -186,21 +181,14 @@
186181
<dependency>
187182
<groupId>com.github.pagehelper</groupId>
188183
<artifactId>pagehelper</artifactId>
189-
<version>3.5.0</version>
184+
<version>3.5.1</version>
190185
</dependency>
191186
<!--通用Mapper-->
192187
<dependency>
193188
<groupId>com.github.abel533</groupId>
194189
<artifactId>mapper</artifactId>
195190
<version>${mapper.version}</version>
196191
</dependency>
197-
<!--JPA-->
198-
<dependency>
199-
<groupId>javax.persistence</groupId>
200-
<artifactId>persistence-api</artifactId>
201-
<version>1.0</version>
202-
</dependency>
203-
204192
</dependencies>
205193
<dependencyManagement>
206194
<dependencies>

0 commit comments

Comments
 (0)
0