@@ -18,7 +18,7 @@ dependencies {
1818 compile group : ' org.apache.tomcat' , name : ' tomcat-catalina' , version : ' 7.0.27'
1919 compile group : ' redis.clients' , name : ' jedis' , version : ' 2.5.2'
2020 compile group : ' org.apache.commons' , name : ' commons-pool2' , version : ' 2.2'
21- compile group : ' commons-codec' , name : ' commons-codec' , version : ' 1.9'
21+ // compile group: 'commons-codec', name: 'commons-codec', version: '1.9'
2222
2323 testCompile group : ' junit' , name : ' junit' , version : ' 4.+'
2424 testCompile ' org.hamcrest:hamcrest-core:1.3'
@@ -66,10 +66,15 @@ uploadArchives {
6666 description ' Tomcat Redis Session Manager is a Tomcat extension to store sessions in Redis'
6767 url ' https://github.com/jcoleman/tomcat-redis-session-manager'
6868
69+ issueManagement {
70+ url ' https://github.com:jcoleman/tomcat-redis-session-manager/issues'
71+ system ' GitHub Issues'
72+ }
73+
6974 scm {
70- url ' scm:git@ github.com:jcoleman/tomcat-redis-session-manager.git '
71- connection ' scm:git@ github.com: jcoleman/tomcat-redis-session-manager.git'
72- developerConnection ' scm:git@github.com:jcoleman/tomcat-redis-session-manager.git'
75+ url ' https:// github.com:jcoleman/tomcat-redis-session-manager'
76+ connection ' scm:git:git:// github.com/ jcoleman/tomcat-redis-session-manager.git'
77+ developerConnection ' scm:git:git @github.com:jcoleman/tomcat-redis-session-manager.git'
7378 }
7479
7580 licenses {
@@ -84,6 +89,8 @@ uploadArchives {
8489 developer {
8590 id ' jcoleman'
8691 name ' James Coleman'
92+ email ' jtc331@gmail.com'
93+ url ' https://github.com/jcoleman'
8794 }
8895 }
8996 }
0 commit comments