Skip to content

Commit d2cc4ad

Browse files
committed
Rename modelBuilder to model
1 parent 3f98c8f commit d2cc4ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ apache-ant = "org.apache.ant:ant:1.10.15"
1010
apache-commonsCodec = "commons-codec:commons-codec:1.20.0"
1111
apache-commonsIo = "commons-io:commons-io:2.21.0"
1212
apache-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"
1414
asm = "org.ow2.asm:asm-commons:9.9.1"
1515
# jdependency should be updated together with ASM, see https://github.com/tcurdt/jdependency/issues/325.
1616
jdependency = "org.vafer:jdependency:2.14"

0 commit comments

Comments
 (0)