Change-Id: I0000000000000000000000000000000000000000
Signed-off-by: lixiangrong <lixiangrong@pxene.com>
This commit is contained in:
7
pom.xml
7
pom.xml
@@ -116,7 +116,7 @@
|
||||
<version>${servlet.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
|
||||
<!-- mybatis start -->
|
||||
<dependency>
|
||||
<groupId>org.mybatis</groupId>
|
||||
@@ -138,6 +138,11 @@
|
||||
<artifactId>mybatis-generator-core</artifactId>
|
||||
<version>${mybatis.generator.core.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>c3p0</groupId>
|
||||
<artifactId>c3p0</artifactId>
|
||||
<version>0.9.1.2</version>
|
||||
</dependency>
|
||||
<!-- mybatis end -->
|
||||
</dependencies>
|
||||
<build>
|
||||
|
Reference in New Issue
Block a user