Sha256: 524d461140850e878779f58144636fc3b4ef8dc25c3a4c366d164d2e9bef7264

Contents?: true

Size: 873 Bytes

Versions: 6

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.2.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

6 entries across 6 versions & 2 rubygems

Version Path
logstash-input-kinesis-cloudwatch-log-subscription-1.3.6-java pom.xml
logstash-input-kinesis-cloudwatch-log-subscription-1.3.5-java pom.xml
logstash-input-kinesis-cloudwatch-log-subscription-1.3.4-java pom.xml
logstash-input-kinesis-cloudwatch-log-subscription-1.3.3-java pom.xml
logstash-input-kinesis-cloudwatch-log-subscription-1.3.2-java pom.xml
logstash-input-kinesis-1.3.1-java pom.xml