Skip to content

Commit

Permalink
0003916: Symmetric service fails to start on windows 10 due to confli…
Browse files Browse the repository at this point in the history
…cting slf4j versions
  • Loading branch information
mmichalek committed Apr 15, 2019
1 parent f73765a commit 2bd1e43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion symmetric-assemble/common.gradle
Expand Up @@ -242,7 +242,8 @@ subprojects { subproject ->
provided "org.apache.avro:avro:1.8.2"
provided ("io.confluent:kafka-avro-serializer:3.2.1") {
exclude group: 'com.fasterxml.jackson.core'
}
exclude group: 'org.slf4j'
}

testCompile fileTree(dir: System.getProperty("user.home") + '/.symmetricds/lib', include: '*.jar')
testCompile "junit:junit:$junitVersion"
Expand Down

0 comments on commit 2bd1e43

Please sign in to comment.