Browse Source

Merge branch 'update-aws-sdk' of https://github.com/schonfeld/elasticsearch into schonfeld-update-aws-sdk

David Pilato 10 năm trước cách đây
mục cha
commit
8662b52be8
3 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 0 1
      plugins/discovery-ec2/pom.xml
  2. 1 0
      plugins/pom.xml
  3. 0 1
      plugins/repository-s3/pom.xml

+ 0 - 1
plugins/discovery-ec2/pom.xml

@@ -16,7 +16,6 @@
 
     <properties>
         <elasticsearch.plugin.classname>org.elasticsearch.plugin.discovery.ec2.Ec2DiscoveryPlugin</elasticsearch.plugin.classname>
-        <amazonaws.version>1.10.12</amazonaws.version>
         <tests.jvms>1</tests.jvms>
         <tests.rest.suite>discovery_ec2</tests.rest.suite>
         <tests.rest.load_packaged>false</tests.rest.load_packaged>

+ 1 - 0
plugins/pom.xml

@@ -26,6 +26,7 @@
         <elasticsearch.plugin.jvm>true</elasticsearch.plugin.jvm>
         <elasticsearch.plugin.isolated>true</elasticsearch.plugin.isolated>
         <elasticsearch.plugin.site>false</elasticsearch.plugin.site>
+        <amazonaws.version>1.10.19</amazonaws.version>
     </properties>
 
     <dependencies>

+ 0 - 1
plugins/repository-s3/pom.xml

@@ -16,7 +16,6 @@
 
     <properties>
         <elasticsearch.plugin.classname>org.elasticsearch.plugin.repository.s3.S3RepositoryPlugin</elasticsearch.plugin.classname>
-        <amazonaws.version>1.10.12</amazonaws.version>
         <tests.jvms>1</tests.jvms>
         <tests.rest.suite>repository_s3</tests.rest.suite>
         <tests.rest.load_packaged>false</tests.rest.load_packaged>