Skip to content

Commit

Permalink
Merge pull request #11 from ludomp/master
Browse files Browse the repository at this point in the history
Fix Oracle's maven repo URL
  • Loading branch information
chrisridd committed Feb 14, 2019
2 parents d725586 + 802576b commit 7b2d74c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ivysettings.xml
Expand Up @@ -47,7 +47,7 @@
<!-- for JE -->
<ibiblio name="oracle"
m2compatible="true"
root="http://download.oracle.com/maven"
root="https://download.oracle.com/maven"
/>
</chain>
</resolvers>
Expand Down
2 changes: 1 addition & 1 deletion pom-maven.xml
Expand Up @@ -77,7 +77,7 @@
<repository>
<id>oracle</id>
<name>Oracle Release Repository</name>
<url>http://download.oracle.com/maven</url>
<url>https://download.oracle.com/maven</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
Expand Down

0 comments on commit 7b2d74c

Please sign in to comment.