dataflow-parent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.marketcetera</groupId>
<artifactId>dataflow-parent</artifactId>
<version>4.1.1</version>
</dependency><?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>
<groupId>org.marketcetera</groupId>
<artifactId>public-parent</artifactId>
<version>4.1.1</version>
</parent>
<groupId>org.marketcetera</groupId>
<artifactId>dataflow-parent</artifactId>
<version>4.1.1</version>
<packaging>pom</packaging>
<name>Data Flow Parent</name>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<modules>
<module>dataflow-api</module>
<module>dataflow-rpc-client</module>
<module>dataflow-rpc-core</module>
<module>dataflow-rpc-server</module>
<module>dataflow-core</module>
<module>dataflow-server</module>
</modules>
</project>