Author: veithen
Date: Sun Aug 14 21:42:26 2011
New Revision: 1157674
URL: http://svn.apache.org/viewvc?rev=1157674&view=rev
Log:
Removed the unnecessary profile for JDK 1.4.
Modified:
axis/axis2/java/rampart/trunk/pom.xml
Modified: axis/axis2/java/rampart/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/rampart/trunk/pom.xml?rev=1157674&r1=1157673&r2=1157674&view=diff
==============================================================================
--- axis/axis2/java/rampart/trunk/pom.xml (original)
+++ axis/axis2/java/rampart/trunk/pom.xml Sun Aug 14 21:42:26 2011
@@ -250,6 +250,11 @@
<artifactId>commons-lang</artifactId>
<version>2.3</version>
</dependency>
+ <dependency>
+ <groupId>bouncycastle</groupId>
+ <artifactId>bcprov-jdk15</artifactId>
+ <version>${bcprov.jdk15.version}</version>
+ </dependency>
<!-- Junit Dependency -->
<dependency>
@@ -322,35 +327,6 @@
<profiles>
<profile>
- <id>jdk14</id>
- <activation>
- <activeByDefault>true</activeByDefault>
- <jdk>1.4</jdk>
- </activation>
- <dependencies>
- <dependency>
- <groupId>bouncycastle</groupId>
- <artifactId>bcprov-jdk14</artifactId>
- <version>${bcprov.jdk14.version}</version>
- </dependency>
- </dependencies>
- </profile>
-
- <profile>
- <id>jdk15</id>
- <activation>
- <jdk>1.5</jdk>
- </activation>
- <dependencies>
- <dependency>
- <groupId>bouncycastle</groupId>
- <artifactId>bcprov-jdk15</artifactId>
- <version>${bcprov.jdk15.version}</version>
- </dependency>
- </dependencies>
- </profile>
-
- <profile>
<id>apache-release</id>
<activation>
<property>
@@ -418,7 +394,6 @@
<wss4j.version>1.5.12-SNAPSHOT</wss4j.version>
<opensaml.version>1.1</opensaml.version>
- <bcprov.jdk14.version>140</bcprov.jdk14.version>
<bcprov.jdk15.version>140</bcprov.jdk15.version>
<junit.version>3.8.2</junit.version>