| | |
| | | <module>ycl-platform</module> |
| | | <module>ycl-common</module> |
| | | <module>ycl-generator</module> |
| | | <module>ycl-smoke</module> |
| | | </modules> |
| | | |
| | | <dependencies> |
| | |
| | | <artifactId>jaxb-api</artifactId> |
| | | <version>${jaxb-api.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.sun.mail</groupId> |
| | | <artifactId>javax.mail</artifactId> |
| | | <version>1.6.2</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.alibaba</groupId> |
| | | <artifactId>easyexcel</artifactId> |
| | |
| | | <artifactId>spring-cloud-starter-openfeign</artifactId> |
| | | <version>3.1.3</version> |
| | | </dependency> |
| | | <!-- send_mail --> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-mail</artifactId> |
| | | <groupId>commons-logging</groupId> |
| | | <artifactId>commons-logging</artifactId> |
| | | <version>1.2</version> |
| | | </dependency> |
| | | |
| | | |
| | | <dependency> |
| | | <groupId>com.aliyun.oss</groupId> |
| | | <artifactId>aliyun-sdk-oss</artifactId> |
| | | <version>3.16.1</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-configuration-processor</artifactId> |
| | | <optional>true</optional> |
| | | <groupId>joda-time</groupId> |
| | | <artifactId>joda-time</artifactId> |
| | | <version>2.12.2</version> |
| | | </dependency> |
| | | </dependencies> |
| | | |