Author: adc
Date: Thu Mar 2 08:13:02 2006
New Revision: 382432
URL: http://svn.apache.org/viewcvs?rev=382432&view=rev
Log:
Wouldn't it be nice if this jar were in a central Apache project instead of
Geronimo?
Modified:
incubator/ode/scratch/ode/pom.xml
Modified: incubator/ode/scratch/ode/pom.xml
URL:
http://svn.apache.org/viewcvs/incubator/ode/scratch/ode/pom.xml?rev=382432&r1=382431&r2=382432&view=diff
==============================================================================
--- incubator/ode/scratch/ode/pom.xml (original)
+++ incubator/ode/scratch/ode/pom.xml Thu Mar 2 08:13:02 2006
@@ -109,14 +109,10 @@
</exclusions>
</dependency>
-
- <!-- The j2ee jars are not in the Maven central repository
because of Sun Licensing issues
- You need to put this into your local repository
directly see -
http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html
- -->
<dependency>
- <groupId>javax.j2ee</groupId>
- <artifactId>j2ee</artifactId>
- <version>1.4</version>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-j2ee_1.4_spec</artifactId>
+ <version>1.0</version>
</dependency>
</dependencies>