Author: dain
Date: Tue Jan  8 15:53:44 2008
New Revision: 610233

URL: http://svn.apache.org/viewvc?rev=610233&view=rev
Log:
Removed unused castor dependency

Modified:
    openejb/trunk/openejb3/server/openejb-webservices/pom.xml

Modified: openejb/trunk/openejb3/server/openejb-webservices/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb3/server/openejb-webservices/pom.xml?rev=610233&r1=610232&r2=610233&view=diff
==============================================================================
--- openejb/trunk/openejb3/server/openejb-webservices/pom.xml (original)
+++ openejb/trunk/openejb3/server/openejb-webservices/pom.xml Tue Jan  8 
15:53:44 2008
@@ -73,52 +73,6 @@
       <artifactId>axis2-saaj-api</artifactId>
     </dependency>
 
-    <dependency>
-        <groupId>org.codehaus.castor</groupId>
-        <artifactId>castor</artifactId>
-        <version>1.0.5</version>
-        <exclusions>
-            <exclusion>
-                <groupId>adaptx</groupId>
-                <artifactId>adaptx</artifactId>
-            </exclusion>
-            <exclusion>
-                <groupId>javax.transaction</groupId>
-                <artifactId>jta</artifactId>
-            </exclusion>
-            <exclusion>
-                <groupId>jakarta-regexp</groupId>
-                <artifactId>jakarta-regexp</artifactId>
-            </exclusion>
-            <exclusion>
-                <groupId>javax.servlet</groupId>
-                <artifactId>servlet-api</artifactId>
-            </exclusion>
-            <exclusion>
-                <groupId>com.cenqua.clover</groupId>
-                <artifactId>clover</artifactId>
-            </exclusion>
-            <exclusion>
-                <groupId>ant</groupId>
-                <artifactId>ant</artifactId>
-                    </exclusion>
-            <exclusion>
-                <groupId>ldapsdk</groupId>
-                <artifactId>ldapsdk</artifactId>
-            </exclusion>
-            <exclusion>
-                <groupId>xerces</groupId>
-                <artifactId>xerces</artifactId>
-            </exclusion>
-            <exclusion>
-                <groupId>cglib</groupId>
-                <artifactId>cglib-full</artifactId>
-            </exclusion>
-        </exclusions>
-    </dependency>
-
-
-
     <!-- Test only dependencies -->
     <dependency>
       <groupId>axis</groupId>


Reply via email to