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

Commit 67e7197e authored by jiangxiulong's avatar jiangxiulong

Merge remote-tracking branch 'origin/dev' into dev

parents 6db2d1c5 acbbd2db
...@@ -48,8 +48,8 @@ ...@@ -48,8 +48,8 @@
<artifactId>geodesy</artifactId> <artifactId>geodesy</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.gavaghan</groupId> <groupId>org.aspectj</groupId>
<artifactId>geodesy</artifactId> <artifactId>aspectjrt</artifactId>
</dependency> </dependency>
</dependencies> </dependencies>
......
...@@ -29,12 +29,6 @@ ...@@ -29,12 +29,6 @@
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency>
<groupId>com.liquidnet</groupId>
<artifactId>liquidnet-common-web</artifactId>
<version>1.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency> <dependency>
<groupId>com.liquidnet</groupId> <groupId>com.liquidnet</groupId>
<artifactId>liquidnet-common-swagger</artifactId> <artifactId>liquidnet-common-swagger</artifactId>
......
...@@ -11,12 +11,13 @@ ...@@ -11,12 +11,13 @@
<artifactId>liquidnet-common-web</artifactId> <artifactId>liquidnet-common-web</artifactId>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>com.liquidnet</groupId>
<artifactId>spring-boot-starter-web</artifactId> <artifactId>liquidnet-common-service-base</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.aspectj</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>aspectjrt</artifactId> <artifactId>spring-boot-starter-web</artifactId>
</dependency> </dependency>
</dependencies> </dependencies>
......
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