Skip to content

Commit 17d163d

Browse files
committed
update to use openbeans jar
1 parent 24226af commit 17d163d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ allprojects {
6868
mavenCentral()
6969
maven { url "https://plugins.gradle.org/m2/" }
7070
maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots' }
71-
maven { url 'https://maven.repository.redhat.com/ga/' }
7271
}
7372
}
7473

delivery-sdk/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@ dependencies {
1616
implementation("com.fasterxml.jackson.core:jackson-databind:2.12.0")
1717
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.12.0")
1818

19-
implementation('com.googlecode:openbeans:1.0')
2019
implementation("io.github.classgraph:classgraph:4.8.90")
2120

2221
implementation("com.squareup.okhttp3:okhttp:4.9.0")
2322

24-
// compile files('./libs/openbeans-1.0.jar')
23+
compile files('./libs/openbeans-1.0.jar')
2524
compileOnly("org.thymeleaf:thymeleaf:3.0.11.RELEASE")
2625
testImplementation("org.thymeleaf:thymeleaf:3.0.11.RELEASE")
2726

0 commit comments

Comments
 (0)