You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metamodel.apache.org by ka...@apache.org on 2019/03/29 20:30:52 UTC

[metamodel] 04/07: Added arff module to parent pom's modules

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

kaspersor pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/metamodel.git

commit dca794ab76124d72aa226a59d52255c4799e529f
Author: Kasper Sørensen <i....@gmail.com>
AuthorDate: Thu Mar 28 12:41:56 2019 -0700

    Added arff module to parent pom's modules
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 6c810a6..5b61f67 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,6 +64,7 @@ under the License.
 		<module>dynamodb</module>
 		<module>excel</module>
 		<module>csv</module>
+		<module>arff</module>
 		<module>json</module>
 		<module>xml</module>
 		<module>jdbc</module>