This is an automated email from the ASF dual-hosted git repository.
toulmean pushed a commit to branch 2.3
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git
The following commit(s) were added to refs/heads/2.3 by this push:
new 1079ec92 make tests pass on m1
1079ec92 is described below
commit 1079ec92b85cda29a0f4154efe9d212504275498
Author: Antoine Toulme <[email protected]>
AuthorDate: Sat Nov 19 22:59:38 2022 -0800
make tests pass on m1
---
dependency-versions.gradle | 2 +-
dist/LICENSE-binary | 2 +-
eth-client/build.gradle | 2 +-
kv/build.gradle | 4 ++--
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/dependency-versions.gradle b/dependency-versions.gradle
index e888a303..dba79222 100644
--- a/dependency-versions.gradle
+++ b/dependency-versions.gradle
@@ -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'
diff --git a/dist/LICENSE-binary b/dist/LICENSE-binary
index ce5a6cca..c5c5be3a 100644
--- a/dist/LICENSE-binary
+++ b/dist/LICENSE-binary
@@ -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
diff --git a/eth-client/build.gradle b/eth-client/build.gradle
index 0f29f181..d4eca8a3 100644
--- a/eth-client/build.gradle
+++ b/eth-client/build.gradle
@@ -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'
diff --git a/kv/build.gradle b/kv/build.gradle
index 3a3e3ae1..e88e14a6 100644
--- a/kv/build.gradle
+++ b/kv/build.gradle
@@ -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'
@@ -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'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]