Changes made to the geronimo pom.xml files in the ibiblio repository yesterday (Nov 5) are causing maven builds to fail. Apparently a new dependency called geronimo-kernel was introduced, and in the 1.1 version of geronimo-kernel is the following dependency:
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-qname_1.1_spec</artifactId>
<version>1.0.1</version>
<type>test</type>
</dependency>
Which causes the following error when building with maven:
Missing:
----------
1) org.apache.geronimo.specs:geronimo-qname_1.1_spec:test:1.0.1
Note the type=test bit, which seems to be the problem. Maybe scope=test was intended here instead?
I’d appreciate it if someone could resolve this...
Thanks,
Ed
Confidential and Proprietary
