Skip to content

Commit

Permalink
Revert "kms encryption added"
Browse files Browse the repository at this point in the history
This reverts commit 5e36c29.
  • Loading branch information
Arun Kumar committed May 10, 2017
1 parent 5e36c29 commit e49d87b
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 152 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,7 @@ configure(project(':seedprovider')) {
}

dependencies {
compile 'org.apache.cassandra:cassandra-all:3.9'
compile ('com.amazonaws:aws-java-sdk-core:1.11.49'){force = true}
compile 'com.amazonaws:aws-java-sdk:1.11.49'
compile 'org.apache.cassandra:cassandra-all:3.0.10'

}
}
Expand Down
17 changes: 0 additions & 17 deletions seedprovider/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
apply plugin: 'maven-publish'
apply plugin: 'eclipse'

publishing {
publications {
Expand All @@ -9,27 +8,11 @@ publishing {
}
}

dependencies {
compile ('com.amazonaws:aws-java-sdk-core:1.11.49'){force = true}
compile 'com.amazonaws:aws-java-sdk:1.11.49'
}

task fatJar(type: Jar) {
manifest {
attributes 'Implementation-Title': 'Gradle Jar File Example',
'Implementation-Version': 'version'
}
baseName = 'seedprovider'
from { configurations.compile.collect { it.isDirectory() ? it : zipTree(it) } }
with jar
}

publishing {
repositories {
maven parent.mavenRep
}
}


publishToMavenLocal.dependsOn(build)
publish.dependsOn(build)

This file was deleted.

This file was deleted.

0 comments on commit e49d87b

Please sign in to comment.