mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-04 20:45:52 +01:00
Align dependency configurations and versions
This commit is contained in:
committed by
René Pfeuffer
parent
2c3b1514a4
commit
5c379a5bb4
@@ -27,13 +27,15 @@ plugins {
|
||||
id 'org.scm-manager.smp' version '0.5.1'
|
||||
}
|
||||
|
||||
def jgitVersion = '5.6.1.202002131546-r-scm1'
|
||||
|
||||
dependencies {
|
||||
// required by scm-it
|
||||
api 'sonia.jgit:org.eclipse.jgit:5.6.1.202002131546-r-scm1'
|
||||
implementation 'sonia.jgit:org.eclipse.jgit.http.server:5.6.1.202002131546-r-scm1'
|
||||
implementation 'sonia.jgit:org.eclipse.jgit.lfs.server:5.6.1.202002131546-r-scm1'
|
||||
api "sonia.jgit:org.eclipse.jgit:${jgitVersion}"
|
||||
implementation "sonia.jgit:org.eclipse.jgit.http.server:${jgitVersion}"
|
||||
implementation "sonia.jgit:org.eclipse.jgit.lfs.server:${jgitVersion}"
|
||||
|
||||
testImplementation 'com.github.sdorra:shiro-unit'
|
||||
testImplementation libraries.shiroUnit
|
||||
}
|
||||
|
||||
scmPlugin {
|
||||
|
||||
Reference in New Issue
Block a user