Commit 8e50ff29 by Yiming Liu

Update framework-foundation to 1.1.4

parent e705aacf
...@@ -21,6 +21,10 @@ ...@@ -21,6 +21,10 @@
</dependency> </dependency>
<!-- end of apollo --> <!-- end of apollo -->
<dependency> <dependency>
<groupId>com.ctrip.framework</groupId>
<artifactId>framework-foundation</artifactId>
</dependency>
<dependency>
<groupId>com.dianping.cat</groupId> <groupId>com.dianping.cat</groupId>
<artifactId>cat-client</artifactId> <artifactId>cat-client</artifactId>
</dependency> </dependency>
......
...@@ -109,6 +109,11 @@ ...@@ -109,6 +109,11 @@
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.ctrip.framework</groupId>
<artifactId>framework-foundation</artifactId>
<version>1.1.4</version>
</dependency>
<dependency>
<groupId>com.dianping.cat</groupId> <groupId>com.dianping.cat</groupId>
<artifactId>cat-client</artifactId> <artifactId>cat-client</artifactId>
<version>1.4.6</version> <version>1.4.6</version>
......
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