143 lines
4.4 KiB
XML
143 lines
4.4 KiB
XML
<?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>
|
|
<groupId>org.springframework.bus</groupId>
|
|
<artifactId>spring-bus-parent</artifactId>
|
|
<version>1.0.0.BUILD-SNAPSHOT</version>
|
|
<packaging>pom</packaging>
|
|
<url>http://projects.spring.io/spring-xd/</url>
|
|
<organization>
|
|
<name>Pivotal Software, Inc.</name>
|
|
<url>http://www.spring.io</url>
|
|
</organization>
|
|
<parent>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
<version>1.2.3.RELEASE</version>
|
|
<relativePath /> <!-- lookup parent from repository -->
|
|
</parent>
|
|
<modules>
|
|
<module>spring-bus-core</module>
|
|
<module>spring-xd-runner</module>
|
|
<module>spring-xd-samples</module>
|
|
</modules>
|
|
<dependencyManagement>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.springframework.cloud</groupId>
|
|
<artifactId>spring-cloud-starter-parent</artifactId>
|
|
<version>1.0.2.RELEASE</version>
|
|
<type>pom</type>
|
|
<scope>import</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.bus</groupId>
|
|
<artifactId>spring-bus-core</artifactId>
|
|
<version>1.0.0.BUILD-SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.bus</groupId>
|
|
<artifactId>spring-xd-runner</artifactId>
|
|
<version>1.0.0.BUILD-SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.xd</groupId>
|
|
<artifactId>spring-xd-dirt</artifactId>
|
|
<version>1.2.0.BUILD-SNAPSHOT</version>
|
|
<exclusions>
|
|
<exclusion>
|
|
<groupId>org.springframework.xd</groupId>
|
|
<artifactId>spring-xd-spark-streaming</artifactId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<groupId>org.springframework.xd</groupId>
|
|
<artifactId>spring-xd-hadoop</artifactId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<groupId>org.springframework.xd</groupId>
|
|
<artifactId>spring-xd-batch</artifactId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<groupId>org.springframework.xd</groupId>
|
|
<artifactId>spring-xd-ui</artifactId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>slf4j-log4j12</artifactId>
|
|
<groupId>org.slf4j</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>zookeeper</artifactId>
|
|
<groupId>org.apache.zookeeper</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>spring-security-ldap</artifactId>
|
|
<groupId>org.springframework.security</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>spring-jdbc</artifactId>
|
|
<groupId>org.springframework</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>spring-batch-integration</artifactId>
|
|
<groupId>org.springframework.batch</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>spring-batch-admin-manager</artifactId>
|
|
<groupId>org.springframework.batch</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>spring-data-mongodb</artifactId>
|
|
<groupId>org.springframework.data</groupId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.xd</groupId>
|
|
<artifactId>spring-xd-messagebus-redis</artifactId>
|
|
<version>1.2.0.BUILD-SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.xd</groupId>
|
|
<artifactId>spring-xd-messagebus-rabbit</artifactId>
|
|
<version>1.2.0.BUILD-SNAPSHOT</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</dependencyManagement>
|
|
<repositories>
|
|
<repository>
|
|
<id>spring-snapshots</id>
|
|
<name>Spring Snapshots</name>
|
|
<url>http://repo.spring.io/snapshot</url>
|
|
<snapshots>
|
|
<enabled>true</enabled>
|
|
</snapshots>
|
|
</repository>
|
|
<repository>
|
|
<id>spring-milestones</id>
|
|
<name>Spring Milestones</name>
|
|
<url>http://repo.spring.io/milestone</url>
|
|
<snapshots>
|
|
<enabled>false</enabled>
|
|
</snapshots>
|
|
</repository>
|
|
</repositories>
|
|
<pluginRepositories>
|
|
<pluginRepository>
|
|
<id>spring-snapshots</id>
|
|
<name>Spring Snapshots</name>
|
|
<url>http://repo.spring.io/snapshot</url>
|
|
<snapshots>
|
|
<enabled>true</enabled>
|
|
</snapshots>
|
|
</pluginRepository>
|
|
<pluginRepository>
|
|
<id>spring-milestones</id>
|
|
<name>Spring Milestones</name>
|
|
<url>http://repo.spring.io/milestone</url>
|
|
<snapshots>
|
|
<enabled>false</enabled>
|
|
</snapshots>
|
|
</pluginRepository>
|
|
</pluginRepositories>
|
|
</project>
|