Revision 7d743e937fc775cad51bfa6ed6ebe21bce83937b authored by Anne L'Hôte on 06 June 2019, 08:30:30 UTC, committed by Anne L'Hôte on 06 June 2019, 08:30:30 UTC
1 parent 0f48914
Raw File
pom.xml
<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <artifactId>datashare</artifactId>
        <groupId>org.icij.datashare</groupId>
        <version>1.65.0</version>
    </parent>

    <artifactId>datashare-nlp</artifactId>
    <packaging>pom</packaging>

    <modules>
        <module>datashare-nlp-opennlp</module>
        <module>datashare-nlp-corenlp</module>
        <module>datashare-nlp-mitie</module>
        <module>datashare-nlp-ixapipe</module>
    </modules>


</project>
back to top