Skip to content

Commit

Permalink
chore : Domain-Module web 의존성 제거(#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
isprogrammingfun committed May 21, 2024
1 parent 0a8a921 commit 7cbf1ea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Domain-Module/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
dependencies {
implementation(project(":Common-Module"))
//web
implementation("org.springframework.boot:spring-boot-starter-web")
implementation(project(":Support-Module:uuid"))
testImplementation(testFixtures(project(":Common-Module")))
}

0 comments on commit 7cbf1ea

Please sign in to comment.