You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by th...@apache.org on 2019/03/15 02:19:24 UTC

[tapestry-5] branch master updated: Adding missing test dependencies

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f8f927a  Adding missing test dependencies
f8f927a is described below

commit f8f927a34c163bbad09e97be607c1147b0a0d986
Author: Thiago H. de Paula Figueiredo <th...@arsmachina.com.br>
AuthorDate: Thu Mar 14 23:19:13 2019 -0300

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

diff --git a/tapestry-ioc/build.gradle b/tapestry-ioc/build.gradle
index 7637d50..ae9dbff 100644
--- a/tapestry-ioc/build.gradle
+++ b/tapestry-ioc/build.gradle
@@ -18,6 +18,10 @@ dependencies {
     testCompile "commons-lang:commons-lang:2.6"
     testCompile "org.apache.commons:commons-lang3:3.4"
     
+    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 }
 }