Skip to content

Commit 0475362

Browse files
authored
Merge pull request #263 from hmcts/nfdiv-4855-remove-jitpack
[NFDIV-4855] Remove jitpack
2 parents b6b5585 + d239778 commit 0475362

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,9 @@ dependencyCheck {
159159
repositories {
160160
mavenLocal()
161161
mavenCentral()
162-
maven { url 'https://jitpack.io' }
162+
maven {
163+
url 'https://pkgs.dev.azure.com/hmcts/Artifacts/_packaging/hmcts-lib/maven/v1'
164+
}
163165
}
164166

165167
ext {
@@ -191,7 +193,6 @@ dependencies {
191193
implementation 'org.apache.tomcat.embed:tomcat-embed-core:11.0.7'
192194

193195
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test'
194-
testImplementation group: 'com.github.tomakehurst', name: 'wiremock', version: '3.6.0'
195196

196197
implementation group: 'org.springdoc', name: 'springdoc-openapi-ui', version: '1.8.0'
197198

@@ -215,7 +216,7 @@ dependencies {
215216
annotationProcessor group: 'org.projectlombok', name: 'lombok', version: lombokVersion
216217
testAnnotationProcessor group: 'org.projectlombok', name: 'lombok', version: lombokVersion
217218

218-
testImplementation 'com.github.hmcts:fortify-client:1.4.8:all'
219+
testImplementation group: 'com.github.hmcts', name: 'fortify-client', version: '1.4.9', classifier: 'all'
219220

220221
implementation group: 'commons-fileupload', name: 'commons-fileupload', version: '1.5'
221222
implementation group: 'commons-io', name: 'commons-io', version: '2.19.0'

0 commit comments

Comments
 (0)