Skip to content

Commit

Permalink
修改:升级第三方依赖包版本,与 canal 项目(1.0.26-SNAPSHOT)保持基本一致。去除 oracle jdbc 的本地资源(…
Browse files Browse the repository at this point in the history
…systemPath)配置,直接使用公网 Maven 仓库。
  • Loading branch information
Wu-Jianqiang committed Feb 26, 2018
1 parent eba4076 commit 17c5fe7
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,13 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.8</version>
<version>1.9</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.9</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
Expand Down Expand Up @@ -183,7 +188,7 @@
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid</artifactId>
<version>1.1.6</version>
<version>1.1.8</version>
</dependency>
<!-- zookeeper -->
<dependency>
Expand Down Expand Up @@ -218,15 +223,13 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.35</version>
<version>5.1.40</version>
</dependency>
<!-- oracle -->
<dependency>
<groupId>com.oracle</groupId>
<artifactId>ojdbc14</artifactId>
<version>10.2.0.3.0</version>
<scope>system</scope>
<systemPath>${user.dir}/lib/ojdbc14-10.2.0.3.0.jar</systemPath>
</dependency>
<!-- spring -->
<dependency>
Expand Down

0 comments on commit 17c5fe7

Please sign in to comment.