| | |
| | | |
| | | |
| | | <dependency> |
| | | <groupId>net.sourceforge.tess4j</groupId> |
| | | <artifactId>tess4j</artifactId> |
| | | <version>4.5.4</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>pdfbox</groupId> |
| | | <artifactId>pdfbox</artifactId> |
| | | <version>0.7.3</version> |
| | |
| | | <dependency> |
| | | <groupId>org.bouncycastle</groupId> |
| | | <artifactId>bcprov-jdk15on</artifactId> |
| | | <version>1.57</version> |
| | | <version>1.69</version> |
| | | </dependency> |
| | | |
| | | |
| | | <!-- sqlserver驱动包 --> |
| | | <dependency> |
| | | <groupId>com.microsoft.sqlserver</groupId> |
| | | <artifactId>sqljdbc4</artifactId> |
| | | <version>4.0</version> |
| | | </dependency> |
| | | |
| | | <!-- Mysql驱动包 --> |
| | | <dependency> |