Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating to 0.3.6 of Debizum #5

Closed
matzew opened this issue Jan 4, 2017 · 0 comments
Closed

Updating to 0.3.6 of Debizum #5

matzew opened this issue Jan 4, 2017 · 0 comments

Comments

@matzew
Copy link
Contributor

@matzew matzew commented Jan 4, 2017

Updating the used version of Debizium:

diff --git a/pom.xml b/pom.xml
index 6e0c2a0..f387db7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,13 +90,13 @@
     <dependency>
       <groupId>io.debezium</groupId>
       <artifactId>debezium-core</artifactId>
-      <version>0.3.1</version>
+      <version>0.3.6</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>io.debezium</groupId>
       <artifactId>debezium-core</artifactId>
-      <version>0.3.1</version>
+      <version>0.3.6</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

Does result in some javax.management.InstanceAlreadyExistsException while running the tests, while the tests still pass.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.