activemq/activeio/activeio-jxta/pom.xml

62 lines
1.6 KiB
XML

<project>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.activeio</groupId>
<artifactId>activeio-project</artifactId>
<relativePath>../pom.xml</relativePath>
<version>3.0-SNAPSHOT</version>
</parent>
<artifactId>activeio-jxta</artifactId>
<name>ActiveIO :: JXTA</name>
<description>An AcitveIO JXTA Channel Implementation</description>
<dependencies>
<!-- Required Dependencies -->
<dependency>
<groupId>org.apache.activeio</groupId>
<artifactId>activeio-core</artifactId>
<version>${version}</version>
</dependency>
<dependency>
<groupId>org.apache.activeio</groupId>
<artifactId>activeio-core</artifactId>
<version>${version}</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>backport-util-concurrent</groupId>
<artifactId>backport-util-concurrent</artifactId>
</dependency>
<!-- For JXTA integration -->
<dependency>
<groupId>p2psockets</groupId>
<artifactId>p2psockets-core</artifactId>
<version>1.1.2</version>
</dependency>
<dependency>
<groupId>jxta</groupId>
<artifactId>jxta</artifactId>
<version>2.0</version>
</dependency>
<!-- Unit Test Dependencies -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</dependency>
</dependencies>
</project>