|
|
@@ -49,11 +49,20 @@
|
|
|
</exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
-
|
|
|
+ <dependency>
|
|
|
+ <groupId>commons-dbcp</groupId>
|
|
|
+ <artifactId>commons-dbcp</artifactId>
|
|
|
+ <version>1.4</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>mysql</groupId>
|
|
|
+ <artifactId>mysql-connector-java</artifactId>
|
|
|
+ <version>5.1.46</version>
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.bstek.urule</groupId>
|
|
|
<artifactId>urule-console-pro</artifactId>
|
|
|
- <version>3.0.0</version>
|
|
|
+ <version>3.0.1</version>
|
|
|
<exclusions>
|
|
|
<exclusion>
|
|
|
<groupId>org.slf4j</groupId>
|