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

Commit

Permalink
make tests pass on m1
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed Nov 20, 2022
1 parent 67b92a4 commit 1079ec9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dependency-versions.gradle
Expand Up @@ -105,7 +105,7 @@ dependencyManagement {
dependency('javax.xml.bind:jaxb-api:2.3.1')
dependency('org.flywaydb:flyway-core:7.8.1')

dependency('org.fusesource.leveldbjni:leveldbjni-all:1.8')
dependency('org.openlabtesting.leveldbjni:leveldbjni-all:1.8')
dependencySet(group: 'org.junit.jupiter', version: '5.6.2') {
entry 'junit-jupiter-api'
entry 'junit-jupiter-engine'
Expand Down
2 changes: 1 addition & 1 deletion dist/LICENSE-binary
Expand Up @@ -916,7 +916,7 @@ OTHER
DEALINGS IN THE SOFTWARE.
------------------------------------------------------------------------------------
This product is distributed with the leveldbjni-all library under the 3-Clause BSD
license (https://github.com/fusesource/leveldbjni/blob/master/license.txt):
license (https://github.com/openlabtesting/leveldbjni/blob/master/license.txt):
Copyright (c) 2011 FuseSource Corp. All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion eth-client/build.gradle
Expand Up @@ -19,7 +19,7 @@ dependencies {
implementation 'io.opentelemetry:opentelemetry-sdk'
implementation 'io.opentelemetry:opentelemetry-sdk-metrics'
implementation 'io.vertx:vertx-core'
implementation 'org.fusesource.leveldbjni:leveldbjni-all'
implementation 'org.openlabtesting.leveldbjni:leveldbjni-all'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core'
implementation 'org.apache.lucene:lucene-core'
implementation 'org.infinispan:infinispan-core'
Expand Down
4 changes: 2 additions & 2 deletions kv/build.gradle
Expand Up @@ -24,7 +24,7 @@ dependencies {
implementation 'javax.persistence:javax.persistence-api'
compileOnly 'com.jolbox:bonecp'
compileOnly 'io.lettuce:lettuce-core'
compileOnly 'org.fusesource.leveldbjni:leveldbjni-all'
compileOnly 'org.openlabtesting.leveldbjni:leveldbjni-all'
compileOnly 'org.infinispan:infinispan-core'
compileOnly 'org.mapdb:mapdb'
compileOnly 'org.rocksdb:rocksdbjni'
Expand All @@ -36,7 +36,7 @@ dependencies {
testImplementation 'com.h2database:h2'
testImplementation 'com.winterbe:expekt'
testImplementation 'io.lettuce:lettuce-core'
testImplementation 'org.fusesource.leveldbjni:leveldbjni-all'
testImplementation 'org.openlabtesting.leveldbjni:leveldbjni-all'
testImplementation 'org.infinispan:infinispan-core'
testImplementation 'org.junit.jupiter:junit-jupiter-api'
testImplementation 'org.junit.jupiter:junit-jupiter-params'
Expand Down

0 comments on commit 1079ec9

Please sign in to comment.