| | |
| | | <version>${spring.boot.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>org.springframework.kafka</groupId>--> |
| | | <!-- <artifactId>spring-kafka</artifactId>--> |
| | | <!-- <version>${spring.boot.version}</version>--> |
| | | <!-- </dependency>--> |
| | | |
| | | <dependency> |
| | | <groupId>net.sourceforge.nekohtml</groupId> |
| | | <artifactId>nekohtml</artifactId> |
| | |
| | | <systemPath>${project.basedir}/src/main/resources/lib/dorado-skin-sky-2.0.2.jar</systemPath> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.sun.jna</groupId> |
| | | <artifactId>examples</artifactId> |
| | | <version>3.0.9</version> |
| | | <scope>system</scope> |
| | | <systemPath>${project.basedir}/src/main/resources/lib/examples.jar</systemPath> |
| | | </dependency> |
| | | |
| | | |
| | | <dependency> |
| | | <groupId>com.sun.jna</groupId> |
| | | <artifactId>jna</artifactId> |
| | | <version>3.0.9</version> |
| | | <scope>system</scope> |
| | | <systemPath>${project.basedir}/src/main/resources/lib/jna.jar</systemPath> |
| | | </dependency> |
| | | |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>com.sun.jna</groupId>--> |
| | | <!-- <artifactId>jna</artifactId>--> |
| | | <!-- <version>3.0.9</version>--> |
| | | <!-- </dependency>--> |
| | | |
| | | |
| | | |
| | | |
| | | <!-- 集成httpclient --> |
| | | <dependency> |
| | | <groupId>org.apache.httpcomponents</groupId> |