Hi,
We have the following dependency in jboynes/sca/pom.xml
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-commonj_1.1_spec</artifactId>
<version>1.0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
I found that
http://people.apache.org/repository/org.apache.geronimo.specs/poms/geronimo-commonj_1.1_spec-1.0.1-SNAPSHOT.pom
has the following section:
<parent>
<artifactId>specs</artifactId>
<groupId>org.apache.geronimo.specs</groupId>
<version>1.2-SNAPSHOT</version>
</parent>
And
http://people.apache.org/repository/org.apache.geronimo.specs/poms/specs-1.2-SNAPSHOT.pom
does NOT exist.
I tried org.apache.geronimo.specs:geronimo-commonj_1.1_spec:1.0.-SNAPSHOT and
it works.
Thanks,
Raymond