Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rbasralian committed Aug 26, 2024
1 parent d9a12bc commit 81a4c71
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions data-adapter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ plugins {
id 'java-library'
}

configurations {
implementation.extendsFrom configurations.dhUtil, commonsLang3
testImplementation.extendsFrom fishBaseTest
}

dependencies {
api project(':engine-api')
api project(':engine-table')
Expand All @@ -16,14 +11,15 @@ dependencies {
api 'com.fasterxml.jackson.core:jackson-databind:2.13.4'

implementation project(':log-factory')
implementation libs.commons.lang3

testRuntimeOnly project(path: ':configs')
testRuntimeOnly project(path: ':test-configs')

testImplementation TestTools.projectDependency(project, 'engine-table')
testImplementation project(path: ':Base', configuration: 'tests')

testRuntimeOnly project(':log-to-slf4j')
Classpaths.inheritSlf4j(project, 'slf4j-simple', 'testRuntimeOnly')
}

repositories {
Expand Down

0 comments on commit 81a4c71

Please sign in to comment.