Adjustments

This commit is contained in:
Brage 2024-03-26 00:55:11 +01:00
parent 173859cffc
commit fca4408f8e
2 changed files with 4 additions and 3 deletions

View File

@ -6,7 +6,7 @@ plugins {
id("io.spring.dependency-management") version "1.0.11.RELEASE"
}
group = "no.iktdev.mediaprocessing"
group = "no.iktdev.mediaprocessing.apps"
version = "1.0-SNAPSHOT"
repositories {
@ -53,6 +53,8 @@ dependencies {
implementation(project(mapOf("path" to ":shared:contract")))
implementation(project(mapOf("path" to ":shared:common")))
implementation(project(mapOf("path" to ":shared:kafka")))
implementation(kotlin("stdlib-jdk8"))
}
tasks.test {

View File

@ -22,6 +22,7 @@ repositories {
val exposedVersion = "0.44.0"
dependencies {
/*Spring boot*/
implementation("org.springframework.boot:spring-boot-starter-web")
implementation("org.springframework.boot:spring-boot-starter:2.7.0")
@ -47,8 +48,6 @@ dependencies {
implementation("com.github.pgreze:kotlin-process:1.4.1")
//implementation(project(mapOf("path" to ":shared")))
implementation(project(mapOf("path" to ":shared:kafka")))
implementation(project(mapOf("path" to ":shared:contract")))
implementation(project(mapOf("path" to ":shared:common")))
implementation(project(mapOf("path" to ":shared:kafka")))