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/05/11 19:39:32 UTC

[clerezza] 10/45: CLEREZZA-1026: Add module sparql 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

commit fc1bbb0c4e098c5614a6ee8dcb30c7c9faca0e84
Author: Hasan <ha...@apache.org>
AuthorDate: Wed Nov 14 04:13:43 2018 +0100

    CLEREZZA-1026: Add module sparql in reactor pom.xml
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 838d82f..6e43739 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,6 +43,7 @@
     <modules>
         <module>api</module>
         <module>api.impl</module>
+        <module>sparql</module>
         <module>impl.sparql</module>
         <module>jaxrs.rdf.providers</module>
         <module>parent</module>