Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit 1079ec9

Browse files
committed
make tests pass on m1
1 parent 67b92a4 commit 1079ec9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

dependency-versions.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ dependencyManagement {
105105
dependency('javax.xml.bind:jaxb-api:2.3.1')
106106
dependency('org.flywaydb:flyway-core:7.8.1')
107107

108-
dependency('org.fusesource.leveldbjni:leveldbjni-all:1.8')
108+
dependency('org.openlabtesting.leveldbjni:leveldbjni-all:1.8')
109109
dependencySet(group: 'org.junit.jupiter', version: '5.6.2') {
110110
entry 'junit-jupiter-api'
111111
entry 'junit-jupiter-engine'

dist/LICENSE-binary

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -916,7 +916,7 @@ OTHER
916916
DEALINGS IN THE SOFTWARE.
917917
------------------------------------------------------------------------------------
918918
This product is distributed with the leveldbjni-all library under the 3-Clause BSD
919-
license (https://github.com/fusesource/leveldbjni/blob/master/license.txt):
919+
license (https://github.com/openlabtesting/leveldbjni/blob/master/license.txt):
920920
Copyright (c) 2011 FuseSource Corp. All rights reserved.
921921

922922
Redistribution and use in source and binary forms, with or without

eth-client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies {
1919
implementation 'io.opentelemetry:opentelemetry-sdk'
2020
implementation 'io.opentelemetry:opentelemetry-sdk-metrics'
2121
implementation 'io.vertx:vertx-core'
22-
implementation 'org.fusesource.leveldbjni:leveldbjni-all'
22+
implementation 'org.openlabtesting.leveldbjni:leveldbjni-all'
2323
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core'
2424
implementation 'org.apache.lucene:lucene-core'
2525
implementation 'org.infinispan:infinispan-core'

kv/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424
implementation 'javax.persistence:javax.persistence-api'
2525
compileOnly 'com.jolbox:bonecp'
2626
compileOnly 'io.lettuce:lettuce-core'
27-
compileOnly 'org.fusesource.leveldbjni:leveldbjni-all'
27+
compileOnly 'org.openlabtesting.leveldbjni:leveldbjni-all'
2828
compileOnly 'org.infinispan:infinispan-core'
2929
compileOnly 'org.mapdb:mapdb'
3030
compileOnly 'org.rocksdb:rocksdbjni'
@@ -36,7 +36,7 @@ dependencies {
3636
testImplementation 'com.h2database:h2'
3737
testImplementation 'com.winterbe:expekt'
3838
testImplementation 'io.lettuce:lettuce-core'
39-
testImplementation 'org.fusesource.leveldbjni:leveldbjni-all'
39+
testImplementation 'org.openlabtesting.leveldbjni:leveldbjni-all'
4040
testImplementation 'org.infinispan:infinispan-core'
4141
testImplementation 'org.junit.jupiter:junit-jupiter-api'
4242
testImplementation 'org.junit.jupiter:junit-jupiter-params'

0 commit comments

Comments
 (0)