Maybe a missing dependency?

When I build HEAD I get this:

+----------------------------------------
| geronimo-configs Configuration for application client deployments
| Memory: 13M/23M
+----------------------------------------
DEPRECATED: the default goal should be specified in the <build>
section of project.xml instead of maven.xml
DEPRECATED: the default goal should be specified in the <build>
section of project.xml instead of maven.xml

build:end:

Attempting to download j2ee-deployer-1.2-SNAPSHOT.car.
Attempting to download geronimo-spec-corba-1.0-SNAPSHOT.jar.
Attempting to download geronimo-client-builder-1.2-SNAPSHOT.jar.
Attempting to download geronimo-axis-builder-1.2-SNAPSHOT.jar.
Attempting to download geronimo-jetty-builder-1.2-SNAPSHOT.jar.
Attempting to download openejb-builder-2.2-SNAPSHOT.jar.
Attempting to download openejb-pkgen-builder-2.2-SNAPSHOT.jar.
build:start:

multiproject:install-callback:
    [echo] Running car:install for Configuration for application
client deployments
14:53:00,695 ERROR [PackageBuilder]
org.apache.geronimo.common.DeploymentException:
org.apache.geronimo.kernel.repository.MissingDependencyException: uri
activemq/activemq-core/3.2.1/jar not found in repository
org.apache.geronimo.common.DeploymentException:
org.apache.geronimo.kernel.repository.MissingDependencyException: uri
activemq/activemq-core/3.2.1/jar not found in repository
        at 
org.apache.geronimo.deployment.service.ServiceConfigBuilder.getDependencyURI(ServiceConfigBuilder.java:402)
        at 
org.apache.geronimo.deployment.service.ServiceConfigBuilder.addDependencies(ServiceConfigBuilder.java:276)
        at 
org.apache.geronimo.deployment.service.ServiceConfigBuilder.addDependencies(ServiceConfigBuilder.java:303)
        at 
org.apache.geronimo.deployment.service.ServiceConfigBuilder.buildConfiguration(ServiceConfigBuilder.java:204)
        at 
org.apache.geronimo.deployment.service.ServiceConfigBuilder.buildConfiguration(ServiceConfigBuilder.java:167)


I don't understand where the dependency on ActiveMQ is coming from --
I don't see it in:
 * modules/client-builder/project.xml
 * modules/client-builder/target/classes/META-INF/geronimo-service.xml
 * configs/client-deployer/project.xml
 * configs/client-deployer/target/plan/plan.xml
Where else do dependencies come from?

Thanks,
    Aaron

Reply via email to