|
|
@@ -358,7 +358,7 @@
|
|
|
<dependency>
|
|
|
<groupId>mysql</groupId>
|
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
|
- <version>5.1.6</version>
|
|
|
+ <version>5.1.47</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
@@ -680,7 +680,7 @@
|
|
|
<groupId>junit</groupId>
|
|
|
<artifactId>junit</artifactId>
|
|
|
<version>4.12</version>
|
|
|
- <scope>test</scope>
|
|
|
+ <!--<scope>test</scope>-->
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.lowagie</groupId>
|
|
|
@@ -760,6 +760,12 @@
|
|
|
<artifactId>documents4j-transformer-msoffice-excel</artifactId>
|
|
|
<version>1.0.3</version>
|
|
|
</dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.testng</groupId>
|
|
|
+ <artifactId>testng</artifactId>
|
|
|
+ <version>RELEASE</version>
|
|
|
+ <scope>compile</scope>
|
|
|
+ </dependency>
|
|
|
</dependencies>
|
|
|
<build>
|
|
|
<finalName>oa</finalName>
|