From 6f49a9466aaadfad0073c571e023436a9f96bc73 Mon Sep 17 00:00:00 2001 From: Julien Lancelot Date: Tue, 14 Jun 2016 11:27:10 +0200 Subject: SONAR-7713 Use JWT session --- pom.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index c7bc0bce6d9..794d325883a 100644 --- a/pom.xml +++ b/pom.xml @@ -68,6 +68,7 @@ 2.3.3 3.11 2.6.0 + 2.6.6 3.0.0-beta-2 ${settings.localRepository}/com/google/protobuf/protoc/${protobuf.version}/protoc-${protobuf.version}-${os.detected.classifier}.exe @@ -643,6 +644,26 @@ + + io.jsonwebtoken + jjwt + 0.6.0 + + + com.fasterxml.jackson.core + jackson-core + ${jackson.version} + + + com.fasterxml.jackson.core + jackson-databind + ${jackson.version} + + + com.fasterxml.jackson.core + jackson-annotations + ${jackson.version} + org.mybatis mybatis -- cgit v1.2.3