1
0
mirror of synced 2026-05-22 13:23:17 +00:00

SEC-2430: Add Maven BOM

This commit is contained in:
Rob Winch
2013-12-09 15:51:49 -06:00
parent 4460e84b29
commit 4672c2a1f7
8 changed files with 91 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
apply plugin: 'maven-bom'
apply from: "$rootDir/gradle/maven-deployment.gradle"
generatePom.enabled = false
mavenBom {
projects = coreModuleProjects
}