Skip to content

Commit 9455a61

Browse files
committed
update version and dependencies
1 parent 6b4175b commit 9455a61

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

async/async-commons-api/async-commons-api.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ bintray {
7373

7474
dependencies {
7575
compile project(":domain-events-api")
76-
implementation 'io.projectreactor:reactor-core'
76+
compileOnly 'io.projectreactor:reactor-core'
7777
testImplementation 'io.projectreactor:reactor-test'
78-
}
78+
}

async/async-commons-starter/async-commons-starter.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ bintray {
7474

7575
dependencies {
7676
compile project(":async-commons")
77-
api('org.springframework.boot:spring-boot-starter')
77+
compileOnly('org.springframework.boot:spring-boot-starter')
7878

7979
annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor'
8080

async/async-commons/async-commons.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ dependencies {
7575
compile project(":async-commons-api")
7676
compile project(":domain-events-api")
7777

78-
api 'io.projectreactor:reactor-core'
78+
compileOnly 'io.projectreactor:reactor-core'
7979
api ("io.projectreactor.rabbitmq:reactor-rabbitmq")
8080
api 'com.fasterxml.jackson.core:jackson-databind'
8181
testImplementation 'io.projectreactor:reactor-test'

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ asciidoctor {
3434
sources {
3535
include 'index.asciidoc'
3636
}
37-
outputDir file('build/docs')
37+
outputDir file('docs')
3838
}
3939

4040
apply from: './main.gradle'

docs/asciidoc/images/pubsub.png

-242 KB
Binary file not shown.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=0.6.2
1+
version=1.0.0
22
springBootVersion=2.2.9.RELEASE
33
gradleVersionsVersion=0.28.0
44
reactorRabbitVersion=1.5.0-M2

0 commit comments

Comments
 (0)