Skip to content

Commit ca6d4c2

Browse files
feeblefakiejnmt
andauthored
Backport to branch(3) : Fix JSON Schema Validator repository and version (#288)
Co-authored-by: Jun Nemoto <[email protected]>
1 parent 5ab748a commit ca6d4c2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ subprojects {
6060

6161
repositories {
6262
mavenCentral()
63-
maven { url 'https://jitpack.io' }
6463
}
6564

6665
dependencies {

ledger/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies {
5151

5252
// The following packages are provided for ScalarDL contracts in runtime
5353
implementation group: 'org.hashids', name: 'hashids', version: '1.0.3'
54-
implementation group: 'com.github.everit-org.json-schema', name: 'org.everit.json.schema', version: 'v1.14.6'
54+
implementation group: 'com.github.erosb', name: 'everit-json-schema', version: '1.14.6'
5555

5656
testImplementation group: 'com.scalar-labs', name: 'scalardb-schema-loader', version: "${scalarDbVersion}"
5757
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: "${junitVersion}"

0 commit comments

Comments
 (0)