Repository: cxf-fediz Updated Branches: refs/heads/1.2.x-fixes 4911968ac -> 948ce710a
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/948ce710 Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/948ce710 Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/948ce710 Branch: refs/heads/1.2.x-fixes Commit: 948ce710a5404bf51479ba583b3dff8d6c3ec190 Parents: 4911968 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:17:06 2016 +0000 ---------------------------------------------------------------------- pom.xml | 4 +++- systests/kerberos/pom.xml | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/948ce710/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 05c7dd2..09125e5 100644 --- a/pom.xml +++ b/pom.xml @@ -38,8 +38,10 @@ <properties> <apacheds.version>2.0.0-M19</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.0.8</cxf.version> <cxf.build-utils.version>3.0.0</cxf.build-utils.version> @@ -64,7 +66,7 @@ <slf4j.version>1.7.14</slf4j.version> <spring.version>3.2.8.RELEASE</spring.version> <spring.security.version>3.1.7.RELEASE</spring.security.version> - <tomcat.version>7.0.65</tomcat.version> + <tomcat.version>7.0.68</tomcat.version> <wss4j.version>2.0.6</wss4j.version> <xalan.version>2.7.2</xalan.version> <bval.version>0.5</bval.version> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/948ce710/systests/kerberos/pom.xml ---------------------------------------------------------------------- diff --git a/systests/kerberos/pom.xml b/systests/kerberos/pom.xml index 38e3553..064496b 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>
