Author: rmannibucau
Date: Tue Mar 12 16:20:29 2013
New Revision: 1455601
URL: http://svn.apache.org/r1455601
Log:
excluding AMQ jdbc store by default in tomee
Modified:
tomee/tomee/trunk/tomee/pom.xml
tomee/tomee/trunk/tomee/tomee-plus-webapp/pom.xml
Modified: tomee/tomee/trunk/tomee/pom.xml
URL:
http://svn.apache.org/viewvc/tomee/tomee/trunk/tomee/pom.xml?rev=1455601&r1=1455600&r2=1455601&view=diff
==============================================================================
--- tomee/tomee/trunk/tomee/pom.xml (original)
+++ tomee/tomee/trunk/tomee/pom.xml Tue Mar 12 16:20:29 2013
@@ -84,6 +84,10 @@
</exclusion>
<exclusion>
<groupId>org.apache.activemq</groupId>
+ <artifactId>activemq-jdbc-store</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.activemq</groupId>
<artifactId>activemq-ra</artifactId>
</exclusion>
<exclusion>
@@ -133,6 +137,10 @@
</exclusion>
<exclusion>
<groupId>org.apache.activemq</groupId>
+ <artifactId>activemq-jdbc-store</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.activemq</groupId>
<artifactId>activemq-ra</artifactId>
</exclusion>
<exclusion>
@@ -165,6 +173,10 @@
</exclusion>
<exclusion>
<groupId>org.apache.activemq</groupId>
+ <artifactId>activemq-jdbc-store</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.activemq</groupId>
<artifactId>activemq-ra</artifactId>
</exclusion>
<exclusion>
Modified: tomee/tomee/trunk/tomee/tomee-plus-webapp/pom.xml
URL:
http://svn.apache.org/viewvc/tomee/tomee/trunk/tomee/tomee-plus-webapp/pom.xml?rev=1455601&r1=1455600&r2=1455601&view=diff
==============================================================================
--- tomee/tomee/trunk/tomee/tomee-plus-webapp/pom.xml (original)
+++ tomee/tomee/trunk/tomee/tomee-plus-webapp/pom.xml Tue Mar 12 16:20:29 2013
@@ -44,6 +44,10 @@
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
+ <artifactId>activemq-jdbc-store</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.activemq</groupId>
<artifactId>activemq-ra</artifactId>
</dependency>
<dependency>