<?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">
	<parent>
		<artifactId>twitterstream-app-starters-build</artifactId>
		<groupId>org.springframework.cloud.stream.app</groupId>
		<version>1.3.1.RELEASE</version>
	</parent>
	<modelVersion>4.0.0</modelVersion>

	<artifactId>twitterstream-app-starters-common</artifactId>
	<name>twitterstream-app-starters-common</name>

	<dependencies>
		<dependency>
			<groupId>org.springframework.integration</groupId>
			<artifactId>spring-integration-ip</artifactId>
			<optional>true</optional>
		</dependency>
	</dependencies>

</project>
