Skip to content

Commit

Permalink
upgrade canal 1.1.1-snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
agapple committed Sep 4, 2018
1 parent 9612ee3 commit dce2471
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions node/canal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@
<groupId>org.springframework</groupId>
<artifactId>spring</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka_2.11</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- test dependency -->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<file_encoding>UTF-8</file_encoding>
<spring-version>3.1.2.RELEASE</spring-version>
<jetty_verion>8.1.7.v20120910</jetty_verion>
<otter_canal_version>1.0.26-SNAPSHOT</otter_canal_version>
<otter_canal_version>1.1.1-SNAPSHOT</otter_canal_version>
</properties>

<modules>
Expand Down

0 comments on commit dce2471

Please sign in to comment.