Skip to content

Commit e49d87b

Browse files
author
Arun Kumar
committed
Revert "kms encryption added"
This reverts commit 5e36c29.
1 parent 5e36c29 commit e49d87b

File tree

4 files changed

+1
-152
lines changed

4 files changed

+1
-152
lines changed

build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,7 @@ configure(project(':seedprovider')) {
112112
}
113113

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

119117
}
120118
}

seedprovider/build.gradle

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
apply plugin: 'maven-publish'
2-
apply plugin: 'eclipse'
32

43
publishing {
54
publications {
@@ -9,27 +8,11 @@ publishing {
98
}
109
}
1110

12-
dependencies {
13-
compile ('com.amazonaws:aws-java-sdk-core:1.11.49'){force = true}
14-
compile 'com.amazonaws:aws-java-sdk:1.11.49'
15-
}
16-
17-
task fatJar(type: Jar) {
18-
manifest {
19-
attributes 'Implementation-Title': 'Gradle Jar File Example',
20-
'Implementation-Version': 'version'
21-
}
22-
baseName = 'seedprovider'
23-
from { configurations.compile.collect { it.isDirectory() ? it : zipTree(it) } }
24-
with jar
25-
}
26-
2711
publishing {
2812
repositories {
2913
maven parent.mavenRep
3014
}
3115
}
3216

33-
3417
publishToMavenLocal.dependsOn(build)
3518
publish.dependsOn(build)

seedprovider/src/main/java/com/mesosphere/dcos/cassandra/keyprovider/AdobeKmsKeyProvider.java

Lines changed: 0 additions & 113 deletions
This file was deleted.

seedprovider/src/main/java/com/mesosphere/dcos/cassandra/keyprovider/exception/KmsAccessException.java

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)