This repository was archived by the owner on Aug 1, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change @@ -916,7 +916,7 @@ OTHER
916916DEALINGS IN THE SOFTWARE.
917917------------------------------------------------------------------------------------
918918This 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):
920920Copyright (c) 2011 FuseSource Corp. All rights reserved.
921921
922922Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments