Skip to content

Commit

Permalink
add jPOS-EE bom
Browse files Browse the repository at this point in the history
  • Loading branch information
ar committed Aug 30, 2022
1 parent d656a18 commit 784e34a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
17 changes: 17 additions & 0 deletions modules/bom/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@

plugins {
id("io.github.gradlebom.generator-plugin") version "1.0.0.Final"
}

bomGenerator {
includeDependency(libraries.jpos)
}

dependencies {
libraries.values().forEach {
api it
}
}

description = 'jPOS-EE :: BOM'

4 changes: 3 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ include ':modules:core',
':modules:http-client',
':modules:seqno',
':modules:db-flyway',
':modules:elasticsearch'
':modules:elasticsearch',
':modules:bom'


rootProject.name = 'jposee'

0 comments on commit 784e34a

Please sign in to comment.