Created
October 23, 2012 01:53
-
-
Save jsanda/3936212 to your computer and use it in GitHub Desktop.
module file for cassandra jdbc driver
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<module xmlns="urn:jboss:module:1.0" name="org.apache-extras.cassandra-jdbc"> | |
<resources> | |
<resource-root path="cassandra-jdbc-1.2.0-SNAPSHOT.jar"/> | |
<resource-root path="cassandra-clientutil-1.2.0-beta1.jar"/> | |
<resource-root path="cassandra-thrift-1.2.0-beta1.jar"/> | |
<resource-root path="libthrift-0.7.0.jar"/> | |
<resource-root path="jsr305-1.3.9.jar"/> | |
<resource-root path="guava-12.0.jar"/> | |
</resources> | |
<dependencies> | |
<module name="org.slf4j"/> | |
<module name="org.apache.commons.lang"/> | |
</dependencies> | |
</module> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment