]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
NOJIRA: Temporarily use http instead of https to access nuxeo maven repo.
authorRay Lee <ray.lee@lyrasis.org>
Sat, 19 Feb 2022 01:06:39 +0000 (20:06 -0500)
committerRay Lee <ray.lee@lyrasis.org>
Sat, 19 Feb 2022 01:06:39 +0000 (20:06 -0500)
The certificate for maven-eu.nuxeo.org has expired, so we need to use http until it is renewed.

pom.xml

diff --git a/pom.xml b/pom.xml
index 09eddde9c3b173eac125b4cfbcef1af764707e57..b492a9dba463f80b2a7583972f5ebe403456ba5d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,7 @@
 
                <repository>
                        <id>nuxeo-public-releases</id>
-                       <url>https://maven-eu.nuxeo.org/nexus/content/repositories/public-releases</url>
+                       <url>http://maven-eu.nuxeo.org/nexus/content/repositories/public-releases</url>
                        <snapshots>
                                <enabled>false</enabled>
                        </snapshots>
@@ -72,7 +72,7 @@
 
                <repository>
                        <id>nuxeo-vendor-releases</id>
-                       <url>https://maven-eu.nuxeo.org/nexus/content/repositories/vendor-releases</url>
+                       <url>http://maven-eu.nuxeo.org/nexus/content/repositories/vendor-releases</url>
                        <snapshots>
                                <enabled>false</enabled>
                        </snapshots>