mirror of https://github.com/apache/maven.git
Port to JDK 1.4
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@587777 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
880785ac04
commit
f4207feee2
|
@ -1054,7 +1054,7 @@ public class DefaultMavenProjectBuilder
|
|||
URI uri = null;
|
||||
try
|
||||
{
|
||||
uri = url.toURI();
|
||||
uri = new URI( url.toString() );
|
||||
reader = ReaderFactory.newXmlReader( url.openStream() );
|
||||
return readModel( projectId, uri, reader, strict );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue