Skip to content

Commit

Permalink
delete apache poi
Browse files Browse the repository at this point in the history
  • Loading branch information
rudeh2926 committed Jan 22, 2024
1 parent 82b13de commit 15bd628
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,4 @@ object Dependencies {

// cloud config
const val CLOUD_CONFIG = "org.springframework.cloud:spring-cloud-config-client"

// apache poi
const val APACHE_POI = "org.apache.poi:poi:${DependencyVersions.APACHE_POI_VERSION}"
const val APACHE_POI_OOXML = "org.apache.poi:poi-ooxml:${DependencyVersions.APACHE_POI_OOXML}"
}
2 changes: 0 additions & 2 deletions buildSrc/src/main/kotlin/DependencyVersions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,4 @@ object DependencyVersions {
const val MOCKK_VERSION = "1.12.3"
const val SPRING_MOCKK_VERSION = "3.1.1"
const val NIMBUS_VERSION = "9.21"
const val APACHE_POI_VERSION = "5.0.0"
const val APACHE_POI_OOXML = "5.0.0"
}
2 changes: 0 additions & 2 deletions user-infrastructure/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ 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 15bd628

Please sign in to comment.