Try to add xodus dependency
This commit is contained in:
parent
039e0d083b
commit
817d32a7e9
@ -15,7 +15,8 @@ kotlin {
|
||||
dependencies {
|
||||
implementation(project(":magix:magix-rsocket"))
|
||||
implementation(project(":controls-core"))
|
||||
implementation("org.jetbrains.xodus:xodus-openAPI:1.3.232")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -13,6 +13,7 @@ import ru.mipt.npm.magix.api.MagixEndpoint
|
||||
import ru.mipt.npm.magix.api.MagixMessage
|
||||
import space.kscience.dataforge.context.error
|
||||
import space.kscience.dataforge.context.logger
|
||||
import jetbrains.exodus.entitystore.Entity
|
||||
|
||||
|
||||
public const val DATAFORGE_MAGIX_FORMAT: String = "dataforge"
|
||||
|
Loading…
Reference in New Issue
Block a user