djencks 2005/09/24 23:28:19
Modified: modules/openejb-builder project.xml
Log:
GERONIMO-880 Remove bouncy-castle in favor of some copied classes
Revision Changes Path
1.36 +7 -7 openejb/modules/openejb-builder/project.xml
Index: project.xml
===================================================================
RCS file:
/home/projects/openejb/scm/openejb/modules/openejb-builder/project.xml,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- project.xml 11 Sep 2005 01:21:49 -0000 1.35
+++ project.xml 25 Sep 2005 03:28:19 -0000 1.36
@@ -207,6 +207,12 @@
</dependency>
<dependency>
+ <groupId>geronimo</groupId>
+ <artifactId>geronimo-util</artifactId>
+ <version>${geronimo_version}</version>
+ </dependency>
+
+ <dependency>
<groupId>geronimo-spec</groupId>
<artifactId>geronimo-spec-j2ee-deployment</artifactId>
<version>${geronimo_spec_j2ee_deployment_version}</version>
@@ -380,12 +386,6 @@
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>${commons_cli_version}</version>
- </dependency>
-
- <dependency>
- <groupId>bouncycastle</groupId>
- <artifactId>bcprov</artifactId>
- <version>${bouncycastle_version}</version>
</dependency>
<dependency>