You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by gr...@apache.org on 2005/12/12 06:12:31 UTC

svn commit: r356157 - /geronimo/branches/1.0/configs/ldap-demo-tomcat/project.xml

Author: gregw
Date: Sun Dec 11 21:12:28 2005
New Revision: 356157

URL: http://svn.apache.org/viewcvs?rev=356157&view=rev
Log:
removed the dependencies on Jetty

Modified:
    geronimo/branches/1.0/configs/ldap-demo-tomcat/project.xml

Modified: geronimo/branches/1.0/configs/ldap-demo-tomcat/project.xml
URL: http://svn.apache.org/viewcvs/geronimo/branches/1.0/configs/ldap-demo-tomcat/project.xml?rev=356157&r1=356156&r2=356157&view=diff
==============================================================================
--- geronimo/branches/1.0/configs/ldap-demo-tomcat/project.xml (original)
+++ geronimo/branches/1.0/configs/ldap-demo-tomcat/project.xml Sun Dec 11 21:12:28 2005
@@ -67,7 +67,7 @@
 
         <dependency>
             <groupId>geronimo</groupId>
-            <artifactId>jetty-deployer</artifactId>
+            <artifactId>ldap-realm</artifactId>
             <version>${geronimo_version}</version>
             <type>car</type>
         </dependency>
@@ -146,11 +146,6 @@
         <dependency>
             <groupId>geronimo</groupId>
             <artifactId>geronimo-axis</artifactId>
-            <version>${geronimo_version}</version>
-        </dependency>
-        <dependency>
-            <groupId>geronimo</groupId>
-            <artifactId>geronimo-jetty</artifactId>
             <version>${geronimo_version}</version>
         </dependency>