You are viewing a plain text version of this content. The canonical link for it is here.
Posted to s4-commits@incubator.apache.org by mm...@apache.org on 2013/02/21 20:07:19 UTC

[1/2] git commit: Fix some dependencies

Fix some dependencies


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

Branch: refs/heads/S4-110-new
Commit: d34187948156f52abaf4437b4d99bc13089814c2
Parents: 8af60c8
Author: Matthieu Morel <mm...@apache.org>
Authored: Thu Feb 21 14:28:14 2013 +0100
Committer: Matthieu Morel <mm...@apache.org>
Committed: Thu Feb 21 14:28:14 2013 +0100

----------------------------------------------------------------------
 build.gradle                   |    4 ++--
 lib/reflectasm-1.07-shaded.jar |  Bin 65612 -> 0 bytes
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-s4/blob/d3418794/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 828ba30..9b72b89 100644
--- a/build.gradle
+++ b/build.gradle
@@ -62,7 +62,7 @@ project.ext["libraries"] = [
     kryo:               'com.esotericsoftware.kryo:kryo:2.20',
     minlog:             'com.googlecode:minlog:1.2',
     // NOTE shaded jar is not resolved correctly, we include it in /lib directory
-    reflectasm:         'com.esotericsoftware.reflectasm:reflectasm:1.07-shaded',
+    reflectasm:         'com.esotericsoftware.reflectasm:reflectasm:1.07:shaded',
     netty:              'io.netty:netty:3.5.11.Final',
     mockito_core:       'org.mockito:mockito-core:1.9.0',
     commons_config:     'commons-configuration:commons-configuration:1.6',
@@ -77,7 +77,7 @@ project.ext["libraries"] = [
     restlet_neo:        'com.noelios.restlet:com.noelios.restlet:1.1.10',
     restlet:            'org.restlet:org.restlet:1.1.10',
     objenesis:          'org.objenesis:objenesis:1.2',
-    slf4j:              'org.slf4j:slf4j-api:1.6.1',
+    slf4j:              'org.slf4j:slf4j-api:1.6.4',
     log4j:              'log4j:log4j:1.2.15',
     logback_core:       'ch.qos.logback:logback-core:0.9.29',
     logback_classic:    'ch.qos.logback:logback-classic:0.9.29',

http://git-wip-us.apache.org/repos/asf/incubator-s4/blob/d3418794/lib/reflectasm-1.07-shaded.jar
----------------------------------------------------------------------
diff --git a/lib/reflectasm-1.07-shaded.jar b/lib/reflectasm-1.07-shaded.jar
deleted file mode 100644
index 1e182c1..0000000
Binary files a/lib/reflectasm-1.07-shaded.jar and /dev/null differ