| | |
| | | <scope>system</scope> |
| | | <systemPath>${basedir}/lib/ripple-core-0.0.1-SNAPSHOT.jar</systemPath> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>taobao</groupId> |
| | | <artifactId>taobao-sdk</artifactId> |
| | | <version>1.0.0-SNAPSHOT</version> |
| | | <scope>system</scope> |
| | | <systemPath>${basedir}/lib/taobao-sdk-java.jar</systemPath> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-web</artifactId> |
| | |
| | | |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-aop</artifactId> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-actuator</artifactId> |
| | | </dependency> |
| | | |