You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by ha...@apache.org on 2019/02/06 20:43:47 UTC

[clerezza] branch reunited updated: CLEREZZA-1035: Add module test.utils in reactor pom.xml

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

hasan pushed a commit to branch reunited
in repository https://gitbox.apache.org/repos/asf/clerezza.git


The following commit(s) were added to refs/heads/reunited by this push:
     new 0656586  CLEREZZA-1035: Add module test.utils in reactor pom.xml
0656586 is described below

commit 0656586a9afdb066067badc6113e5b444527b113
Author: Hasan <ha...@apache.org>
AuthorDate: Wed Feb 6 21:43:27 2019 +0100

    CLEREZZA-1035: Add module test.utils in reactor pom.xml
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 6262f90..9e0dc55 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,6 +46,7 @@
         <module>sparql</module>
         <module>representation</module>
         <module>dataset</module>
+        <module>test.utils</module>
         <module>impl.sparql</module>
         <module>jaxrs.rdf.providers</module>
         <module>parent</module>