forked from codekitchen/logstash-input-kinesis
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
switch to vendoring the jar dependencies
This is how things are done in logstash land now
- Loading branch information
1 parent
989fa5b
commit 816a106
Showing
60 changed files
with
40 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,4 +12,3 @@ | |
*.o | ||
*.a | ||
mkmf.log | ||
lib/logstash-input-kinesis_jars.rb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# encoding: utf-8 | ||
require 'logstash/environment' | ||
|
||
root_dir = File.expand_path(File.join(File.dirname(__FILE__), "..")) | ||
LogStash::Environment.load_runtime_jars! File.join(root_dir, "vendor") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
module Logstash | ||
module Input | ||
module Kinesis | ||
VERSION = "1.2.4" | ||
VERSION = "1.3.0" | ||
end | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<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> |
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+414 KB
vendor/jar-dependencies/runtime-jars/aws-java-sdk-autoscaling-1.9.16.jar
Binary file not shown.
Binary file added
BIN
+191 KB
vendor/jar-dependencies/runtime-jars/aws-java-sdk-cloudformation-1.9.16.jar
Binary file not shown.
Binary file added
BIN
+712 KB
vendor/jar-dependencies/runtime-jars/aws-java-sdk-cloudfront-1.9.16.jar
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+624 KB
vendor/jar-dependencies/runtime-jars/aws-java-sdk-cloudsearch-1.9.16.jar
Binary file not shown.
Binary file added
BIN
+91.1 KB
vendor/jar-dependencies/runtime-jars/aws-java-sdk-cloudtrail-1.9.16.jar
Binary file not shown.
Binary file added
BIN
+139 KB
vendor/jar-dependencies/runtime-jars/aws-java-sdk-cloudwatch-1.9.16.jar
Binary file not shown.
Binary file added
BIN
+45 KB
vendor/jar-dependencies/runtime-jars/aws-java-sdk-cloudwatchmetrics-1.9.16.jar
Binary file not shown.
Binary file added
BIN
+361 KB
vendor/jar-dependencies/runtime-jars/aws-java-sdk-codedeploy-1.9.16.jar
Binary file not shown.
Binary file added
BIN
+183 KB
vendor/jar-dependencies/runtime-jars/aws-java-sdk-cognitoidentity-1.9.16.jar
Binary file not shown.
Binary file added
BIN
+170 KB
vendor/jar-dependencies/runtime-jars/aws-java-sdk-cognitosync-1.9.16.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+199 KB
vendor/jar-dependencies/runtime-jars/aws-java-sdk-datapipeline-1.9.16.jar
Binary file not shown.
Binary file added
BIN
+225 KB
vendor/jar-dependencies/runtime-jars/aws-java-sdk-directconnect-1.9.16.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+414 KB
vendor/jar-dependencies/runtime-jars/aws-java-sdk-elasticache-1.9.16.jar
Binary file not shown.
Binary file added
BIN
+345 KB
vendor/jar-dependencies/runtime-jars/aws-java-sdk-elasticbeanstalk-1.9.16.jar
Binary file not shown.
Binary file added
BIN
+343 KB
vendor/jar-dependencies/runtime-jars/aws-java-sdk-elasticloadbalancing-1.9.16.jar
Binary file not shown.
Binary file added
BIN
+288 KB
vendor/jar-dependencies/runtime-jars/aws-java-sdk-elastictranscoder-1.9.16.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+77.3 KB
vendor/jar-dependencies/runtime-jars/aws-java-sdk-importexport-1.9.16.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+549 KB
vendor/jar-dependencies/runtime-jars/aws-java-sdk-simpleworkflow-1.9.16.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+491 KB
vendor/jar-dependencies/runtime-jars/aws-java-sdk-storagegateway-1.9.16.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+498 KB
vendor/jar-dependencies/runtime-jars/aws-java-sdk-swf-libraries-1.9.16.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.