Skip to content

Commit aea8e0f

Browse files
committed
provides initial aeron transport impl
Signed-off-by: Oleh Dokuka <[email protected]>
1 parent 58b6426 commit aea8e0f

27 files changed

+2638
-170
lines changed

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ subprojects {
4444
ext['hamcrest.version'] = '1.3'
4545
ext['micrometer.version'] = '1.0.6'
4646
ext['assertj.version'] = '3.11.1'
47+
ext['aeron.version'] = '1.31.1'
4748

4849
group = "io.rsocket"
4950

@@ -86,6 +87,10 @@ subprojects {
8687
entry 'jmh-core'
8788
entry 'jmh-generator-annprocess'
8889
}
90+
dependencySet(group: 'io.aeron', version: ext['aeron.version']) {
91+
entry 'aeron-client'
92+
entry 'aeron-driver'
93+
}
8994
}
9095
generatedPomCustomization {
9196
enabled = false

0 commit comments

Comments
 (0)