Skip to content

Commit

Permalink
Replace jmolecules dependencies with starters
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarivera committed Aug 31, 2024
1 parent 51a3938 commit 5776727
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-mail")

implementation("org.springframework.modulith:spring-modulith-starter-core")
implementation(platform("org.jmolecules:jmolecules-bom:2023.1.3"))
implementation("org.jmolecules:jmolecules-ddd")
implementation("org.jmolecules:jmolecules-events")
implementation(platform("org.jmolecules:jmolecules-bom:2023.1.4"))
implementation("org.jmolecules.integrations:jmolecules-starter-ddd")
implementation("org.jmolecules:jmolecules-layered-architecture")

// test
Expand All @@ -54,6 +53,7 @@ dependencies {
testImplementation("org.testcontainers:junit-jupiter")
testImplementation("org.testcontainers:postgresql")
testImplementation("org.springframework.modulith:spring-modulith-starter-test")
testImplementation("org.jmolecules.integrations:jmolecules-starter-test")
testImplementation("com.icegreen:greenmail-junit5:2.0.1")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")

Expand Down

0 comments on commit 5776727

Please sign in to comment.