这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
compile project(':model')
compile 'org.reactivecommons:async-commons-starter:{{asyncCommonsStarterVersion}}'
compile 'org.springframework:spring-context'
implementation project(':model')
implementation 'org.reactivecommons:async-commons-starter:{{asyncCommonsStarterVersion}}'
implementation 'org.springframework:spring-context'
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
implementation project(':model')
compile 'org.springframework:spring-context'
implementation 'org.springframework:spring-context'
implementation 'org.springframework.boot:spring-boot-starter-webflux'
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies {
implementation project(':model')
compile 'org.springframework:spring-context'
compile 'com.squareup.okhttp3:okhttp:3.14.9'
implementation 'org.springframework:spring-context'
implementation 'com.squareup.okhttp3:okhttp:3.14.9'
testImplementation 'com.squareup.okhttp3:mockwebserver:3.14.9'
implementation 'com.fasterxml.jackson.core:jackson-databind'
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dependencies {
compile project(':model')
compile 'org.springframework:spring-context'
implementation project(':model')
implementation 'org.springframework:spring-context'
}
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies {
implementation project(':model')

compile 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.reactivecommons.utils:object-mapper-api:{{objectMapperVersion}}'

runtime 'com.h2database:h2'
testCompile 'org.reactivecommons.utils:object-mapper:{{objectMapperVersion}}'
runtimeOnly 'com.h2database:h2'
testImplementation 'org.reactivecommons.utils:object-mapper:{{objectMapperVersion}}'
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
implementation project(':model')
compile 'software.amazon.awssdk:kms:2.14.13'
compile 'org.springframework:spring-context'
implementation 'software.amazon.awssdk:kms:2.14.13'
implementation 'org.springframework:spring-context'
}
4 changes: 2 additions & 2 deletions src/main/resources/driven-adapter/kms/build.gradle.mustache
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
implementation project(':model')
compile 'software.amazon.awssdk:kms:2.14.13'
compile 'org.springframework:spring-context'
implementation 'software.amazon.awssdk:kms:2.14.13'
implementation 'org.springframework:spring-context'
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-data-mongodb-reactive'
implementation 'org.reactivecommons.utils:object-mapper-api:{{objectMapperVersion}}'

runtime 'de.flapdoodle.embed:de.flapdoodle.embed.mongo' // TODO: remove this dependency to connect to real database
testCompile 'org.reactivecommons.utils:object-mapper:{{objectMapperVersion}}'
runtimeOnly 'de.flapdoodle.embed:de.flapdoodle.embed.mongo' // TODO: remove this dependency to connect to real database
testImplementation 'org.reactivecommons.utils:object-mapper:{{objectMapperVersion}}'
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-data-mongodb'
implementation 'org.reactivecommons.utils:object-mapper-api:{{objectMapperVersion}}'

runtime 'de.flapdoodle.embed:de.flapdoodle.embed.mongo' // TODO: remove this dependency to connect to real database
testCompile 'org.reactivecommons.utils:object-mapper:{{objectMapperVersion}}'
runtimeOnly 'de.flapdoodle.embed:de.flapdoodle.embed.mongo' // TODO: remove this dependency to connect to real database
testImplementation 'org.reactivecommons.utils:object-mapper:{{objectMapperVersion}}'
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
compile project(':model')
compile 'com.github.bancolombia:commons-jms-mq:{{commonsJmsVersion}}'
compile 'org.springframework:spring-context'
implementation project(':model')
implementation 'com.github.bancolombia:commons-jms-mq:{{commonsJmsVersion}}'
implementation 'org.springframework:spring-context'
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
compile project(':model')
compile 'org.springframework:spring-context'
implementation project(':model')
implementation 'org.springframework:spring-context'
implementation 'org.springframework.boot:spring-boot-starter-data-r2dbc'
implementation 'io.r2dbc:r2dbc-postgresql'
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies {
compile project(':model')
compile 'org.springframework.boot:spring-boot-starter-data-redis-reactive'
implementation project(':model')
implementation 'org.springframework.boot:spring-boot-starter-data-redis-reactive'
implementation 'org.reactivecommons.utils:object-mapper-api:{{objectMapperVersion}}'

testCompile 'org.reactivecommons.utils:object-mapper:{{objectMapperVersion}}'
testImplementation 'org.reactivecommons.utils:object-mapper:{{objectMapperVersion}}'
}
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
dependencies {
compile project(':model')
compile 'org.springframework.boot:spring-boot-starter-data-redis-reactive'
compile 'com.fasterxml.jackson.core:jackson-databind'
implementation project(':model')
implementation 'org.springframework.boot:spring-boot-starter-data-redis-reactive'
implementation 'com.fasterxml.jackson.core:jackson-databind'
implementation 'org.reactivecommons.utils:object-mapper-api:{{objectMapperVersion}}'

testCompile 'org.reactivecommons.utils:object-mapper:{{objectMapperVersion}}'
testImplementation 'org.reactivecommons.utils:object-mapper:{{objectMapperVersion}}'
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies {
compile project(':model')
compile 'org.springframework.boot:spring-boot-starter-data-redis'
implementation project(':model')
implementation 'org.springframework.boot:spring-boot-starter-data-redis'
implementation 'org.reactivecommons.utils:object-mapper-api:{{objectMapperVersion}}'

testCompile 'org.reactivecommons.utils:object-mapper:{{objectMapperVersion}}'
testImplementation 'org.reactivecommons.utils:object-mapper:{{objectMapperVersion}}'
}
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
dependencies {
compile project(':model')
compile 'org.springframework.boot:spring-boot-starter-data-redis'
compile 'com.fasterxml.jackson.core:jackson-databind'
implementation project(':model')
implementation 'org.springframework.boot:spring-boot-starter-data-redis'
implementation 'com.fasterxml.jackson.core:jackson-databind'
implementation 'org.reactivecommons.utils:object-mapper-api:{{objectMapperVersion}}'

testCompile 'org.reactivecommons.utils:object-mapper:{{objectMapperVersion}}'
testImplementation 'org.reactivecommons.utils:object-mapper:{{objectMapperVersion}}'
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ dependencies {
implementation project(':model')
implementation project(':usecase')
implementation 'org.springframework:spring-context'
compile 'org.springframework.boot:spring-boot-starter-rsocket'
implementation 'org.springframework.boot:spring-boot-starter-rsocket'
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
implementation project(':model')
compile 'software.amazon.awssdk:s3:2.16.19'
compile 'org.springframework:spring-context'
implementation 'software.amazon.awssdk:s3:2.16.19'
implementation 'org.springframework:spring-context'
}
4 changes: 2 additions & 2 deletions src/main/resources/driven-adapter/s3/build.gradle.mustache
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
implementation project(':model')
compile 'software.amazon.awssdk:s3:2.16.19'
compile 'org.springframework:spring-context'
implementation 'software.amazon.awssdk:s3:2.16.19'
implementation 'org.springframework:spring-context'
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
compile project(':model')
compile project(':usecase')
compile 'org.reactivecommons:async-commons-starter:{{asyncCommonsStarterVersion}}'
compile 'org.springframework:spring-context'
implementation project(':model')
implementation project(':usecase')
implementation 'org.reactivecommons:async-commons-starter:{{asyncCommonsStarterVersion}}'
implementation 'org.springframework:spring-context'
}
6 changes: 3 additions & 3 deletions src/main/resources/entry-point/generic/build.gradle.mustache
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
compile project(':model')
compile project(':usecase')
compile 'org.springframework:spring-context'
implementation project(':model')
implementation project(':usecase')
implementation 'org.springframework:spring-context'
}
10 changes: 5 additions & 5 deletions src/main/resources/entry-point/graphql-api/build.gradle.mustache
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies {
compile project(':model')
compile project(':usecase')
compile 'org.springframework:spring-context'
compile 'com.graphql-java-kickstart:graphql-spring-boot-starter:11.0.0'
compile 'com.graphql-java-kickstart:playground-spring-boot-starter:11.0.0'
implementation project(':model')
implementation project(':usecase')
implementation 'org.springframework:spring-context'
implementation 'com.graphql-java-kickstart:graphql-spring-boot-starter:11.0.0'
implementation 'com.graphql-java-kickstart:playground-spring-boot-starter:11.0.0'
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
compile project(':model')
compile project(':usecase')
compile 'com.github.bancolombia:commons-jms-mq:{{commonsJmsVersion}}'
compile 'org.springframework:spring-context'
implementation project(':model')
implementation project(':usecase')
implementation 'com.github.bancolombia:commons-jms-mq:{{commonsJmsVersion}}'
implementation 'org.springframework:spring-context'
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ apply plugin: 'org.springframework.boot'
dependencies {
implementation project(':model')
implementation project(':usecase')
compile 'org.springframework.boot:spring-boot-starter'
runtime('org.springframework.boot:spring-boot-devtools')
implementation 'org.springframework.boot:spring-boot-starter'
runtimeOnly('org.springframework.boot:spring-boot-devtools')
}

task explodedJar(type: Copy) {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dependencies {
compile project(':model')
implementation project(':model')
}
2 changes: 1 addition & 1 deletion src/main/resources/usecase/build.gradle.mustache
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dependencies {
compile project(':model')
implementation project(':model')
}