Skip to content

Commit

Permalink
fix pack
Browse files Browse the repository at this point in the history
  • Loading branch information
knightliao committed Sep 27, 2021
1 parent 2ac5c82 commit 23f6d3d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 18 deletions.
13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,16 +88,5 @@ Disconf的功能特点描述图:

![http://ww4.sinaimg.cn/bmiddle/60c9620fjw1est6pzqo68j208k05tjrm.jpg](http://ww4.sinaimg.cn/bmiddle/60c9620fjw1est6pzqo68j208k05tjrm.jpg)

## 群·联系·讨论

- 赞助作者: http://disconf.readthedocs.io/zh_CN/latest/others/src/sponsor.html
- disconf技术QQ群: 239203866
- disconf技术QQ二群: 280712860
- 有态度无广告的搜索引擎: https://www.sov5.com
- 微读 - 高品质阅读: http://www.100weidu.com
- Python中国社区: http://www.python88.com
- Disconf - 分布式配置管理平台: http://github.com/knightliao/disconf
- CanalX - 基于 `Canal` 的数据感知服务框架: http://github.com/knightliao/canalX
- jutf - Java Unit Test Framework: https://github.com/knightliao/jutf
- pfrock - A plugin-based server for running fake HTTP services (especially SOA service): https://github.com/knightliao/pfrock


2 changes: 1 addition & 1 deletion disconf-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.7</version>
<version>1.21</version>
</dependency>

<dependency>
Expand Down
11 changes: 6 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<modules>
<module>disconf-client</module>
<module>disconf-core</module>
<module>disconf-web</module>
</modules>

<inceptionYear>2015</inceptionYear>
Expand Down Expand Up @@ -101,7 +102,7 @@
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.2</version>
<version>3.2.2</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -225,7 +226,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.6.0</version>
<version>2.9.10.7</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -477,19 +478,19 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.0.9</version>
<version>1.2.0</version>
</dependency>

<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.0.9</version>
<version>1.2.0</version>
</dependency>

<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.14</version>
<version>1.2.17</version>
<exclusions>
<exclusion>
<groupId>com.sun.jmx</groupId>
Expand Down

0 comments on commit 23f6d3d

Please sign in to comment.