This is an automated email from the ASF dual-hosted git repository.

thiagohp pushed a commit to branch 5.4.x
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git


The following commit(s) were added to refs/heads/5.4.x by this push:
     new 067999f  Adding missing test dependencies
067999f is described below

commit 067999f8d0658d7b91dcfa8b85e78e324b8cd276
Author: Thiago H. de Paula Figueiredo <[email protected]>
AuthorDate: Sat Mar 2 17:20:39 2019 -0300

    Adding missing test dependencies
---
 tapestry-ioc/build.gradle | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/tapestry-ioc/build.gradle b/tapestry-ioc/build.gradle
index 8113a23..59130ad 100644
--- a/tapestry-ioc/build.gradle
+++ b/tapestry-ioc/build.gradle
@@ -16,7 +16,10 @@ dependencies {
     compile "org.slf4j:slf4j-api:${versions.slf4j}"
 
     testCompile "commons-lang:commons-lang:2.6"
-
+    testCompile "org.apache.commons:commons-lang3:3.4"
+    testCompile "org.hibernate:hibernate-core:5.2.10.Final"
+    testRuntime "org.hsqldb:hsqldb:2.2.8"    
+    
     provided "org.testng:testng:${versions.testng}", { transitive = false }
 }
 

Reply via email to