소스 검색

Remove Jetty, as it is only required by the Jetty adapter subproject.

Ben Alex 20 년 전
부모
커밋
20a4785a49
1개의 변경된 파일1개의 추가작업 그리고 11개의 파일을 삭제
  1. 1 11
      project.xml

+ 1 - 11
project.xml

@@ -26,7 +26,7 @@
   <description>Acegi Security System for Spring</description>
   <shortDescription>Acegi Security System for Spring</shortDescription>
   <organization>
-    <name>Acegi Security</name>
+    <name>Acegi Technology Pty Limited</name>
     <url>http://sourceforge.net/projects/acegisecurity</url>
     <logo>http://sourceforge.net/sflogo.php?group_id=104215&amp;type=5</logo>
   </organization>
@@ -252,16 +252,6 @@
       <version>3.8.1</version>
       <type>jar</type>
     </dependency>
-    <dependency>
-      <groupId>jetty</groupId>
-      <artifactId>org.mortbay.jetty</artifactId>
-      <version>4.2.22</version>
-      <type>jar</type>
-      <url>http://jetty.mortbay.org</url>
-      <properties>
-        <war.bundle>true</war.bundle>
-      </properties>
-    </dependency>
     <dependency>
       <groupId>springframework</groupId>
       <artifactId>spring-core</artifactId>