Skip to content

Commit

Permalink
Upgrading Jgit to 4.5.0.201609210915-r
Browse files Browse the repository at this point in the history
  • Loading branch information
varshavaradarajan committed Oct 26, 2016
1 parent 6c7200e commit f4bce94
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion config/config-server/build.gradle
Expand Up @@ -19,7 +19,7 @@ description = 'API to configure/access cruise-config.xml'
dependencies {
compile project(':config-api')
compile project(':common')
compile(group: 'org.eclipse.jgit', name: 'org.eclipse.jgit', version: '4.1.0.201509280440-r') {
compile(group: 'org.eclipse.jgit', name: 'org.eclipse.jgit', version: '4.5.0.201609210915-r') {
exclude(group: 'org.apache.httpcomponents')
}
compile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.21'
Expand Down
2 changes: 1 addition & 1 deletion development-utility/development-server/build.gradle
Expand Up @@ -24,7 +24,7 @@ dependencies {
compile group: 'org.eclipse.jetty', name: 'jetty-servlets', version: versions.jetty
compile group: 'org.eclipse.jetty', name: 'jetty-util', version: versions.jetty
compile group: 'org.eclipse.jetty.websocket', name: 'websocket-server', version: versions.jetty
compile group: 'org.eclipse.jgit', name: 'org.eclipse.jgit.http.server', version: '4.1.0.201509280440-r'
compile group: 'org.eclipse.jgit', name: 'org.eclipse.jgit.http.server', version: '4.5.0.201609210915-r'
compile project(':jetty9')
compile group: 'javax.servlet', name: 'javax.servlet-api', version: '3.1.0'
compile group: 'org.jruby', name: 'jruby-complete', version: '1.7.26'
Expand Down
7 changes: 3 additions & 4 deletions server/build.gradle
Expand Up @@ -191,7 +191,7 @@ dependencies {
compile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.21'
compile group: 'org.slf4j', name: 'slf4j-log4j12', version: '1.7.21'
compile group: 'org.slf4j', name: 'jul-to-slf4j', version: '1.7.21'
compile group: 'org.eclipse.jgit', name: 'org.eclipse.jgit.http.server', version: '4.1.0.201509280440-r'
compile group: 'org.eclipse.jgit', name: 'org.eclipse.jgit.http.server', version: '4.5.0.201609210915-r'
testCompile group: 'com.unboundid', name: 'unboundid-ldapsdk', version: '2.3.6'
testCompile project(path: ':common', configuration: 'testOutput')
testCompile project(path: ':config-server', configuration: 'testOutput')
Expand Down Expand Up @@ -566,9 +566,8 @@ task verifyWar(type: VerifyJarTask) {
"oauth-httpclient3-20090531.jar",
"objenesis-1.2.jar",
"org.apache.felix.framework-4.2.1.jar",
"org.eclipse.jdt.annotation-1.1.0.jar",
"org.eclipse.jgit-4.1.0.201509280440-r.jar",
"org.eclipse.jgit.http.server-4.1.0.201509280440-r.jar",
"org.eclipse.jgit-4.5.0.201609210915-r.jar",
"org.eclipse.jgit.http.server-4.5.0.201609210915-r.jar",
"oro-2.0.8.jar",
"oscache-2.4.1.jar",
"pop3-1.4.4.jar",
Expand Down

0 comments on commit f4bce94

Please sign in to comment.