This is an automated email from the ASF dual-hosted git repository.

tianxiaoliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-kie.git


The following commit(s) were added to refs/heads/master by this push:
     new 3c1c16a  Bug fix: remove unused import (#224)
3c1c16a is described below

commit 3c1c16a909c4749e5f98874204c7e6a49419036a
Author: little-cui <[email protected]>
AuthorDate: Mon Nov 1 17:51:39 2021 +0800

    Bug fix: remove unused import (#224)
---
 cmd/kieserver/main.go | 1 -
 1 file changed, 1 deletion(-)

diff --git a/cmd/kieserver/main.go b/cmd/kieserver/main.go
index aa3228e..bc717a2 100644
--- a/cmd/kieserver/main.go
+++ b/cmd/kieserver/main.go
@@ -26,7 +26,6 @@ import (
 
        //custom handlers
        _ "github.com/apache/servicecomb-kie/server/handler"
-       _ "github.com/go-chassis/go-chassis/v2/middleware/jwt"
        _ "github.com/go-chassis/go-chassis/v2/middleware/monitoring"
        _ "github.com/go-chassis/go-chassis/v2/middleware/ratelimiter"
 

Reply via email to