This commit is contained in:
Savosin Denis
2025-06-03 11:27:37 +07:00
parent fd73d94d70
commit 0c858b59b3
3 changed files with 4 additions and 5 deletions

View File

@@ -1,7 +1,5 @@
group = "com.github.dannecron.demo"
version = "single-version"
dependencies {
implementation(project(":edge-contracts"))
implementation(project(":core"))
implementation(rootProject.libs.jackson.datatype.jsr)

View File

@@ -1,6 +1,5 @@
package com.github.dannecron.demo.edgeconsumer.config
package com.github.dannecron.demo.edgeconsuming.config
import com.github.dannecron.demo.edgeconsuming.config.CityConsumerConfig
import com.github.dannecron.demo.edgeconsuming.consumer.CityCreateConsumer
import com.github.dannecron.demo.edgeconsuming.dto.CityCreateDto
import kotlinx.serialization.encodeToString