Skip to content

Commit

Permalink
Merge pull request #147 from pzapletal/issue-145-configs
Browse files Browse the repository at this point in the history
ISSUE-145: Akka configuration fix
  • Loading branch information
chbatey committed Apr 8, 2016
2 parents 9020667 + 04877bc commit b6499c4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion java-client/build.gradle
Expand Up @@ -139,7 +139,7 @@ task wrapper(type: Wrapper) {
}

shadowJar {
append('reference.conf')
append('application.conf')
relocate 'org.apache.cassandra', 'scassandra.org.apache.cassandra'
relocate 'org.mortbay', 'scassandra.org.mortbay'
relocate 'com.google.common', 'scassandra.com.google.common'
Expand Down
Expand Up @@ -12,8 +12,6 @@ scassandra.startup-timeout-ms=2000
# Make your edits/overrides in your application.conf.

akka {
# Akka version, checked against the runtime version of Akka.
version = "2.3.9"

# Home directory of Akka, modules in the deploy directory will be loaded
home = ""
Expand Down
Expand Up @@ -11,8 +11,6 @@ scassandra.admin.listen-address=localhost
# Make your edits/overrides in your application.conf.

akka {
# Akka version, checked against the runtime version of Akka.
version = "2.3.9"

# Home directory of Akka, modules in the deploy directory will be loaded
home = ""
Expand Down

0 comments on commit b6499c4

Please sign in to comment.