Author: chirino
Date: Wed Dec 21 20:07:49 2005
New Revision: 358481
URL: http://svn.apache.org/viewcvs?rev=358481&view=rev
Log:
add m2 poms for systest and the web modules.
Added:
incubator/activemq/trunk/activemq-systest/pom.xml (with props)
Modified:
incubator/activemq/trunk/activemq-web/pom.xml
incubator/activemq/trunk/pom.xml
Added: incubator/activemq/trunk/activemq-systest/pom.xml
URL:
http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-systest/pom.xml?rev=358481&view=auto
==============================================================================
--- incubator/activemq/trunk/activemq-systest/pom.xml (added)
+++ incubator/activemq/trunk/activemq-systest/pom.xml Wed Dec 21 20:07:49 2005
@@ -0,0 +1,100 @@
+<model>
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.apache.activemq</groupId>
+ <artifactId>activemq-project</artifactId>
+ <version>4.0-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+
+ <artifactId>activemq-systest</artifactId>
+ <packaging>jar</packaging>
+ <name>ActiveMQ :: System Test</name>
+ <description>System Testing Framework for ActiveMQ</description>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>compile</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.activemq</groupId>
+ <artifactId>activemq-core</artifactId>
+ <version>${version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>backport-util-concurrent</groupId>
+ <artifactId>backport-util-concurrent</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>activeio</groupId>
+ <artifactId>activeio</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>geronimo-spec</groupId>
+ <artifactId>geronimo-spec-jms</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>geronimo-spec</groupId>
+ <artifactId>geronimo-spec-j2ee-connector</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>xbean</groupId>
+ <artifactId>xbean-spring</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>cglib</groupId>
+ <artifactId>cglib-full</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>jetty</groupId>
+ <artifactId>servlet-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>jetty</groupId>
+ <artifactId>jetty</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>activemq</groupId>
+ <artifactId>jmdns</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.derby</groupId>
+ <artifactId>derby</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>annogen</groupId>
+ <artifactId>annogen</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>ant</groupId>
+ <artifactId>ant</artifactId>
+ </dependency>
+
+ </dependencies>
+
+</model>
Propchange: incubator/activemq/trunk/activemq-systest/pom.xml
------------------------------------------------------------------------------
svn:executable = *
Modified: incubator/activemq/trunk/activemq-web/pom.xml
URL:
http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-web/pom.xml?rev=358481&r1=358480&r2=358481&view=diff
==============================================================================
--- incubator/activemq/trunk/activemq-web/pom.xml (original)
+++ incubator/activemq/trunk/activemq-web/pom.xml Wed Dec 21 20:07:49 2005
@@ -11,7 +11,7 @@
<artifactId>activemq-web</artifactId>
<packaging>jar</packaging>
<name>ActiveMQ :: Web</name>
- <description>Web Connector for REST API and Streamlets
support</description>description>
+ <description>Web Connector for REST API and Streamlets support</description>
<dependencies>
Modified: incubator/activemq/trunk/pom.xml
URL:
http://svn.apache.org/viewcvs/incubator/activemq/trunk/pom.xml?rev=358481&r1=358480&r2=358481&view=diff
==============================================================================
--- incubator/activemq/trunk/pom.xml (original)
+++ incubator/activemq/trunk/pom.xml Wed Dec 21 20:07:49 2005
@@ -94,6 +94,7 @@
<module>activemq-jaas</module>
<module>activemq-optional</module>
<module>activemq-web</module>
+ <module>activemq-systest</module>
<module>activeio</module>
<module>activecluster</module>
@@ -443,6 +444,18 @@
<artifactId>cglib-full</artifactId>
<version>2.0</version>
<scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>annogen</groupId>
+ <artifactId>annogen</artifactId>
+ <version>0.1.0</version>
+ </dependency>
+
+ <dependency>
+ <groupId>ant</groupId>
+ <artifactId>ant</artifactId>
+ <version>1.6.2</version>
</dependency>
</dependencies>