Skip to content

Commit

Permalink
Add build.gradle APACHE_POI
Browse files Browse the repository at this point in the history
  • Loading branch information
rudeh2926 committed Jan 9, 2024
1 parent 8647323 commit cb3ce3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion user-infrastructure/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ dependencies {
kapt(Dependencies.CONFIGURATION_PROCESSOR)
implementation(Dependencies.REACTIVE_REDIS)
implementation(Dependencies.CLOUD_CONFIG)

implementation(Dependencies.APACHE_POI)
implementation(Dependencies.APACHE_POI_OOXML)
implementation(project(":user-domain"))
}

Expand Down

0 comments on commit cb3ce3a

Please sign in to comment.