Why are there yoko deps listed in the repository module, but there are
no artifacts for org/apache/yoko checked in there?
----8<----
<dependency>
<groupId>org.apache.yoko</groupId>
<artifactId>yoko-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.yoko</groupId>
<artifactId>yoko-rmi-impl</artifactId>
</dependency>
<dependency>
<groupId>org.apache.yoko</groupId>
<artifactId>yoko-rmi-spec</artifactId>
</dependency>
<dependency>
<groupId>org.apache.yoko</groupId>
<artifactId>yoko-spec-corba</artifactId>
</dependency>
---->8----
This causes the repository module build to pull them from a remote
repository... which isn't really the purpose of this module at at...
its only to install those artifacts which are under repository/* into
the local repo cache.
Anyone know whats up with this?
--jason