Hi, I'm trying to build geronimos daytrader application. http://svn.apache.org/repos/asf/geronimo/daytrader/trunk
As I run 'mvn install' this comes up: Couldn't find a version in [2.0.0] to match range [1.0,2.0) org.apache.geronimo.specs:geronimo-jaxrpc_1.1_spec:jar:null from the specified remote repositories: central (http://repo1.maven.org/maven2), apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository), apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository), codehaus-snapshots (http://snapshots.repository.codehaus.org), apache-incubator (http://people.apache.org/repo/m2-incubating-repository/) What is this message trying to tell me? I understand that in the pom.xmlthere is a dependency given on the geronimo-jaxrpc module in the range of [ 1.0, 2.0) What I don't understand is that maven is not finding any version within that range, since there are such modules present in the repository? Can someone please give me a hint? Martin
