|
|
@@ -9,9 +9,24 @@
|
|
|
</parent>
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
- <groupId>com.usoftchina.saas</groupId>
|
|
|
<artifactId>transfers-api</artifactId>
|
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
|
|
|
|
+ <dependencies>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.springframework.cloud</groupId>
|
|
|
+ <artifactId>spring-cloud-starter-openfeign</artifactId>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.usoftchina.saas</groupId>
|
|
|
+ <artifactId>core</artifactId>
|
|
|
+ </dependency>
|
|
|
+ <!-- test -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
+ <artifactId>spring-boot-starter-test</artifactId>
|
|
|
+ <scope>test</scope>
|
|
|
+ </dependency>
|
|
|
+ </dependencies>
|
|
|
|
|
|
</project>
|