-
Notifications
You must be signed in to change notification settings - Fork 293
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Consolidated dependencies and plugins
- Loading branch information
1 parent
d7e680e
commit e9e41c1
Showing
5 changed files
with
47 additions
and
179 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,3 @@ | ||
apply plugin: 'java' | ||
apply plugin: 'nebula.provided-base' | ||
|
||
jar { | ||
manifest { attributes 'Premain-Class': 'com.netflix.priam.cassandra.extensions.PriamStartupAgent' } | ||
} | ||
|
||
dependencies { | ||
compile 'commons-lang:commons-lang:2.6' | ||
compile 'commons-logging:commons-logging:1.1.3' | ||
compile 'commons-collections:commons-collections:3.2.1' | ||
compile 'commons-io:commons-io:2.0.1' | ||
compile 'commons-cli:commons-cli:1.2' | ||
compile 'commons-httpclient:commons-httpclient:3.1' | ||
compile 'com.sun.jersey.contribs:jersey-multipart:1.1.4.1' | ||
compile 'com.sun.jersey:jersey-json:1.9.1' | ||
compile 'com.google.guava:guava:15.0' | ||
compile 'com.google.code.findbugs:jsr305:1.3.9' | ||
compile 'com.amazonaws:aws-java-sdk:1.9.16' | ||
compile 'com.google.inject:guice:3.0' | ||
compile 'com.sun.jersey:jersey-bundle:1.9.1' | ||
compile 'com.sun.jersey.contribs:jersey-guice:1.9.1' | ||
compile 'com.google.inject.extensions:guice-servlet:3.0' | ||
compile 'com.google.code.findbugs:jsr305:1.3.9' | ||
compile 'org.quartz-scheduler:quartz:1.7.3' | ||
compile 'com.googlecode.json-simple:json-simple:1.1' | ||
compile 'org.xerial.snappy:snappy-java:1.0.5-M3' | ||
compile 'org.yaml:snakeyaml:1.10' | ||
compile "org.apache.cassandra:cassandra-all:2.0.9" | ||
compile 'javax.ws.rs:jsr311-api:1.1.1' | ||
compile 'joda-time:joda-time:2.0' | ||
compile 'commons-configuration:commons-configuration:1.5' | ||
compile 'xerces:xercesImpl:2.4.0' | ||
compile 'net.java.dev.jna:jna:3.2.3' | ||
compile 'org.apache.httpcomponents:httpclient:4.2.2' | ||
compile 'org.apache.httpcomponents:httpcore:4.2.2' | ||
compile 'com.ning:compress-lzf:0.9.5' | ||
compile 'org.slf4j:slf4j-api:1.6.1' | ||
compile 'org.slf4j:slf4j-log4j12:1.6.1' | ||
compile 'org.bouncycastle:bcprov-jdk16:1.46' | ||
compile 'org.bouncycastle:bcpg-jdk16:1.46' | ||
compile ('com.google.appengine.tools:appengine-gcs-client:0.4.3') { | ||
exclude module: 'guava' | ||
} | ||
compile 'com.google.apis:google-api-services-storage:v1-rev9-1.19.0' | ||
compile 'com.google.http-client:google-http-client-jackson2:1.19.0' | ||
provided 'javax.servlet:servlet-api:2.5' | ||
testCompile 'com.googlecode.jmockit:jmockit:0.999.17' | ||
testCompile 'junit:junit:4.8' | ||
} |
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,48 +1,4 @@ | ||
apply plugin: 'java' | ||
apply plugin: 'nebula.provided-base' | ||
|
||
dependencies { | ||
compile project(':priam') | ||
compile 'commons-lang:commons-lang:2.6' | ||
compile 'commons-logging:commons-logging:1.1.3' | ||
compile 'commons-collections:commons-collections:3.2.1' | ||
compile 'commons-io:commons-io:2.0.1' | ||
compile 'commons-cli:commons-cli:1.2' | ||
compile 'commons-httpclient:commons-httpclient:3.1' | ||
compile 'com.sun.jersey.contribs:jersey-multipart:1.1.4.1' | ||
compile 'com.sun.jersey:jersey-json:1.9.1' | ||
compile 'com.google.guava:guava:15.0' | ||
compile 'com.google.code.findbugs:jsr305:1.3.9' | ||
compile 'com.amazonaws:aws-java-sdk:1.9.16' | ||
compile 'com.google.inject:guice:3.0' | ||
compile 'com.sun.jersey:jersey-bundle:1.9.1' | ||
compile 'com.sun.jersey.contribs:jersey-guice:1.9.1' | ||
compile 'com.google.inject.extensions:guice-servlet:3.0' | ||
compile 'com.google.code.findbugs:jsr305:1.3.9' | ||
compile 'org.quartz-scheduler:quartz:1.7.3' | ||
compile 'com.googlecode.json-simple:json-simple:1.1' | ||
compile 'org.xerial.snappy:snappy-java:1.0.5-M3' | ||
compile 'org.yaml:snakeyaml:1.10' | ||
compile 'org.apache.cassandra:cassandra-all:2.0.9' | ||
compile 'javax.ws.rs:jsr311-api:1.1.1' | ||
compile 'joda-time:joda-time:2.0' | ||
compile 'commons-configuration:commons-configuration:1.5' | ||
compile 'xerces:xercesImpl:2.4.0' | ||
compile 'net.java.dev.jna:jna:3.2.3' | ||
compile 'org.apache.httpcomponents:httpclient:4.2.2' | ||
compile 'org.apache.httpcomponents:httpcore:4.2.2' | ||
compile 'com.ning:compress-lzf:0.9.5' | ||
compile 'org.slf4j:slf4j-api:1.6.1' | ||
compile 'org.slf4j:slf4j-log4j12:1.6.1' | ||
compile 'org.bouncycastle:bcprov-jdk16:1.46' | ||
compile 'org.bouncycastle:bcpg-jdk16:1.46' | ||
compile ('com.google.appengine.tools:appengine-gcs-client:0.4.3') { | ||
exclude module: 'guava' | ||
} | ||
compile 'com.google.apis:google-api-services-storage:v1-rev9-1.19.0' | ||
compile 'com.google.http-client:google-http-client-jackson2:1.19.0' | ||
provided 'javax.servlet:servlet-api:2.5' | ||
testCompile 'com.googlecode.jmockit:jmockit:0.999.17' | ||
testCompile 'junit:junit:4.8' | ||
testCompile project(path: ':priam', configuration: 'test') | ||
} |
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,47 +1 @@ | ||
apply plugin: 'java' | ||
apply plugin: 'nebula.provided-base' | ||
apply plugin: 'nebula.test-jar' | ||
|
||
dependencies { | ||
compile 'commons-lang:commons-lang:2.6' | ||
compile 'commons-logging:commons-logging:1.1.3' | ||
compile 'commons-collections:commons-collections:3.2.1' | ||
compile 'commons-io:commons-io:2.0.1' | ||
compile 'commons-cli:commons-cli:1.2' | ||
compile 'commons-httpclient:commons-httpclient:3.1' | ||
compile 'com.sun.jersey.contribs:jersey-multipart:1.1.4.1' | ||
compile 'com.sun.jersey:jersey-json:1.9.1' | ||
compile 'com.google.guava:guava:15.0' | ||
compile 'com.google.code.findbugs:jsr305:1.3.9' | ||
compile 'com.amazonaws:aws-java-sdk:1.9.16' | ||
compile 'com.google.inject:guice:3.0' | ||
compile 'com.sun.jersey:jersey-bundle:1.9.1' | ||
compile 'com.sun.jersey.contribs:jersey-guice:1.9.1' | ||
compile 'com.google.inject.extensions:guice-servlet:3.0' | ||
compile 'com.google.code.findbugs:jsr305:1.3.9' | ||
compile 'org.quartz-scheduler:quartz:1.7.3' | ||
compile 'com.googlecode.json-simple:json-simple:1.1' | ||
compile 'org.xerial.snappy:snappy-java:1.0.5-M3' | ||
compile 'org.yaml:snakeyaml:1.10' | ||
compile 'org.apache.cassandra:cassandra-all:2.0.9' | ||
compile 'javax.ws.rs:jsr311-api:1.1.1' | ||
compile 'joda-time:joda-time:2.0' | ||
compile 'commons-configuration:commons-configuration:1.5' | ||
compile 'xerces:xercesImpl:2.4.0' | ||
compile 'net.java.dev.jna:jna:3.2.3' | ||
compile 'org.apache.httpcomponents:httpclient:4.2.2' | ||
compile 'org.apache.httpcomponents:httpcore:4.2.2' | ||
compile 'com.ning:compress-lzf:0.9.5' | ||
compile 'org.slf4j:slf4j-api:1.6.1' | ||
compile 'org.slf4j:slf4j-log4j12:1.6.1' | ||
compile 'org.bouncycastle:bcprov-jdk16:1.46' | ||
compile 'org.bouncycastle:bcpg-jdk16:1.46' | ||
compile ('com.google.appengine.tools:appengine-gcs-client:0.4.3') { | ||
exclude module: 'guava' | ||
} | ||
compile 'com.google.apis:google-api-services-storage:v1-rev9-1.19.0' | ||
compile 'com.google.http-client:google-http-client-jackson2:1.19.0' | ||
provided 'javax.servlet:servlet-api:2.5' | ||
testCompile 'com.googlecode.jmockit:jmockit:0.999.17' | ||
testCompile 'junit:junit:4.8' | ||
} |