Skip to content

Commit d741425

Browse files
authored
升级guava 至 22.0 (#3184)
* fix issue:#561 增加一个外部参数控制,允许位点不存在时自动重置到当前位点 * Add MariaDB GTID support * remove client pom bad ns * upgrade guava version to 22.0
1 parent 20add85 commit d741425

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:p="http://www.springframework.org/schema/p" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=" ">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=" ">
22
<modelVersion>4.0.0</modelVersion>
33
<parent>
44
<groupId>com.alibaba.otter</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
<dependency>
226226
<groupId>com.google.guava</groupId>
227227
<artifactId>guava</artifactId>
228-
<version>18.0</version>
228+
<version>22.0</version>
229229
</dependency>
230230
<dependency>
231231
<groupId>com.googlecode.aviator</groupId>

0 commit comments

Comments
 (0)