Hi Edwin,
I had the same problem. Deleting the dependency from the pom solved the
prob for me. But I think the geronimo people should solve this.
Greetings
Christian
---
http://www.liquid-reality.de
Edwin Park schrieb:
Hi,
I ran into the following problem when trying to use the 3.0-incubating
servicemix jars from http://people.apache.org/repo/m2-incubating-repository
today -
Missing:
----------
1) org.apache.geronimo.specs:geronimo-qname_1.1_spec:test:1.0.1
Path to dependency:
4) geronimo:geronimo-kernel:jar:1.1
5) org.apache.geronimo.specs:geronimo-qname_1.1_spec:test:1.0.1
This seems to be an issue with the geronimo:geronimo-kernel:jar:1.1
dependency, which is being picked up from the http://www.ibiblio.com/maven2
repository and contains the following:
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-qname_1.1_spec</artifactId>
<version>1.0.1</version>
<type>test</type>
</dependency>
Note the type=test bit, which seems to be the problem. Maybe scope=test was
intended here instead?
This used to work fine for me, but I happened to do an online maven build
today and it broke. This file seems to have been changed yesterday (Nov 5th
2006).
Ed