Skip to content

Commit

Permalink
restore postgres dependency for compile and runtime; remove extraneou…
Browse files Browse the repository at this point in the history
…s runtimeOnly dep
  • Loading branch information
mspector committed Oct 27, 2023
1 parent 4216b00 commit 101a650
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions azureDatabaseUtils/gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ dependencies {
// Azure dependencies
implementation 'com.azure:azure-identity:1.9.1'
implementation 'com.azure:azure-identity-extensions:1.1.4'
implementation 'org.postgresql:postgresql:42.6.0'
implementation 'com.azure:azure-storage-blob:12.23.0'

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

// Deps whose versions are controlled by Spring
implementation group: "org.springframework.boot", name: "spring-boot-starter-data-jdbc"

Expand Down

0 comments on commit 101a650

Please sign in to comment.