File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/io/flamingock/examples/inventory Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44 idea
55 id(" org.springframework.boot" ) version " 3.2.0"
66 id(" io.spring.dependency-management" ) version " 1.1.4"
7- id(" io.flamingock" ) version " 1.0.0-beta.7 "
7+ id(" io.flamingock" ) version " 1.0.0-beta.8 "
88}
99
1010flamingock {
Original file line number Diff line number Diff line change 33import com .mongodb .client .MongoClient ;
44import io .confluent .kafka .schemaregistry .client .CachedSchemaRegistryClient ;
55import io .confluent .kafka .schemaregistry .client .SchemaRegistryClient ;
6- import io .flamingock .community .mongodb .sync . driver .MongoDBSyncAuditStore ;
6+ import io .flamingock .store .mongodb .sync .MongoDBSyncAuditStore ;
77import io .flamingock .examples .inventory .util .KafkaSchemaManager ;
88import io .flamingock .examples .inventory .util .LaunchDarklyClient ;
99import io .flamingock .examples .inventory .util .MongoDBUtil ;
You can’t perform that action at this time.
0 commit comments