spring-integration-flow
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-flow</artifactId>
<version>1.0.0.RELEASE</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-flow</artifactId>
<version>1.0.0.RELEASE</version>
<name>Spring Integration Flow</name>
<description>Spring Integration Flow</description>
<url>https://github.com/spring-projects/spring-integration-extensions</url>
<organization>
<name>SpringIO</name>
<url>http://spring.io</url>
</organization>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>markfisher</id>
<name>Mark Fisher</name>
<email>mfisher@pivotal.io</email>
<roles>
<role>project founder and lead emeritus</role>
</roles>
</developer>
<developer>
<id>davidturanski</id>
<name>David Turanski</name>
<email>dturanski@pivotal.io</email>
<roles>
<role>project lead</role>
</roles>
</developer>
</developers>
<issueManagement>
<system>Jira</system>
<url>https://jira.spring.io/browse/INTEXT</url>
</issueManagement>
<scm>
<connection>scm:git:https://github.com/spring-projects/spring-integration-extensions.git</connection>
<developerConnection>scm:git:git@github.com:spring-projects/spring-integration-extensions.git</developerConnection>
<url>https://github.com/spring-projects/spring-integration-extensions</url>
</scm>
<dependencies>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-core</artifactId>
<version>4.0.5.RELEASE</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>