File tree Expand file tree Collapse file tree 4 files changed +1
-152
lines changed
src/main/java/com/mesosphere/dcos/cassandra/keyprovider Expand file tree Collapse file tree 4 files changed +1
-152
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 11apply plugin : ' maven-publish'
2- apply plugin : ' eclipse'
32
43publishing {
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-
2711publishing {
2812 repositories {
2913 maven parent. mavenRep
3014 }
3115}
3216
33-
3417publishToMavenLocal. dependsOn(build)
3518publish. dependsOn(build)
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments