@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- ~ Copyright 2004-2014 ICEsoft Technologies Canada Corp.
+ ~ Copyright 2004-2020 ICEsoft Technologies Canada Corp.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the
~ License. You may obtain a copy of the License at
~
- ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~ https://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing,
~ software distributed under the License is distributed on an "AS
@@ -163,12 +163,12 @@
</condition>
<artifact:localRepository id="local.repository" path="${maven.repo.local}"/>
- <artifact:remoteRepository id="jboss.repo" url="http://repository.jboss.com/maven2/"/>
- <artifact:remoteRepository id="j.n.repo" url="http://download.java.net/maven/2/"/>
- <artifact:remoteRepository id="gf.repo" url="http://download.java.net/maven/glassfish/"/>
- <artifact:remoteRepository id="gf.nexus.repo" url="http://maven.glassfish.org/content/groups/glassfish/"/>
- <artifact:remoteRepository id="codehaus.repo" url="http://repository.codehaus.org/"/>
- <artifact:remoteRepository id="ibiblio.repo" url="http://mirrors.ibiblio.org/pub/mirrors/maven2/"/>
+ <artifact:remoteRepository id="jboss.repo" url="https://repository.jboss.com/maven2/"/>
+ <artifact:remoteRepository id="j.n.repo" url="https://download.java.net/maven/2/"/>
+ <artifact:remoteRepository id="gf.repo" url="https://download.java.net/maven/glassfish/"/>
+ <artifact:remoteRepository id="gf.nexus.repo" url="https://maven.glassfish.org/content/groups/glassfish/"/>
+ <artifact:remoteRepository id="codehaus.repo" url="https://repository.codehaus.org/"/>
+ <artifact:remoteRepository id="ibiblio.repo" url="https://mirrors.ibiblio.org/pub/mirrors/maven2/"/>
<artifact:dependencies filesetId="compile.filepath" pathId="compile.path">
<dependency groupId="javax.el" artifactId="el-api" version="1.0" scope="provided"/>
|