You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuweni.apache.org by to...@apache.org on 2022/11/29 04:46:15 UTC

[incubator-tuweni] branch main updated: make tests pass on m1

This is an automated email from the ASF dual-hosted git repository.

toulmean pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git


The following commit(s) were added to refs/heads/main by this push:
     new 1fa7d45b make tests pass on m1
1fa7d45b is described below

commit 1fa7d45b69b510d33d50b51beeb4e4af3db95e09
Author: Antoine Toulme <an...@lunar-ocean.com>
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 8b105b5e..ecda0b52 100644
--- a/dependency-versions.gradle
+++ b/dependency-versions.gradle
@@ -104,7 +104,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 240dda4f..03060a8e 100644
--- a/dist/LICENSE-binary
+++ b/dist/LICENSE-binary
@@ -889,7 +889,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 f49defa2..5ea15459 100644
--- a/eth-client/build.gradle
+++ b/eth-client/build.gradle
@@ -18,7 +18,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: commits-unsubscribe@tuweni.apache.org
For additional commands, e-mail: commits-help@tuweni.apache.org