Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
omerzi committed Jan 28, 2025
1 parent fc239bc commit 8f782d4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions testdata/gradle/setupcmd/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ plugins {
id("java")
}

allprojects {
repositories {
all { repo ->
repo.allowInsecureProtocol = true // Allow plain HTTP for local Artifactory tests
}
}
}

dependencies {
implementation("com.fasterxml.jackson.core:jackson-databind:2.13.2")
implementation("org.apache.commons:commons-lang3:3.12.0")
Expand Down

0 comments on commit 8f782d4

Please sign in to comment.