Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
JUDDI-1003 resolved by updating dependencies
Browse files Browse the repository at this point in the history
NOJIRA switched to ssl nexus repo for central
  • Loading branch information
spyhunter99 committed Jan 18, 2020
1 parent c3c1cd7 commit 05896ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
4 changes: 3 additions & 1 deletion uddi-tck/pom.xml
Expand Up @@ -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>
Expand Down Expand Up @@ -259,6 +259,7 @@
<configuration>
<container>
<containerId>tomcat9x</containerId>
<home>${project.build.directory}/juddi-tomcat-${project.parent.version}</home>
</container>
<configuration>
<properties>
Expand All @@ -278,6 +279,7 @@
<configuration>
<container>
<containerId>tomcat9x</containerId>
<home>${basedir}/target/node2/juddi-tomcat-${project.parent.version}</home>
</container>
<configuration>
<properties>
Expand Down

0 comments on commit 05896ec

Please sign in to comment.