This is an automated email from the ASF dual-hosted git repository.
garyw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mnemonic.git
The following commit(s) were added to refs/heads/master by this push:
new 7e6bbcf MNEMONIC-542: Configure the dependencyManagement artifacts of
whole project
7e6bbcf is described below
commit 7e6bbcf168e4b6e15084bebe4568c347f039f3b2
Author: Gary <[email protected]>
AuthorDate: Tue Oct 6 22:09:07 2020 -0700
MNEMONIC-542: Configure the dependencyManagement artifacts of whole project
---
build.gradle | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/build.gradle b/build.gradle
index aaf5fd5..70ce20b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -32,6 +32,18 @@ subprojects {
dependencyManagement {
dependencies {
dependency 'org.apache.commons:commons-lang3:3.4'
+ dependency 'org.testng:testng:6.8.17'
+ dependency 'org.flowcomputing.commons:commons-resgc:0.8.17.1'
+ dependency 'org.flowcomputing.commons:commons-primitives:0.6.1'
+ dependency 'commons-cli:commons-cli:1.3.1'
+ dependency 'com.squareup:javapoet:1.11.1'
+ dependency 'org.slf4j:slf4j-api:1.7.21'
+ dependency 'org.slf4j:slf4j-log4j12:1.7.21'
+ dependency 'org.slf4j:jul-to-slf4j:1.7.21'
+ dependency 'org.slf4j:jcl-over-slf4j:1.7.21'
+ dependency 'log4j:log4j:1.2.17'
+ dependency 'ch.qos.logback:logback-classic:1.1.7'
+ dependency 'ch.qos.logback:logback-core:1.1.7'
}
}