| | |
| | | <version>1.0.0-SNAPSHOT</version> |
| | | </parent> |
| | | |
| | | <dependencies> |
| | | <dependency> |
| | | <groupId>com.tianyiyun</groupId> |
| | | <artifactId>zob</artifactId> |
| | | <version>1.0</version> |
| | | <scope>system</scope> |
| | | <!--本地的jacob.jar的路径--> |
| | | <systemPath>${project.basedir}/lib/zos-sdk.jar</systemPath> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>cn.hutool</groupId> |
| | | <artifactId>hutool-all</artifactId> |
| | | <version>5.8.40</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.aliyun</groupId> |
| | | <artifactId>dingtalk</artifactId> |
| | | <version>2.2.25</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.dingtalk.open</groupId> |
| | | <artifactId>app-stream-client</artifactId> |
| | | <version>1.3.7</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.aliyun</groupId> |
| | | <artifactId>alibaba-dingtalk-service-sdk</artifactId> |
| | | <version>2.0.0</version> |
| | | </dependency> |
| | | </dependencies> |
| | | <properties> |
| | | <maven.compiler.source>8</maven.compiler.source> |
| | | <maven.compiler.target>8</maven.compiler.target> |