forked from jsonld-java/jsonld-java
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pom.xml
19 lines (17 loc) · 832 Bytes
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<artifactId>jsonld-java-parent</artifactId>
<groupId>com.github.jsonld-java</groupId>
<version>0.6.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jsonld-java-integration</artifactId>
<name>JSONLD Java :: Integration Modules Parent</name>
<description>Json-LD integration with other java RDF frameworks</description>
<packaging>pom</packaging>
<modules>
<!-- module>sesame</module DISABLED as Sesame-2.7.x is not being maintained further and users should be using sesame-rio-jsonld instead -->
<module>clerezza</module>
<module>rdf2go</module>
</modules>
</project>