SiLeBAT/FSK-Lab

View on GitHub
dependencies/pom.xml

Summary

Maintainability
Test Coverage
<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>
    <artifactId>de.bund.bfr.knime.dependencies</artifactId>
    <packaging>pom</packaging>

    <parent>
        <groupId>de.bund.bfr.knime</groupId>
        <artifactId>de.bund.bfr.knime.root</artifactId>
        <version>1.0.0-SNAPSHOT</version>
    </parent>

    <modules>
        <module>com.gmail.gcolaianni5.jris</module>
        <module>com.google.ez-vcard</module>
        <module>com.jgoodies</module>
        <module>com.thoughtworks.xstream</module>
        <module>de.bund.bfr.pmfml</module>
        <module>de.unirostock.sems.CombineArchive</module>
        <module>net.sf.jabref</module>
        <module>org.freixas.jcalendar</module>
        <module>org.javers</module>
        <module>org.sbml.jsbml</module>
        <module>quick.dbtable</module>
    </modules>
</project>