Skip to content

Commit

Permalink
fix:remove osgi from karaf fixes Issue pgjdbc#1891 (pgjdbc#1902)
Browse files Browse the repository at this point in the history
  • Loading branch information
davecramer committed Oct 2, 2020
1 parent 05403bd commit 0c2858e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pgjdbc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,6 @@ dependencies {
shaded("com.ongres.scram:client")

implementation("org.checkerframework:checker-qual")

// https://github.com/lburgazzoli/gradle-karaf-plugin/issues/75
karafFeatures(platform(project(":bom")))
karafFeatures("org.osgi:org.osgi.core:${"org.osgi.core".v}")
karafFeatures("org.osgi:org.osgi.enterprise:${"org.osgi.enterprise".v}")

testImplementation("se.jiderhamn:classloader-leak-test-framework")
}

Expand Down

0 comments on commit 0c2858e

Please sign in to comment.