Skip to content

Commit

Permalink
Explicitly declare dependencies for plexus-xml and plexus-utils (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
linghengqian authored Sep 4, 2023
1 parent 9780e54 commit d6eedb6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ aether = "1.1.0"
slf4j = "1.7.9"
groovy = "3.0.11"
jetty = "11.0.11"
plexusUtils = "4.0.0"
plexusXml = "4.0.2"

[libraries]
# Local projects
Expand Down Expand Up @@ -55,3 +57,7 @@ maven-wagon-provider = { module = "org.apache.maven.wagon:wagon-provider-api", v
slf4j-simple = { module = "org.slf4j:slf4j-simple", version.ref = "slf4j" }

jetty-server = { module = "org.eclipse.jetty:jetty-server", version.ref = "jetty" }

plexus-utils = { module = "org.codehaus.plexus:plexus-utils", version.ref = "plexusUtils" }

plexus-xml = { module = "org.codehaus.plexus:plexus-xml", version.ref = "plexusXml" }
2 changes: 2 additions & 0 deletions native-maven-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ dependencies {
implementation(libs.jackson.databind)
implementation(libs.jvmReachabilityMetadata)
implementation(libs.graalvm.svm)
implementation(libs.plexus.utils)
implementation(libs.plexus.xml)

compileOnly(libs.maven.pluginApi)
compileOnly(libs.maven.core)
Expand Down

0 comments on commit d6eedb6

Please sign in to comment.