-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version 0.4.3, Added additional configuration options.
- Loading branch information
Showing
5 changed files
with
35 additions
and
11 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<plugin name='cassandra-astyanax' version='0.4.2' grailsVersion='2.0.0 > *'> | ||
<plugin name='cassandra-astyanax' version='0.4.3' grailsVersion='2.0.0 > *'> | ||
<author>Bob Florian</author> | ||
<authorEmail>[email protected]</authorEmail> | ||
<title>Astyanax Cassandra Client</title> | ||
|
@@ -7,7 +7,7 @@ to make using it from Groovy more convenient. It also implements the interface | |
that provides GORM-like dynamic methods for storing Groovy objects and relationships in Cassandra. | ||
Note that this plugin does not implement the GORM API. | ||
</description> | ||
<documentation>http://grails.org/plugin/cassandra-astyanax</documentation> | ||
<documentation>http://bflorian.github.io/cassandra-astyanax/</documentation> | ||
<type>CassandraAstyanaxGrailsPlugin</type> | ||
<resources> | ||
<resource>com.reachlocal.grails.plugins.cassandra.astyanax.AstyanaxService</resource> | ||
|
@@ -21,13 +21,13 @@ Note that this plugin does not implement the GORM API. | |
<dependency group='org.spockframework' name='spock-grails-support' version='0.7-groovy-2.0' /> | ||
</test> | ||
<compile> | ||
<dependency group='com.netflix.astyanax' name='astyanax-core' version='1.56.42' /> | ||
<dependency group='com.netflix.astyanax' name='astyanax-cassandra' version='1.56.42' /> | ||
<dependency group='com.netflix.astyanax' name='astyanax-core' version='1.56.42' /> | ||
<dependency group='com.netflix.astyanax' name='astyanax-thrift' version='1.56.42' /> | ||
</compile> | ||
<runtime> | ||
<dependency group='com.github.stephenc.high-scale-lib' name='high-scale-lib' version='1.1.1' /> | ||
<dependency group='com.github.stephenc.eaio-uuid' name='uuid' version='3.2.0' /> | ||
<dependency group='com.github.stephenc.high-scale-lib' name='high-scale-lib' version='1.1.1' /> | ||
</runtime> | ||
</dependencies> | ||
<plugins /> | ||
|
This file contains 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