mirror of
https://github.com/apache/activemq.git
synced 2025-02-17 07:24:51 +00:00
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/branches/activemq-4.0@433409 13f79535-47bb-0310-9956-ffa450edef68
99 lines
3.3 KiB
XML
Executable File
99 lines
3.3 KiB
XML
Executable File
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!--
|
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
|
contributor license agreements. See the NOTICE file distributed with
|
|
this work for additional information regarding copyright ownership.
|
|
The ASF licenses this file to You under the Apache License, Version 2.0
|
|
(the "License"); you may not use this file except in compliance with
|
|
the License. You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
<!DOCTYPE project>
|
|
<project>
|
|
<pomVersion>3</pomVersion>
|
|
<extend>${basedir}/../etc/project.xml</extend>
|
|
|
|
<name>ActiveMQ :: GBeans</name>
|
|
<id>activemq-gbean</id>
|
|
<shortDescription>Geronimo / GBean support</shortDescription>
|
|
<description>ActiveMQ GBeans used for integration into Apache Geronimo</description>
|
|
|
|
<package>org.activemq.gbean</package>
|
|
<packageGroups>
|
|
<packageGroup>
|
|
<title>Geronimo / GBean support</title>
|
|
<packages>org.activemq.gbean</packages>
|
|
</packageGroup>
|
|
</packageGroups>
|
|
|
|
<!-- ============ -->
|
|
<!-- Dependencies -->
|
|
<!-- ============ -->
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
<groupId>${pom.groupId}</groupId>
|
|
<artifactId>activemq-core</artifactId>
|
|
<version>${pom.currentVersion}</version>
|
|
<properties>
|
|
<eclipse.dependency>true</eclipse.dependency>
|
|
</properties>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>${pom.groupId}</groupId>
|
|
<artifactId>activeio-core</artifactId>
|
|
<version>${activeio_version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>${pom.groupId}</groupId>
|
|
<artifactId>activemq-gbean-management</artifactId>
|
|
<version>${pom.currentVersion}</version>
|
|
<properties>
|
|
<eclipse.dependency>true</eclipse.dependency>
|
|
</properties>
|
|
</dependency>
|
|
<dependency> <!-- Used for unit tests -->
|
|
<groupId>${pom.groupId}</groupId>
|
|
<artifactId>activemq-core-test</artifactId>
|
|
<version>${pom.currentVersion}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>geronimo</groupId>
|
|
<artifactId>geronimo-kernel</artifactId>
|
|
<version>${geronimo_kernel_version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>geronimo</groupId>
|
|
<artifactId>geronimo-system</artifactId>
|
|
<version>${geronimo_system_version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>geronimo</groupId>
|
|
<artifactId>geronimo-management</artifactId>
|
|
<version>${geronimo_management_version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>geronimo</groupId>
|
|
<artifactId>geronimo-j2ee</artifactId>
|
|
<version>${geronimo_j2ee_version}</version>
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<groupId>mx4j</groupId>
|
|
<artifactId>mx4j</artifactId>
|
|
<version>${mx4j_version}</version>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
</project>
|