diff --git a/ivy/src/main/scala/sbt/Ivy.scala b/ivy/src/main/scala/sbt/Ivy.scala index 51f538740..6154bdbe8 100644 --- a/ivy/src/main/scala/sbt/Ivy.scala +++ b/ivy/src/main/scala/sbt/Ivy.scala @@ -168,7 +168,7 @@ final class IvySbt(val configuration: IvyConfiguration) /** Parses the Maven pom 'pomFile' from the given `PomConfiguration`.*/ private def configurePom(pc: PomConfiguration) = { - val md = PomModuleDescriptorParser.getInstance.parseDescriptor(settings, toURL(pc.file), pc.validate) + val md = CustomPomParser.default.parseDescriptor(settings, toURL(pc.file), pc.validate) val dmd = IvySbt.toDefaultModuleDescriptor(md) IvySbt.addConfigurations(dmd, Configurations.defaultInternal) val defaultConf = Configurations.DefaultMavenConfiguration.name