| | |
| | | <artifactId>spring-boot-starter-mail</artifactId> |
| | | </dependency> |
| | | |
| | | <!-- https://mvnrepository.com/artifact/com.github.shyiko/mysql-binlog-connector-java --> |
| | | <dependency> |
| | | <groupId>com.github.shyiko</groupId> |
| | | <artifactId>mysql-binlog-connector-java</artifactId> |
| | | <version>0.17.0</version> |
| | | </dependency> |
| | | |
| | | <!-- https://mvnrepository.com/artifact/args4j/args4j --> |
| | | <dependency> |
| | | <groupId>args4j</groupId> |
| | | <artifactId>args4j</artifactId> |
| | | <version>2.33</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>cn.hutool</groupId> |
| | | <artifactId>hutool-all</artifactId> |
| | | <version>5.5.4</version> |
| | | <scope>compile</scope> |
| | | </dependency> |
| | | |
| | | </dependencies> |
| | | |
| | | <build> |