Skip to content

Commit

Permalink
Add Dependencies APACHE_POI
Browse files Browse the repository at this point in the history
  • Loading branch information
rudeh2926 committed Jan 9, 2024
1 parent b69b805 commit 86efb15
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
object Dependencies {

// ktlint
const val KTLINT = "com.pinterest:ktlint:${DependencyVersions.KTLINT_VERSION}"

Expand Down Expand Up @@ -58,4 +59,8 @@ 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}"
}

0 comments on commit 86efb15

Please sign in to comment.