File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ testing.suites {
175175 }
176176 }
177177 dependencies {
178- implementation(libs.apache.maven.modelBuilder )
178+ implementation(libs.apache.maven.model )
179179 implementation(libs.moshi)
180180 implementation(libs.moshi.kotlin)
181181 }
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ apache-ant = "org.apache.ant:ant:1.10.15"
1010apache-commonsCodec = " commons-codec:commons-codec:1.20.0"
1111apache-commonsIo = " commons-io:commons-io:2.21.0"
1212apache-log4j = " org.apache.logging.log4j:log4j-core:2.25.3"
13- apache-maven-modelBuilder = " org.apache.maven:maven-model:3.9.12"
13+ apache-maven-model = " org.apache.maven:maven-model:3.9.12"
1414asm = " org.ow2.asm:asm-commons:9.9.1"
1515# jdependency should be updated together with ASM, see https://github.com/tcurdt/jdependency/issues/325.
1616jdependency = " org.vafer:jdependency:2.14"
You can’t perform that action at this time.
0 commit comments