spring-xd-tuple
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.springframework.xd</groupId> <artifactId>spring-xd-tuple</artifactId> <version>1.0.4.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.xd</groupId> <artifactId>spring-xd-tuple</artifactId> <version>1.0.4.RELEASE</version> <name>Spring XD Tuple</name> <description>Spring XD Tuple</description> <url>https://github.com/spring-projects/spring-xd</url> <organization> <name>Spring by Pivotal</name> <url>https://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> </developer> <developer> <id>markpollack</id> <name>Mark Pollack</name> <email>mpollack@pivotal.io</email> </developer> <developer> <id>garyrussell</id> <name>Gary Russell</name> <email>grussell@pivotal.io</email> </developer> <developer> <id>ghillert</id> <name>Gunnar Hillert</name> <email>ghillert@pivotal.io</email> </developer> <developer> <id>pperalta</id> <name>Patrick Peralta</name> <email>pperalta@pivotal.io</email> </developer> <developer> <id>dturanski</id> <name>David Turanski</name> <email>dturanski@pivotal.io</email> </developer> <developer> <id>ebottard</id> <name>Eric Bottard</name> <email>ebottard@pivotal.io</email> </developer> <developer> <id>grenfro</id> <name>Glenn Renfro</name> <email>grenfro@pivotal.io</email> </developer> <developer> <id>igopinathan</id> <name>Ilayaperumal Gopinathan</name> <email>igopinathan@pivotal.io</email> </developer> <developer> <id>trisberg</id> <name>Thomas Risberg</name> <email>trisberg@pivotal.io</email> </developer> <developer> <id>jhickey</id> <name>Jennifer Hickey</name> </developer> <developer> <id>mminella</id> <name>Michael Minella</name> <email>mminella@pivotal.io</email> </developer> <developer> <id>ltaylor</id> <name>Luke Taylor</name> <email>ltaylor@pivotal.io</email> </developer> <developer> <id>aclement</id> <name>Andy Clement</name> <email>aclement@pivotal.io</email> </developer> <developer> <id>dsyer</id> <name>Dave Syer</name> <email>dsyer@pivotal.io</email> </developer> <developer> <id>jvalkealahti</id> <name>Janne Valkealahti</name> <email>jvalkealahti@pivotal.io</email> </developer> <developer> <id>jbrisbin</id> <name>Jon Brisbin</name> <email>jbrisbin@pivotal.io</email> </developer> <developer> <id>tdarimont</id> <name>Thomas Darimont</name> <email>tdarimont@pivotal.io</email> </developer> </developers> <scm> <connection>https://github.com/spring-projects/spring-xd.git</connection> <developerConnection>git@github.com:spring-projects/spring-xd.git</developerConnection> <url>https://github.com/spring-projects/spring-xd</url> </scm> <dependencies> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <scope>compile</scope> <exclusions> <exclusion> <artifactId>logback-classic</artifactId> <groupId>ch.qos.logback</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework.integration</groupId> <artifactId>spring-integration-core</artifactId> <scope>compile</scope> <exclusions> <exclusion> <artifactId>logback-classic</artifactId> <groupId>ch.qos.logback</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework.batch</groupId> <artifactId>spring-batch-infrastructure</artifactId> <scope>compile</scope> <exclusions> <exclusion> <artifactId>logback-classic</artifactId> <groupId>ch.qos.logback</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-jdbc</artifactId> <scope>compile</scope> <exclusions> <exclusion> <artifactId>logback-classic</artifactId> <groupId>ch.qos.logback</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <scope>compile</scope> <exclusions> <exclusion> <artifactId>logback-classic</artifactId> <groupId>ch.qos.logback</groupId> </exclusion> </exclusions> </dependency> </dependencies> <dependencyManagement> <dependencies> <dependency> <groupId>io.spring.platform</groupId> <artifactId>platform-bom</artifactId> <version>1.0.1.RELEASE</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> </project>