Skip to content

Commit

Permalink
Revert dnsjava library version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
pflooky committed Oct 17, 2024
1 parent fe271a1 commit a29d98b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ dependencies {
exclude(module = "commons-configuration2")
exclude(module = "commons-io")
exclude(module = "commons-net")
exclude(module = "dnsjava")
exclude(module = "guava")
exclude(module = "ion-java")
exclude(module = "ivy")
Expand Down Expand Up @@ -112,7 +111,7 @@ dependencies {
basicImpl("org.jboss.xnio:xnio-api:3.8.15.Final")
basicImpl("io.airlift:aircompressor:0.27")
basicImpl("org.apache.zookeeper:zookeeper:3.9.2")
basicImpl("dnsjava:dnsjava:3.6.2")
// basicImpl("dnsjava:dnsjava:3.6.2")
basicImpl("com.amazon.ion:ion-java:1.11.8")
basicImpl("org.apache.ivy:ivy:2.5.2")
basicImpl("org.xerial.snappy:snappy-java:1.1.10.4")
Expand Down

0 comments on commit a29d98b

Please sign in to comment.