Github user velo commented on a diff in the pull request:

    https://github.com/apache/incubator-tinkerpop/pull/207#discussion_r51620901
  
    --- Diff: appveyor.yml ---
    @@ -0,0 +1,23 @@
    +version: '{build}'
    +
    +environment:
    +  matrix:
    +    - JAVA_HOME: C:\Program Files\Java\jdk1.8.0
    +
    +os: Windows Server 2012
    +
    +install:
    +  - ps: |
    +      Add-Type -AssemblyName System.IO.Compression.FileSystem
    +      if (!(Test-Path -Path "C:\maven" )) {
    +        (new-object 
System.Net.WebClient).DownloadFile('http://www.us.apache.org/dist/maven/maven-3/3.2.5/binaries/apache-maven-3.2.5-bin.zip',
 'C:\maven-bin.zip')
    --- End diff --
    
    
https://www.us.apache.org/dist/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.zip
 
    is considered an insecure connection


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to