Skip to content

Commit

Permalink
Add internal dependencies version to bom module (#257)
Browse files Browse the repository at this point in the history
* Add internal dependencies version to bom module

* Update missing dependencies
  • Loading branch information
symphony-hong authored Oct 2, 2020
1 parent ef7ee76 commit 0af8d95
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions symphony-bdk-bom/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@ dependencies {

// define all our dependencies versions
constraints {
// Internal modules dependencies (Keep them first)
api "com.symphony.platformsolutions:symphony-bdk-core:$project.version"
api "com.symphony.platformsolutions:symphony-bdk-http-api:$project.version"
api "com.symphony.platformsolutions:symphony-bdk-http-jersey2:$project.version"
api "com.symphony.platformsolutions:symphony-bdk-http-webclient:$project.version"
api "com.symphony.platformsolutions:symphony-bdk-core-spring-boot-starter:$project.version"
api "com.symphony.platformsolutions:symphony-bdk-app-spring-boot-starter:$project.version"
api "com.symphony.platformsolutions:symphony-bdk-template-api:$project.version"
api "com.symphony.platformsolutions:symphony-bdk-template-freemarker:$project.version"

// External dependencies
api 'org.projectlombok:lombok:1.18.12'

api 'org.apiguardian:apiguardian-api:1.1.0'
Expand Down

0 comments on commit 0af8d95

Please sign in to comment.