GEARPUMP-10, Downgrade netty from Netty 4 to Netty 3.8 cause the OAuth2 
authentication failure


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

Branch: refs/heads/master
Commit: 55584a41cef8d6a930dcf2a34ed01ccd3f60c68e
Parents: d092e80
Author: Sean Zhong <[email protected]>
Authored: Mon Apr 4 21:37:32 2016 +0800
Committer: manuzhang <[email protected]>
Committed: Tue Apr 26 14:26:13 2016 +0800

----------------------------------------------------------------------
 project/Build.scala | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/55584a41/project/Build.scala
----------------------------------------------------------------------
diff --git a/project/Build.scala b/project/Build.scala
index 3fc0ff9..5b95612 100644
--- a/project/Build.scala
+++ b/project/Build.scala
@@ -287,8 +287,7 @@ object Build extends sbt.Build {
       "com.softwaremill" %% "akka-http-session" % "0.1.4",
       "com.typesafe.akka" %% "akka-http-spray-json-experimental"% akkaVersion,
       "com.github.scribejava" % "scribejava-apis" % "2.4.0",
-      "com.ning" % "async-http-client" % "1.9.33"
-        exclude("io.netty", "netty"),
+      "com.ning" % "async-http-client" % "1.9.33",
       "org.webjars" % "angularjs" % "1.4.9",
       "org.webjars.npm" % "angular-touch" % "1.5.0", // angular 1.5 breaks 
ui-select, but we need ng-touch 1.5
       "org.webjars" % "angular-ui-router" % "0.2.15",

Reply via email to