This is an automated email from the ASF dual-hosted git repository.

alexoree pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juddi.git

commit 05896ecd4e1c8b35edb90efbc4623db77b9ac186
Author: Alex O'Ree <[email protected]>
AuthorDate: Sat Jan 18 14:10:45 2020 -0500

    JUDDI-1003 resolved by updating dependencies
    NOJIRA switched to ssl nexus repo for central
---
 pom.xml          | 4 ++--
 uddi-tck/pom.xml | 4 +++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0a7a153..682d778 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,7 @@ under the License.
                
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
                
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
                <cxf.version>3.3.4</cxf.version>
-               
<springframework.version>3.2.18.RELEASE</springframework.version>
+               <springframework.version>5.2.3.RELEASE</springframework.version>
                <apache.tomcat.version>9.0.30</apache.tomcat.version>
                
<jacoco.it.execution.data.file>${project.build.directory}/coverage-reports/jacoco-it.exec</jacoco.it.execution.data.file>
                
<jacoco.ut.execution.data.file>${project.build.directory}/coverage-reports/jacoco-ut.exec</jacoco.ut.execution.data.file>
@@ -850,7 +850,7 @@ under the License.
                <repository>
                        <id>central</id>
                        <name>Maven Central Repository</name>
-                       <url>http://central.maven.org/maven2</url>
+                       <url>https://repo1.maven.org/maven2</url>
                        <layout>default</layout>
                </repository>
                <repository>
diff --git a/uddi-tck/pom.xml b/uddi-tck/pom.xml
index cd24f60..dfec97b 100644
--- a/uddi-tck/pom.xml
+++ b/uddi-tck/pom.xml
@@ -26,7 +26,7 @@
        <packaging>jar</packaging>
        <name>UDDI TCK Tests</name>
        <properties>
-            <cargo.version>1.6.9</cargo.version>
+            <cargo.version>1.7.9</cargo.version>
        </properties>
        <dependencies>
                <dependency>
@@ -259,6 +259,7 @@
                                                <configuration>
                                                        <container>
                                                                
<containerId>tomcat9x</containerId>
+                                                                
<home>${project.build.directory}/juddi-tomcat-${project.parent.version}</home>
                                                        </container>
                                                        <configuration>
                                                                <properties>
@@ -278,6 +279,7 @@
                                                <configuration>
                                                        <container>
                                                                
<containerId>tomcat9x</containerId>
+                                                                
<home>${basedir}/target/node2/juddi-tomcat-${project.parent.version}</home>
                                                        </container>
                                                        <configuration>
                                                                <properties>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to