Adjustments
This commit is contained in:
parent
173859cffc
commit
fca4408f8e
@ -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 {
|
||||
|
||||
@ -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")))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user