Skip to content

Commit 706e690

Browse files
committed
[Java] Don't depend on Agrona api in all sub modules.
1 parent 019c7f1 commit 706e690

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,6 @@ subprojects {
146146
jar.enabled = true
147147

148148
dependencies {
149-
api "org.agrona:agrona:${agronaVersion}"
150-
151149
testImplementation "org.hamcrest:hamcrest:${hamcrestVersion}"
152150
testImplementation "org.mockito:mockito-junit-jupiter:${mockitoVersion}"
153151
testImplementation "org.junit.jupiter:junit-jupiter-api:${junitVersion}"
@@ -216,6 +214,7 @@ def validationXsdPath = project(':sbe-tool').projectDir.toString() + '/src/main/
216214

217215
project(':sbe-tool') {
218216
dependencies {
217+
api "org.agrona:agrona:${agronaVersion}"
219218
testImplementation files('build/classes/java/generated')
220219
}
221220

0 commit comments

Comments
 (0)