Skip to content

Commit

Permalink
remove bulk-model-sync-solution
Browse files Browse the repository at this point in the history
  • Loading branch information
mhuster23 committed May 14, 2024
1 parent 67b7f54 commit 3d7f753
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ dependencies {
api(libs.modelix.bulk.model.sync.lib.js)
api(libs.modelix.bulk.model.sync.lib.jvm)
api(libs.modelix.bulk.model.sync.gradle)
api(libs.modelix.bulk.model.sync.solution)
api(libs.modelix.bulk.model.sync.plugin)
api(libs.modelix.kotlin.utils)
api(libs.modelix.kotlin.utils.js)
Expand Down
1 change: 0 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ modelix-bulk-model-sync-lib = { group = "org.modelix", name = "bulk-model-sync-l
modelix-bulk-model-sync-lib-js = { group = "org.modelix", name = "bulk-model-sync-lib-js", version.ref = "core"}
modelix-bulk-model-sync-lib-jvm = { group = "org.modelix", name = "bulk-model-sync-lib-jvm", version.ref = "core"}
modelix-bulk-model-sync-gradle = { group = "org.modelix", name = "bulk-model-sync-gradle", version.ref = "core"}
modelix-bulk-model-sync-solution = { group = "org.modelix.mps", name = "bulk-model-sync-solution", version.ref = "core"}
modelix-bulk-model-sync-plugin = { group = "org.modelix.bulk-model-sync", name = "org.modelix.bulk-model-sync.gradle.plugin", version.ref = "core"}
modelix-kotlin-utils = { group = "org.modelix", name = "kotlin-utils", version.ref = "core"}
modelix-kotlin-utils-js = { group = "org.modelix", name = "kotlin-utils-js", version.ref = "core"}
Expand Down

0 comments on commit 3d7f753

Please sign in to comment.