You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by ma...@apache.org on 2014/04/02 02:21:50 UTC

git commit: Upgrading to latest twitter common and guava 16.

Repository: incubator-aurora
Updated Branches:
  refs/heads/master ad35931b2 -> 17a76806f


Upgrading to latest twitter common and guava 16.

Bugs closed: AURORA-298

Reviewed at https://reviews.apache.org/r/19885/


Project: http://git-wip-us.apache.org/repos/asf/incubator-aurora/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-aurora/commit/17a76806
Tree: http://git-wip-us.apache.org/repos/asf/incubator-aurora/tree/17a76806
Diff: http://git-wip-us.apache.org/repos/asf/incubator-aurora/diff/17a76806

Branch: refs/heads/master
Commit: 17a76806f154aa54adf2d3d01f7a9ab53185b032
Parents: ad35931
Author: Maxim Khutornenko <ma...@apache.org>
Authored: Tue Apr 1 17:21:35 2014 -0700
Committer: Maxim Khutornenko <ma...@apache.org>
Committed: Tue Apr 1 17:21:35 2014 -0700

----------------------------------------------------------------------
 build.gradle | 84 +++++++++++++++++++++++++++----------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/17a76806/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 8e733e5..109c193 100644
--- a/build.gradle
+++ b/build.gradle
@@ -136,17 +136,17 @@ jar {
 }
 
 dependencies {
-  def jerseyRev = '1.12'
+  def jerseyRev = '1.17.1'
   def libthriftRev = '0.9.1'
   def log4jRev = '1.2.17'
   def slf4jRev = '1.6.1'
   def junitRev = '4.11'
 
-  def guavaDep = 'com.google.guava:guava:15.0'
+  def guavaDep = 'com.google.guava:guava:16.0'
   def thriftLib = "org.apache.thrift:libthrift:${libthriftRev}"
 
   compile 'aopalliance:aopalliance:1.0'
-  compile 'com.google.code.findbugs:jsr305:1.3.9'
+  compile 'com.google.code.findbugs:jsr305:2.0.1'
   compile guavaDep
   compile 'com.google.inject:guice:3.0'
   compile 'com.google.protobuf:protobuf-java:2.5.0'
@@ -155,7 +155,7 @@ dependencies {
   compile "com.sun.jersey:jersey-server:${jerseyRev}"
   compile "com.sun.jersey:jersey-servlet:${jerseyRev}"
   compile "com.sun.jersey.contribs:jersey-guice:${jerseyRev}"
-  compile 'commons-lang:commons-lang:2.5'
+  compile 'commons-lang:commons-lang:2.6'
   compile 'javax.inject:javax.inject:1'
   compile 'javax.servlet:servlet-api:2.5'
   compile "log4j:log4j:${log4jRev}"
@@ -165,44 +165,44 @@ dependencies {
   compile 'org.apache.zookeeper:zookeeper:3.3.4'
   compile "org.slf4j:slf4j-api:${slf4jRev}"
   compile "org.slf4j:slf4j-jdk14:${slf4jRev}"
-  compile 'com.twitter.common.logging:log4j:0.0.4'
-  compile 'com.twitter.common.webassets:bootstrap:0.0.2'
-  compile 'com.twitter.common.webassets:jquery:0.0.2'
-  compile 'com.twitter.common.zookeeper.guice:client-flagged:0.0.3'
-  compile 'com.twitter.common.zookeeper.guice:client:0.0.3'
-  compile 'com.twitter.common.zookeeper:candidate:0.0.56'
-  compile 'com.twitter.common.zookeeper:client:0.0.46'
-  compile 'com.twitter.common.zookeeper:group:0.0.59'
-  compile 'com.twitter.common.zookeeper:server-set:1.0.64'
-  compile 'com.twitter.common.zookeeper:singleton-service:0.0.76'
-  compile 'com.twitter.common:application-http:0.0.53'
-  compile 'com.twitter.common:application-module-applauncher:0.0.46'
-  compile 'com.twitter.common:application-module-http:0.0.56'
-  compile 'com.twitter.common:application-module-lifecycle:0.0.43'
-  compile 'com.twitter.common:application-module-log:0.0.51'
-  compile 'com.twitter.common:application-module-stats:0.0.41'
-  compile 'com.twitter.common:application:0.0.68'
-  compile 'com.twitter.common:args:0.2.1'
-  compile 'com.twitter.common:base:0.0.75'
-  compile 'com.twitter.common:collections:0.0.60'
-  compile 'com.twitter.common:dynamic-host-set:0.0.37'
-  compile 'com.twitter.common:inject-timed:0.0.9'
-  compile 'com.twitter.common:inject:0.0.31'
-  compile 'com.twitter.common:io:0.0.46'
-  compile 'com.twitter.common:jdk-logging:0.0.37'
-  compile 'com.twitter.common:logging:0.0.55'
-  compile 'com.twitter.common:net-http-filters:0.0.3'
-  compile 'com.twitter.common:net-util:0.0.68'
-  compile 'com.twitter.common:quantity:0.0.57'
-  compile 'com.twitter.common:stats:0.0.85'
-  compile 'com.twitter.common:testing-easymock:0.0.2'
-  compile 'com.twitter.common:thrift:0.0.63'
-  compile 'com.twitter.common:util-executor-service-shutdown:0.0.43'
-  compile 'com.twitter.common:util-system-mocks:0.0.58'
-  compile 'com.twitter.common:util-templating:0.0.19'
-  compile 'com.twitter.common:util-testing:0.0.7'
-  compile 'com.twitter.common:util:0.0.87'
-  compile 'com.twitter.common:zookeeper-testing:0.0.40'
+  compile 'com.twitter.common.logging:log4j:0.0.7'
+  compile 'com.twitter.common.webassets:bootstrap:0.0.4'
+  compile 'com.twitter.common.webassets:jquery:0.0.4'
+  compile 'com.twitter.common.zookeeper.guice:client-flagged:0.0.5'
+  compile 'com.twitter.common.zookeeper.guice:client:0.0.5'
+  compile 'com.twitter.common.zookeeper:candidate:0.0.64'
+  compile 'com.twitter.common.zookeeper:client:0.0.56'
+  compile 'com.twitter.common.zookeeper:group:0.0.69'
+  compile 'com.twitter.common.zookeeper:server-set:1.0.74'
+  compile 'com.twitter.common.zookeeper:singleton-service:0.0.85'
+  compile 'com.twitter.common:application-http:0.0.59'
+  compile 'com.twitter.common:application-module-applauncher:0.0.51'
+  compile 'com.twitter.common:application-module-http:0.0.62'
+  compile 'com.twitter.common:application-module-lifecycle:0.0.48'
+  compile 'com.twitter.common:application-module-log:0.0.56'
+  compile 'com.twitter.common:application-module-stats:0.0.44'
+  compile 'com.twitter.common:application:0.0.73'
+  compile 'com.twitter.common:args:0.2.9'
+  compile 'com.twitter.common:base:0.0.87'
+  compile 'com.twitter.common:collections:0.0.74'
+  compile 'com.twitter.common:dynamic-host-set:0.0.44'
+  compile 'com.twitter.common:inject-timed:0.0.11'
+  compile 'com.twitter.common:inject:0.0.35'
+  compile 'com.twitter.common:io:0.0.53'
+  compile 'com.twitter.common:jdk-logging:0.0.44'
+  compile 'com.twitter.common:logging:0.0.61'
+  compile 'com.twitter.common:net-http-filters:0.0.6'
+  compile 'com.twitter.common:net-util:0.0.80'
+  compile 'com.twitter.common:quantity:0.0.71'
+  compile 'com.twitter.common:stats:0.0.91'
+  compile 'com.twitter.common:testing-easymock:0.0.4'
+  compile 'com.twitter.common:thrift:0.0.68'
+  compile 'com.twitter.common:util-executor-service-shutdown:0.0.49'
+  compile 'com.twitter.common:util-system-mocks:0.0.72'
+  compile 'com.twitter.common:util-templating:0.0.25'
+  compile 'com.twitter.common:util-testing:0.0.10'
+  compile 'com.twitter.common:util:0.0.94'
+  compile 'com.twitter.common:zookeeper-testing:0.0.45'
 
   testCompile "junit:junit:${junitRev}"