Skip to content

Commit

Permalink
updating links to downloads and doing same slf4j exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
ticktock committed Sep 2, 2010
1 parent de3feff commit e13de21
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#qsandra - A Cassandra backed PersistenceAdapter for ActiveMQ

Version 1.2 supports ActiveMQ 5.3 and Cassandra 0.6.1
Version 1.2.1 supports ActiveMQ 5.3 and Cassandra 0.6.1
Version 1.3-SNAPSHOT supports ActiveMQ 5.4 and Cassandra 0.6.1

##Intro
Expand Down Expand Up @@ -103,9 +103,9 @@ should do it.
##Installing
If you have a standard activemq installation, take the assembly (.zip or .tar.gz) produced by mvn install, or downloaded from

[http://www.ticktock.com/maven/com/ticktock/qsandra/1.1-SNAPSHOT/qsandra-1.1-SNAPSHOT-install.tar.gz](http://www.ticktock.com/maven/com/ticktock/qsandra/1.1-SNAPSHOT/qsandra-1.1-SNAPSHOT-install.tar.gz) or
[http://www.ticktock.com/maven/com/ticktock/qsandra/1.2.1/qsandra-1.2.1-install.tar.gz](http://www.ticktock.com/maven/com/ticktock/qsandra/1.2.1/qsandra-1.2.1-install.tar.gz) or

[http://www.ticktock.com/maven/com/ticktock/qsandra/1.1-SNAPSHOT/qsandra-1.1-SNAPSHOT-install.zip](http://www.ticktock.com/maven/com/ticktock/qsandra/1.1-SNAPSHOT/qsandra-1.1-SNAPSHOT-install.zip)
[http://www.ticktock.com/maven/com/ticktock/qsandra/1.2.1/qsandra-1.2.1-install.zip](http://www.ticktock.com/maven/com/ticktock/qsandra/1.2.1/qsandra-1.2.1-install.zip)

and place it in the root of your activemq install and unpack. This will place the necessary jars in lib/optional. You can now include this persistence adapter in your broker configuration.

Expand All @@ -122,6 +122,6 @@ Add to dependencies:
<dependency>
<groupId>com.tickock</groupId>
<artifactId>qsandra</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.2.1</version>
</dependency>

7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,12 @@
<groupId>com.shorrockin</groupId>
<artifactId>cascal</artifactId>
<version>1.3-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down Expand Up @@ -345,6 +351,7 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>${slf4j.version}</version>
<scope>test</scope>
</dependency>

<dependency>
Expand Down

0 comments on commit e13de21

Please sign in to comment.