Commit fdfa2313562d338317ff431d8e6c9c3144f13082

Authored by dongqin
1 parent f37791e073

修复异常

Showing 1 changed file with 6 additions and 6 deletions

... ... @@ -564,7 +564,7 @@
564 564 <dependency>
565 565 <groupId>com.oracle</groupId>
566 566 <artifactId>ojdbc14</artifactId>
567   - <version>10.2.0.3.0</version>
  567 + <version>11.2.0.1.0</version>
568 568 </dependency>
569 569 <dependency>
570 570 <groupId>commons-dbutils</groupId>
... ... @@ -582,11 +582,11 @@
582 582 <version>1.2.8</version>
583 583 </dependency>
584 584  
585   - <!-- <dependency>
586   - <groupId>com.aspose</groupId>
587   - <artifactId>aspose-words</artifactId>
588   - <version>15.8.0</version>
589   - </dependency>-->
  585 + <dependency>
  586 + <groupId>com.aspose</groupId>
  587 + <artifactId>aspose-words</artifactId>
  588 + <version>15.8.0</version>
  589 + </dependency>
590 590  
591 591 </dependencies>
592 592 </project>