@@ -18,7 +18,7 @@ dependencies {
18
18
compile group : ' org.apache.tomcat' , name : ' tomcat-catalina' , version : ' 7.0.27'
19
19
compile group : ' redis.clients' , name : ' jedis' , version : ' 2.5.2'
20
20
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'
22
22
23
23
testCompile group : ' junit' , name : ' junit' , version : ' 4.+'
24
24
testCompile ' org.hamcrest:hamcrest-core:1.3'
@@ -66,10 +66,15 @@ uploadArchives {
66
66
description ' Tomcat Redis Session Manager is a Tomcat extension to store sessions in Redis'
67
67
url ' https://github.com/jcoleman/tomcat-redis-session-manager'
68
68
69
+ issueManagement {
70
+ url ' https://github.com:jcoleman/tomcat-redis-session-manager/issues'
71
+ system ' GitHub Issues'
72
+ }
73
+
69
74
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:[email protected] :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'
73
78
}
74
79
75
80
licenses {
@@ -84,6 +89,8 @@ uploadArchives {
84
89
developer {
85
90
id ' jcoleman'
86
91
name ' James Coleman'
92
+
93
+ url ' https://github.com/jcoleman'
87
94
}
88
95
}
89
96
}
0 commit comments