Skip to content

Commit

Permalink
remove extraneous dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mspector committed Oct 27, 2023
1 parent 71c67b9 commit 4216b00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion azureDatabaseUtils/gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ dependencies {
// Azure dependencies
implementation 'com.azure:azure-identity:1.9.1'
implementation 'com.azure:azure-identity-extensions:1.1.4'
implementation 'org.postgresql:postgresql'
implementation 'com.azure:azure-storage-blob:12.23.0'

runtimeOnly group: "org.postgresql", name: "postgresql", version: "42.3.3"
Expand Down

0 comments on commit 4216b00

Please sign in to comment.