| | |
| | | <version>1.2.39</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <!--<dependency> |
| | | <groupId>com.aliyun</groupId> |
| | | <artifactId>aliyun-java-sdk-core</artifactId> |
| | | <version>3.7.1</version> |
| | | </dependency> |
| | | </dependency>--> |
| | | <dependency> |
| | | <groupId>com.aliyun</groupId> |
| | | <artifactId>aliyun-java-sdk-core</artifactId> |
| | | <version>4.0.2</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.aliyun</groupId> |
| | | <artifactId>aliyun-java-sdk-dm</artifactId> |
| | | <version>3.1.0</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.apache.commons</groupId> |
| | | <artifactId>commons-lang3</artifactId> |
| | | <version>3.5</version> |
| | | <scope>compile</scope> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.apache.commons</groupId> |
| | | <artifactId>commons-lang3</artifactId> |
| | | <version>3.5</version> |
| | | <scope>compile</scope> |
| | | </dependency> |
| | | |
| | | <!-- https://mvnrepository.com/artifact/com.xuxueli/xxl-job-core --> |
| | | <dependency> |
| | |
| | | <version>2.1.2</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>dom4j</groupId> |
| | | <artifactId>dom4j</artifactId> |
| | | <version>1.6.1</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.projectlombok</groupId> |
| | | <artifactId>lombok</artifactId> |
| | | <version>1.16.18</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>javax.persistence</groupId> |
| | | <artifactId>persistence-api</artifactId> |
| | | <version>1.0.2</version> |
| | | </dependency> |
| | | |
| | | </dependencies> |
| | | |
| | | <build> |