Repository: cxf-fediz Updated Branches: refs/heads/master 6ed41737a -> 49b028e3e
Updating Tomcat Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/49b028e3 Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/49b028e3 Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/49b028e3 Branch: refs/heads/master Commit: 49b028e3ed1819d7a0b537e8cd4d119af45995a2 Parents: 6ed4173 Author: Colm O hEigeartaigh <[email protected]> Authored: Tue Feb 23 11:15:05 2016 +0000 Committer: Colm O hEigeartaigh <[email protected]> Committed: Tue Feb 23 11:15:05 2016 +0000 ---------------------------------------------------------------------- pom.xml | 6 ++++-- systests/kerberos/pom.xml | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/49b028e3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1d2ce8f..d5efb34 100644 --- a/pom.xml +++ b/pom.xml @@ -38,8 +38,10 @@ <properties> <apacheds.version>2.0.0-M21</apacheds.version> + <bcprov.version>1.54</bcprov.version> <commons.lang.version>3.4</commons.lang.version> <commons.logging.version>1.2</commons.logging.version> + <commons.io.version>2.4</commons.io.version> <commons.validator.version>1.5.0</commons.validator.version> <cxf.version>3.1.6-SNAPSHOT</cxf.version> <cxf.build-utils.version>3.1.0</cxf.build-utils.version> @@ -64,8 +66,8 @@ <slf4j.version>1.7.14</slf4j.version> <spring.version>4.1.7.RELEASE</spring.version> <spring.security.version>3.2.9.RELEASE</spring.security.version> - <tomcat7.version>7.0.65</tomcat7.version> - <tomcat8.version>8.0.30</tomcat8.version> + <tomcat7.version>7.0.68</tomcat7.version> + <tomcat8.version>8.0.32</tomcat8.version> <wss4j.version>2.1.4</wss4j.version> <xalan.version>2.7.2</xalan.version> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/49b028e3/systests/kerberos/pom.xml ---------------------------------------------------------------------- diff --git a/systests/kerberos/pom.xml b/systests/kerberos/pom.xml index ffa2152..62cd19d 100644 --- a/systests/kerberos/pom.xml +++ b/systests/kerberos/pom.xml @@ -174,14 +174,14 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.4</version> + <version>${commons.io.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk15on</artifactId> <scope>test</scope> - <version>1.53</version> + <version>${bcprov.version}</version> </dependency> </dependencies>
