Repository: cxf-fediz Updated Branches: refs/heads/master e392e637f -> cc76fc310
Removing BouncyCastle Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/da18e825 Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/da18e825 Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/da18e825 Branch: refs/heads/master Commit: da18e82583b188170f4f2bb49eac33b133085cfb Parents: e392e63 Author: Colm O hEigeartaigh <[email protected]> Authored: Tue Jul 11 17:23:00 2017 +0100 Committer: Colm O hEigeartaigh <[email protected]> Committed: Tue Jul 11 17:23:00 2017 +0100 ---------------------------------------------------------------------- pom.xml | 1 - systests/kerberos/pom.xml | 6 ------ systests/ldap/pom.xml | 24 ------------------------ 3 files changed, 31 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/da18e825/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6fad40d..3a44ad6 100644 --- a/pom.xml +++ b/pom.xml @@ -38,7 +38,6 @@ <properties> <apacheds.version>2.0.0-M24</apacheds.version> - <bcprov.version>1.57</bcprov.version> <bval.version>1.1.2</bval.version> <commons.lang.version>3.5</commons.lang.version> <commons.logging.version>1.2</commons.logging.version> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/da18e825/systests/kerberos/pom.xml ---------------------------------------------------------------------- diff --git a/systests/kerberos/pom.xml b/systests/kerberos/pom.xml index 61e871a..b06824d 100644 --- a/systests/kerberos/pom.xml +++ b/systests/kerberos/pom.xml @@ -83,12 +83,6 @@ <version>${kerby.version}</version> <scope>test</scope> </dependency> - <dependency> - <groupId>org.bouncycastle</groupId> - <artifactId>bcprov-jdk15on</artifactId> - <scope>test</scope> - <version>${bcprov.version}</version> - </dependency> </dependencies> <build> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/da18e825/systests/ldap/pom.xml ---------------------------------------------------------------------- diff --git a/systests/ldap/pom.xml b/systests/ldap/pom.xml index ccf66f4..ecec25e 100644 --- a/systests/ldap/pom.xml +++ b/systests/ldap/pom.xml @@ -82,36 +82,18 @@ <artifactId>apacheds-core-annotations</artifactId> <version>${apacheds.version}</version> <scope>test</scope> - <exclusions> - <exclusion> - <groupId>bouncycastle</groupId> - <artifactId>bcprov-jdk15</artifactId> - </exclusion> - </exclusions> </dependency> <dependency> <groupId>org.apache.directory.server</groupId> <artifactId>apacheds-core-integ</artifactId> <version>${apacheds.version}</version> <scope>test</scope> - <exclusions> - <exclusion> - <groupId>bouncycastle</groupId> - <artifactId>bcprov-jdk15</artifactId> - </exclusion> - </exclusions> </dependency> <dependency> <groupId>org.apache.directory.server</groupId> <artifactId>apacheds-protocol-shared</artifactId> <version>${apacheds.version}</version> <scope>test</scope> - <exclusions> - <exclusion> - <groupId>bouncycastle</groupId> - <artifactId>bcprov-jdk15</artifactId> - </exclusion> - </exclusions> </dependency> <dependency> <groupId>commons-io</groupId> @@ -119,12 +101,6 @@ <version>${commons.io.version}</version> <scope>test</scope> </dependency> - <dependency> - <groupId>org.bouncycastle</groupId> - <artifactId>bcprov-jdk15on</artifactId> - <scope>test</scope> - <version>${bcprov.version}</version> - </dependency> </dependencies> <build>
