Sha256: 119498ac201671148f747022c7c691d8a19e038c0ea6280292712c7ea506b6d7

Contents?: true

Size: 873 Bytes

Versions: 3

Compression:

Stored size: 873 Bytes

Contents

<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>codekitchen</groupId>
  <artifactId>logstash-input-kinesis</artifactId>
  <version>dev</version>
  <dependencies>
    <dependency>
      <groupId>com.amazonaws</groupId>
      <artifactId>amazon-kinesis-client</artifactId>
      <version>1.6.1</version>
    </dependency>
  </dependencies>
  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-dependency-plugin</artifactId>
        <executions>
          <execution>
            <id>copy-dependencies</id>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>
</project>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
logstash-input-kinesis-1.4.2-java pom.xml
logstash-input-kinesis-1.4.1-java pom.xml
logstash-input-kinesis-1.4.0-java pom.xml