mirror of https://github.com/apache/activemq.git
70 lines
2.3 KiB
XML
Executable File
70 lines
2.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 :: Transport :: JXTA</name>
|
|
<id>activemq-transport-jxta</id>
|
|
<shortDescription>ActiveMQ JXTA Message Transport</shortDescription>
|
|
<description>ActiveMQ JXTA Message Transport</description>
|
|
|
|
<package>org.activemq.transport.jxta</package>
|
|
<packageGroups>
|
|
<packageGroup>
|
|
<title>JXTA Message Transport</title>
|
|
<packages>org.activemq.transport.jxta</packages>
|
|
</packageGroup>
|
|
</packageGroups>
|
|
|
|
<!-- ============ -->
|
|
<!-- Dependencies -->
|
|
<!-- ============ -->
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
<groupId>activemq</groupId>
|
|
<artifactId>activemq-core</artifactId>
|
|
<version>${pom.currentVersion}</version>
|
|
<properties>
|
|
<eclipse.dependency>true</eclipse.dependency>
|
|
</properties>
|
|
</dependency>
|
|
<dependency> <!-- Used for unit tests -->
|
|
<groupId>activemq</groupId>
|
|
<artifactId>activemq-core-test</artifactId>
|
|
<version>${pom.currentVersion}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>p2psockets</groupId>
|
|
<artifactId>p2psockets-core</artifactId>
|
|
<version>${p2psockets_core_version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>jxta</groupId>
|
|
<artifactId>jxta</artifactId>
|
|
<version>${jxta_version}</version>
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</project>
|