Switch to latest depolyed snapshot of activeio and disable persitence for some tests that don't need it on.

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@453454 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2006-10-06 01:41:03 +00:00
parent 5a58837f8e
commit 8c5aadf6a0
2 changed files with 4 additions and 8 deletions

View File

@ -19,18 +19,14 @@
<beans> <beans>
<bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"/> <bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"/>
<broker useJmx="false" xmlns="http://activemq.org/config/1.0"> <broker useJmx="false" xmlns="http://activemq.org/config/1.0" persistent="false">
<persistenceAdapter>
<journaledJDBC journalLogFiles="5" dataDirectory="foo"/>
</persistenceAdapter>
<transportConnectors> <transportConnectors>
<transportConnector uri="tcp://localhost:0" discoveryUri="rendezvous://default"/> <transportConnector uri="tcp://localhost:0" discoveryUri="multicast://default"/>
</transportConnectors> </transportConnectors>
<networkConnectors> <networkConnectors>
<networkConnector uri="rendezvous://default"/> <networkConnector uri="multicast://default"/>
</networkConnectors> </networkConnectors>
</broker> </broker>

View File

@ -224,7 +224,7 @@
<dependency> <dependency>
<groupId>${pom.groupId}</groupId> <groupId>${pom.groupId}</groupId>
<artifactId>activeio-core</artifactId> <artifactId>activeio-core</artifactId>
<version>3.0-SNAPSHOT</version> <version>3.x-incubator-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>