-
Notifications
You must be signed in to change notification settings - Fork 68
/
settings.gradle
35 lines (27 loc) · 1.21 KB
/
settings.gradle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
rootProject.name = 'symphony-bdk-java'
include(':symphony-bdk-bom')
include(':symphony-bdk-core')
include(':symphony-bdk-config')
include(':symphony-bdk-extension-api')
// http client
include(':symphony-bdk-http:symphony-bdk-http-api')
include(':symphony-bdk-http:symphony-bdk-http-jersey2')
include(':symphony-bdk-http:symphony-bdk-http-webclient')
// template API
include(':symphony-bdk-template:symphony-bdk-template-api')
include(':symphony-bdk-template:symphony-bdk-template-freemarker')
include(':symphony-bdk-template:symphony-bdk-template-handlebars')
// spring wrappers
include(':symphony-bdk-spring:symphony-bdk-core-spring-boot-starter')
include(':symphony-bdk-spring:symphony-bdk-app-spring-boot-starter')
// examples
include(':symphony-bdk-examples:bdk-core-examples')
include(':symphony-bdk-examples:bdk-spring-boot-example')
include(':symphony-bdk-examples:bdk-app-spring-boot-example')
include(':symphony-bdk-examples:bdk-multi-instances-example')
include(':symphony-bdk-examples:bdk-group-example')
// built-in extensions
include(':symphony-bdk-extensions:symphony-group-extension')
// test framework
include(':symphony-bdk-test:symphony-bdk-test-spring-boot')
include(':symphony-bdk-test:symphony-bdk-test-jupiter')