记得上下班打卡 | git大法好,push需谨慎

Commit e52fa158 authored by 张国柄's avatar 张国柄

opt;

parent 36b92e10
...@@ -35,8 +35,6 @@ ...@@ -35,8 +35,6 @@
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<!-- other -->
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-mongodb</artifactId> <artifactId>spring-boot-starter-data-mongodb</artifactId>
...@@ -46,8 +44,9 @@ ...@@ -46,8 +44,9 @@
<groupId>com.liquidnet</groupId> <groupId>com.liquidnet</groupId>
<artifactId>liquidnet-api-feign-adam</artifactId> <artifactId>liquidnet-api-feign-adam</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency> </dependency>
<!-- other -->
<dependency> <dependency>
<groupId>taobao-sdk-impl</groupId> <groupId>taobao-sdk-impl</groupId>
<artifactId>taobao-sdk-impl</artifactId> <artifactId>taobao-sdk-impl</artifactId>
......
...@@ -53,4 +53,12 @@ ...@@ -53,4 +53,12 @@
</dependency> </dependency>
</dependencies> </dependencies>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project> </project>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment