@@ -14,7 +14,7 @@ mpsGradlePlugin = "1.7.288.4ea765f"
1414# * mps/metamodel-api-ts/package.json
1515# * spa-management-vue/package.json
1616# * spa-overview-angular/package.json
17- modelixCore = " 8.20 .0"
17+ modelixCore = " 9.1 .0"
1818mpsModelServerSyncPlugin = " 2021.2.157"
1919
2020# backend 1 / SPA
@@ -31,8 +31,6 @@ quarkusPlugin = "2.16.12.Final"
3131openapi = " 7.5.0"
3232kotlin = " 2.0.21"
3333antJunit = " 1.10.15"
34- junit = " 4.13.2"
35- logback = " 1.5.11"
3634nodeGradle = " 7.1.0"
3735node = " 16.18.0"
3836
@@ -46,24 +44,13 @@ itemis-mps-gradle-plugin = { group = "de.itemis.mps", name="mps-gradle-plugin",
4644# modelix
4745modelix-syncPlugin = { group = " org.modelix.mps" , name = " model-server-sync-plugin" , version.ref = " mpsModelServerSyncPlugin" }
4846modelix-model-server = { group = " org.modelix" , name = " model-server" , version.ref = " modelixCore" }
49- modelix-model-server-api = { group = " org.modelix" , name = " model-server-api" , version.ref = " modelixCore" }
5047modelix-model-client = { group = " org.modelix" , name = " model-client" , version.ref = " modelixCore" }
51- modelix-model-api = { group = " org.modelix" , name = " model-api" , version.ref = " modelixCore" }
5248modelix-model-api-gen-runtime = { group = " org.modelix" , name = " model-api-gen-runtime" , version.ref = " modelixCore" }
53- modelix-light-model-client = { group = " org.modelix" , name = " light-model-client" , version.ref = " modelixCore" }
5449
5550# quarkus
5651quarkus-bom = { group = " io.quarkus.platform" , name = " quarkus-bom" , version.ref = " quarkusPlatform" }
5752
5853# kotlin/ktor
59- ktor-server-default-headers = { group = " io.ktor" , name = " ktor-server-default-headers" , version.ref = " ktor" }
60- ktor-server-content-negotiation = { group = " io.ktor" , name = " ktor-server-content-negotiation" , version.ref = " ktor" }
61- ktor-server-auto-head-response = { group = " io.ktor" , name = " ktor-server-auto-head-response" , version.ref = " ktor" }
62- ktor-serialization-gson = { group = " io.ktor" , name = " ktor-serialization-gson" , version.ref = " ktor" }
63- ktor-server-locations = { group = " io.ktor" , name = " ktor-server-locations" , version.ref = " ktor" }
64- ktor-server-netty = { group = " io.ktor" , name = " ktor-server-netty" , version.ref = " ktor" }
65- ktor-server-cors = { group = " io.ktor" , name = " ktor-server-cors" , version.ref = " ktor" }
66- ktor-server-websockets = { group = " io.ktor" , name = " ktor-server-websockets" , version.ref = " ktor" }
6754ktor-client-cio = { group = " io.ktor" , name = " ktor-client-cio" , version.ref = " ktor" }
6855ktor-client-core = { group = " io.ktor" , name = " ktor-client-core" , version.ref = " ktor" }
6956ktor-client-content-negotiation = { group = " io.ktor" , name = " ktor-client-content-negotiation" , version.ref = " ktor" }
@@ -72,13 +59,10 @@ ktor-serialization-json = { group = "io.ktor", name = "ktor-serialization-kotlin
7259
7360# other
7461ant-junit = { group = " org.apache.ant" , name = " ant-junit" , version.ref = " antJunit" }
75- junit-junit = { group = " junit" , name = " junit" , version.ref = " junit" }
76- logback-classic = { group = " ch.qos.logback" , name = " logback-classic" , version.ref = " logback" }
7762
7863
7964[plugins ]
8065# MPS/modelix
81- itemis-mps-gradle-common = { id = " de.itemis.mps.gradle.common" , version.ref = " mpsBase" }
8266modelix-model-api-gen = { id = " org.modelix.model-api-gen" , version.ref = " modelixCore" }
8367
8468# kotlin
0 commit comments