Skip to content

Instantly share code, notes, and snippets.

@markpollack
Created July 1, 2014 21:10
Show Gist options
  • Save markpollack/150e89a52e0f2c6c2527 to your computer and use it in GitHub Desktop.
Save markpollack/150e89a52e0f2c6c2527 to your computer and use it in GitHub Desktop.
Generated pom
<?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-analytics</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<name>Spring XD Anayltics</name>
<description>Spring XD Anayltics</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>[email protected]</email>
</developer>
<developer>
<id>markpollack</id>
<name>Mark Pollack</name>
<email>[email protected]</email>
</developer>
<developer>
<id>garyrussell</id>
<name>Gary Russell</name>
<email>[email protected]</email>
</developer>
<developer>
<id>ghillert</id>
<name>Gunnar Hillert</name>
<email>[email protected]</email>
</developer>
</developers>
<scm>
<connection>https://github.com/spring-projects/spring-xd.git</connection>
<developerConnection>[email protected]:spring-projects/spring-xd.git</developerConnection>
<url>https://github.com/spring-projects/spring-xd</url>
</scm>
<dependencies>
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.xd</groupId>
<artifactId>spring-xd-tuple</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-pool2</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-redis</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-core</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.xd</groupId>
<artifactId>spring-xd-module-spi</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment