v3 5
This commit is contained in:
parent
ed75777a47
commit
b1e250c7a7
@ -56,9 +56,9 @@ dependencies {
|
|||||||
implementation("com.github.vishna:watchservice-ktx:master-SNAPSHOT")
|
implementation("com.github.vishna:watchservice-ktx:master-SNAPSHOT")
|
||||||
implementation("com.github.pgreze:kotlin-process:1.4.1")
|
implementation("com.github.pgreze:kotlin-process:1.4.1")
|
||||||
|
|
||||||
|
implementation(project(mapOf("path" to ":shared:eventi")))
|
||||||
implementation(project(mapOf("path" to ":shared:contract")))
|
implementation(project(mapOf("path" to ":shared:contract")))
|
||||||
implementation(project(mapOf("path" to ":shared:common")))
|
implementation(project(mapOf("path" to ":shared:common")))
|
||||||
implementation(project(mapOf("path" to ":shared:eventi")))
|
|
||||||
|
|
||||||
|
|
||||||
implementation(kotlin("stdlib-jdk8"))
|
implementation(kotlin("stdlib-jdk8"))
|
||||||
|
|||||||
@ -45,9 +45,9 @@ dependencies {
|
|||||||
|
|
||||||
//implementation(project(mapOf("path" to ":shared")))
|
//implementation(project(mapOf("path" to ":shared")))
|
||||||
|
|
||||||
|
implementation(project(mapOf("path" to ":shared:eventi")))
|
||||||
implementation(project(mapOf("path" to ":shared:contract")))
|
implementation(project(mapOf("path" to ":shared:contract")))
|
||||||
implementation(project(mapOf("path" to ":shared:common")))
|
implementation(project(mapOf("path" to ":shared:common")))
|
||||||
implementation(project(mapOf("path" to ":shared:eventi")))
|
|
||||||
|
|
||||||
implementation("org.jetbrains.exposed:exposed-core:$exposedVersion")
|
implementation("org.jetbrains.exposed:exposed-core:$exposedVersion")
|
||||||
implementation("org.jetbrains.exposed:exposed-dao:$exposedVersion")
|
implementation("org.jetbrains.exposed:exposed-dao:$exposedVersion")
|
||||||
|
|||||||
@ -49,9 +49,9 @@ dependencies {
|
|||||||
implementation("com.github.pgreze:kotlin-process:1.4.1")
|
implementation("com.github.pgreze:kotlin-process:1.4.1")
|
||||||
|
|
||||||
//implementation(project(mapOf("path" to ":shared")))
|
//implementation(project(mapOf("path" to ":shared")))
|
||||||
|
implementation(project(mapOf("path" to ":shared:eventi")))
|
||||||
implementation(project(mapOf("path" to ":shared:contract")))
|
implementation(project(mapOf("path" to ":shared:contract")))
|
||||||
implementation(project(mapOf("path" to ":shared:common")))
|
implementation(project(mapOf("path" to ":shared:common")))
|
||||||
implementation(project(mapOf("path" to ":shared:eventi")))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -10,9 +10,9 @@ findProject(":apps:processer")?.name = "processer"
|
|||||||
|
|
||||||
|
|
||||||
findProject(":shared")?.name = "shared"
|
findProject(":shared")?.name = "shared"
|
||||||
|
findProject(":shared:eventi")?.name = "eventi"
|
||||||
findProject(":shared:contract")?.name = "contract"
|
findProject(":shared:contract")?.name = "contract"
|
||||||
findProject(":shared:common")?.name = "common"
|
findProject(":shared:common")?.name = "common"
|
||||||
findProject(":shared:eventi")?.name = "eventi"
|
|
||||||
|
|
||||||
include("apps")
|
include("apps")
|
||||||
include("apps:ui")
|
include("apps:ui")
|
||||||
@ -21,6 +21,6 @@ include("apps:converter")
|
|||||||
include("apps:processer")
|
include("apps:processer")
|
||||||
|
|
||||||
include("shared")
|
include("shared")
|
||||||
|
include("shared:eventi")
|
||||||
include("shared:contract")
|
include("shared:contract")
|
||||||
include("shared:common")
|
include("shared:common")
|
||||||
include("shared:eventi")
|
|
||||||
|
|||||||
@ -42,8 +42,8 @@ dependencies {
|
|||||||
implementation("org.apache.commons:commons-lang3:3.12.0")
|
implementation("org.apache.commons:commons-lang3:3.12.0")
|
||||||
|
|
||||||
|
|
||||||
implementation(project(mapOf("path" to ":shared:contract")))
|
|
||||||
implementation(project(mapOf("path" to ":shared:eventi")))
|
implementation(project(mapOf("path" to ":shared:eventi")))
|
||||||
|
implementation(project(mapOf("path" to ":shared:contract")))
|
||||||
|
|
||||||
testImplementation(platform("org.junit:junit-bom:5.9.1"))
|
testImplementation(platform("org.junit:junit-bom:5.9.1"))
|
||||||
testImplementation("org.junit.jupiter:junit-jupiter")
|
testImplementation("org.junit.jupiter:junit-jupiter")
|
||||||
|
|||||||
@ -12,11 +12,11 @@ repositories {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
implementation(project(mapOf("path" to ":shared:eventi")))
|
|
||||||
implementation("com.google.code.gson:gson:2.8.9")
|
implementation("com.google.code.gson:gson:2.8.9")
|
||||||
implementation("io.github.microutils:kotlin-logging-jvm:2.0.11")
|
implementation("io.github.microutils:kotlin-logging-jvm:2.0.11")
|
||||||
|
|
||||||
implementation("org.springframework.boot:spring-boot-starter:2.7.0")
|
implementation("org.springframework.boot:spring-boot-starter:2.7.0")
|
||||||
|
implementation(project(mapOf("path" to ":shared:eventi")))
|
||||||
|
|
||||||
|
|
||||||
testImplementation(platform("org.junit:junit-bom:5.9.1"))
|
testImplementation(platform("org.junit:junit-bom:5.9.1"))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user